On Tue, Dec 21, 2004 at 01:49:46PM -0600, Brian Kesting wrote: | -----------/etc/nsswitch.conf--------------------- | | passwd: compat winbind | group: files dns compat winbind | shadow: files winbind
[digression about nsswitch]
On various nsswitch implementations (including the canonical
implementation on Solaris, and the NetBSD version), it's not
supported to list any other sources for a given database
at the same time as "compat", and "compat" only makes sense
for the databases "passwd" and "group".
If you're not using the "+/-" syntax in /etc/passwd and /etc/group,
just use "files" instead of "compat". Otherwise, you should try
something like:
passwd: compat
passwd_compat: winbind
group: compat
group_compat: dns winbind
passwd_compat and group_compat specify the sources to lookup
stuff for the "+" and "-" entries in /etc/passwd & /etc/group
(respectively).
I suspect you don't want "dns" in group/group_compat either,
unless you're running Hesiod at your site.
(You can't list "files" or "compat" as sources for "passwd_compat"
or "group_compat" as it doesn't make sense).
pgp0bcP8MG1aF.pgp
Description: PGP signature
-- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
