Hi I was trying to sanitise the logs a bit and didn't do a good job of it. /etc/sysconfig/autofs, /etc/ldap.conf and /etc/openldap/ldap.conf all refer to the same LDAP servers.
grep aer /etc/sysconfig/autofs /etc/ldap.conf /etc/openldap/ldap.conf /etc/sysconfig/autofs:LDAP_URI="ldaps://aether.woodside.com.au:636 ldaps://aer.woodside.com.au:636" /etc/ldap.conf:uri ldaps://aether.woodside.com.au:636 ldaps://aer.woodside.com.au:636 /etc/openldap/ldap.conf:URI ldaps://aether.woodside.com.au:636 ldaps://aer.woodside.com.au:636 CC > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Guillaume Rousse > Sent: Friday, 18 July 2008 2:34 AM > Cc: [email protected] > Subject: Re: [autofs] Autofs doesn't look at second LDAP server > > Ian Kent a écrit : > > I wonder if it's getting the server from the config at all? > > It should be. > > > > LDAP_URI="ldaps://ldap2.woodside.com.au:636 > ldaps://ldap1.woodside.com.au:636" > If this isn't explicitely set in autofs configuration, are > the different > servers configured for openldap library used instead ? > > _______________________________________________ > autofs mailing list > [email protected] > http://linux.kernel.org/mailman/listinfo/autofs > NOTICE: This email and any attachments are confidential. They may contain legally privileged information or copyright material. You must not read, copy, use or disclose them without authorisation. If you are not an intended recipient, please contact us at once by return email and then delete both messages and all attachments. _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
