hello users !!i have a PDC win 2000 server, and a samba server on another computer .i would like to authenticate my samba users on the domaini've learned that it was possible with the "domain level security" well here is ma smb.conf : [global]workgroup=scienceu.orgnetbios name=ttsecurity=domainwins server = 11.1.9.100winbind uid = 10000-20000winbind gid = 10000-20000template shell = /bin/bashwinbind separator = _winbind enum users= yeswinbind enum groups= yeswinbind use default domain = yeslog level = 5 [duc_shares]path = /usrvalid users=test in my AD ive created a user testand when i try to connect to the duc_share via another computer which is on the domain, I cant even if i type login test pass test when asked in fact i need to add an entry to smbpasswd for the user test and then it works => my authentication isn't done on the PDC ....me i want to use the test account on the pdc... thanks ! chris --------------------------------- Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Testez le nouveau Yahoo! Mail
- did you configure nsswitch? - did you configure pam? - try to run winbindd with -d 10, see if there are any errors shown in the winbindd log ------------------------ =?iso-8859-1?q?chris Bouchet <duc_zergouille@yahoo.fr> wrote: ------------------------ hello users !!i have a PDC win 2000 server, and a samba server on another> computer .i would like to authenticate my samba users on the domaini've >learned that it was possible with the "domain level security" well here i >s ma smb.conf : [global]workgroup=scienceu.orgnetbios name=ttsecurity >=domainwins server = 11.1.9.100winbind uid = 10000-20000winbind gid > = 10000-20000template shell = /bin/bashwinbind separator = _winbin >d enum users= yeswinbind enum groups= yeswinbind use default domain yeslog level = 5 [duc_shares]path = /usrvalid users=test in my AD > ive created a user testand when i try to connect to the duc_share via a >nother computer which is on the domain, I cant even if i type login test >pass test when asked in fact i need to add an entry to smbpasswd for the >user test and then it works => my authentication isn't done on the PDC >.....me i want to use the test account on the pdc... thanks ! chris > > >--------------------------------- >Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! >Testez le nouveau Yahoo! Mail >-- >To unsubscribe from this list go to the following URL and read the >instructions: http://lists.samba.org/mailman/listinfo/samba
Hi, It's indeed messy in your head ... ;) So you've joined the domain, that's good. Is the winbindd running? If so, can you ping it and do a wbinfo -u. Please read the whole document on: http://ftp.easynet.be/samba/docs/man/winbindd.8.html and do everything that's in there. It explains very detailed how to configure your samba, your oreilly book might be outdated, the man page isn't. If it's not working, run wbinfo with -d 10 and check the logs. regards, Kenneth