
July 18th, 2011, 02:41 AM
|
|
Registered User
|
|
Join Date: Jul 2011
Posts: 2
Time spent in forums: 52 m 23 sec
Reputation Power: 0
|
|
|
LDAP and nsswitch.conf
I'm trying to install an ldap server for authentications. I modified my nsswitch.conf like this:
passwd: files ldap
shadow: files ldap
group: files ldap
When I call the tar command having the local ldap server stopped:
tar -xvzf openldap-stable-20100719.tgz
I don't have response and I see in the log message file that the command tries to contact the local ldap server.
Please good guy help me.
|