Using winbind for authentication through PDC.

Problem: Some users do not get access to the samba share and some do.
When I do "wbinfo -u"  the users who cannot access show up but when I do
"getent passwd", they are not there.  What does this mean?


It means that you likely do not have in your /etc/nsswitch.conf:


passwd: files winbind
shadow: files winbind
group: files winbind

Does one really need the "shadow: files winbind"? From the Samba HOWTO, it states only passwd and group need winbind.


Also, you might not have any more info for why getent does not displace the users from AD domain?

Mailed
Lee





--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to