[Samba] joining windows server 2008 to samba pdc

Evan Ingram evan.ingram at cariss.co.uk
Mon Feb 15 02:37:36 MST 2010


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



More information about the samba mailing list