[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldap config. files
On Mon, 10 Sep 2001, Azeddine BOUKAIOU wrote:
> what are the two files below for ?
> /etc/openldap/ldap.conf
> /etc/ldap.conf
Usually you just make one of them symbolic link of the other one.
Openldap tools use by default the first one, pam_ldap and nss_ldap use
the second one. Try "man ldap.conf". The file(s) just tell where the ldap
server is and what paramemeters are needed to query it.
> what is the file below for ?
> /etc/nsswitch.conf
Try "man nsswitch.conf". Name Server Switch configuration. Where from libc
tries to find hostnames, userids, passwords etc.