Prev: [Samba] joining windows server 2008 to samba pdc
Next: Moving PDC from Fedora to RHEL5 - _net_auth2: creds_server_check failed. Rejecting auth request from client
From: John Drescher on 12 Feb 2010 11:50 > having some issues connecting a windows 2008 server to a samba pdc. > Are you using samba-3.3.X or 3.4.X? John -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
From: Evan Ingram on 12 Feb 2010 12:10 John Drescher wrote: > Are you using samba-3.3.X or 3.4.X? > > John > root(a)SSS-XEN-SERVER:/etc/samba# smbclient -L localhost Enter root's password: Domain=[SS-SCHOOL] OS=[Unix] Server=[Samba 3.4.0] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
From: Evan Ingram on 15 Feb 2010 04:40
On Fri, 2010-02-12 at 11:42 -0500, John Drescher wrote: > > having some issues connecting a windows 2008 server to a samba pdc. > > > Are you using samba-3.3.X or 3.4.X? > > John I'm still struggling with this. Using samba 3.4.0. I found a suggestion to change the following keys but it hasnt made any difference: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Netlogon \Parameters] âRequireSignOnSealâ=dword:00000000 âRequireStrongKeyâ=dword:00000000 heres my smb.conf: [global] workgroup = SS-SCHOOL netbios name = SSS-XEN-SERVER server string = %h server (Samba, Ubuntu) wins support = yes dns proxy = no name resolve order = wins bcast hosts log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d username map = /etc/samba/smbusers security = user encrypt passwords = true smb passwd file = /etc/samba/smbpasswd passdb backend = tdbsam os level = 64 preferred master = yes obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . pam password change = yes map to guest = bad user domain logons = yes logon path = \\%N\profiles\%U logon drive = H: logon home = \\%N\%U logon script = logon.cmd domain master = yes local master = yes usershare allow guests = yes [netlogon] comment = Network Logon Service path = /home/samba/netlogon ; guest ok = yes read only = yes ; share modes = no [profiles] comment = Users profiles path = /home/samba/profiles ; guest ok = no ; browseable = no create mask = 0600 directory mask = 0700 [share] comment = Ubuntu File Server Share path = /srv/samba/share browsable = yes guest ok = yes read only = no create mask = 0755 client lanman auth = Yes lanman auth = Yes what the windows server tells me: 02/12/2010 16:10:54:468 NetpValidateName: checking to see if 'SS-SCHOOL' is valid as type 3 name 02/12/2010 16:10:54:578 NetpCheckDomainNameIsValid [ Exists ] for 'SS-SCHOOL' returned 0x0 02/12/2010 16:10:54:578 NetpValidateName: name 'SS-SCHOOL' is valid for type 3 02/12/2010 16:10:54:578 NetpDsGetDcName: trying to find DC in domain 'SS-SCHOOL', flags: 0x40001010 02/12/2010 16:10:54:578 NetpDsGetDcName: failed to find a DC in the specified domain: 0x54b, last error is 0x0 -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba |