* Gasper Zejn ([EMAIL PROTECTED]) wrote: > My nsswitch.conf: > > passwd: compat ldap > group: compat ldap > shadow: compat ldap > > Other lines don't have ldap. > > I have no custom udev rules.
Do you have a reasonably complete /etc/passwd and /etc/shadow files for
the local accounts?
Also, have you actually waited it out? Eventually, it should time
out (after about 2 minutes per request). If it doesn't then it's
possible NSS itself is retrying, and you might change your nsswitch.conf
to look like this:
passwd: files ldap [UNAVAIL=return]
group: files ldap [UNAVAIL=return]
shadow: files ldap [UNAVAIL=return]
Please let me know,
Thanks,
Stephen
signature.asc
Description: Digital signature

