[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
nssswitch.conf
Hi,
I have a problem with my authentification.
This is a part of my nsswitch.conf :
passwd: compat ldap
group: compat ldap
shadow: compat ldap
I have an account in /etc/passwd (toto) and another one with ldap (titi)
When i do "su toto" LDAP server is responding, why ?? toto is only in
/etc/passwd
When i do "su titi" LDAP server has no reaction and i have an error :
"unknown id : titi". Why does it doesn't ask to the LDAP server ?
Thanks for your answer.