[Samba] PDC: Linux Client can't join the domain.

Adam Williams awilliam at mdah.state.ms.us
Fri May 15 17:25:05 GMT 2009


try searching google for "netlogon_creds_server_check: credentials check 
failed." since that is the error in the log.  i've never seen it before.

in reference to "Another thing, after joined the domain, i can see 
domain users with getent passwd? Or I must add ldap support on the 
client computer? "

you'd need ldap support on the client computer, by configuring nss_ldap 
on it before getent passwd will show the domain users because getent is 
a POSIX binary, not something packaged with samba. 


Alessandro Baggi wrote:
>
>
> Another thing, after joined the domain, i can see domain users with 
> getent passwd? Or I must add ldap support on the client computer?
>
> Thanks in advance
>
> Adam Williams wrote:
>
> i would delete uid=debian$,ou=Computers,dc=DOMINIO and load this ldif:
>
> dn: uid=debian$,ou=Computers,dc=DOMINIO
> objectClass: person
> objectClass: posixAccount
> objectClass: top
> objectClass: shadowAccount
> objectClass: organizationalPerson
> objectClass: inetOrgPerson
> cn: debian$
> uid: debian$
> sn: debian$
> uidNumber: 1001
> gidNumber: 515
> homeDirectory: /dev/null
> loginShell: /bin/false
> description: Computer
> gecos: Computer
> displayName: DEBIAN$
> userPassword: {crypt}!!
> shadowLastChange: 13916
> shadowMax: 99999
> shadowWarning: 7
>
> then on DEBIAN do net join -D DOMINIO -S PDC_SERVER_NAME -U root%password



More information about the samba mailing list