[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: a small problem.



On Fri, Jun 10, 2005 at 12:33:38PM +0200, Ivan.Garcia@leroymerlin.es wrote:
> I have another doubt, for each instantes, how i could indicate the path to
> another /etc/openldaop/ldap.conf file?

ldap.conf just gives defaults for the client-side library, e.g. a default
server for "ldapsearch" to talk to if you don't specify one on the command
line, a default timeout if you don't specify one with -l, etc.

If you specify everything in full - e.g. ldapsearch -H ldap://x.x.x.x:y/ -
then the settings in ldap.conf have no effect.