Bugzilla – Bug 112779
autofs uses /etc/openldap/ldap.conf instead of /etc/ldap.conf
Last modified: 2005-09-01 09:08:53 UTC
AFAIK only openldap-client software should use /etc/openldap/ldap.conf
If nobody has any objections, I'll check in these changes: --- /etc/init.d/autofs 2005-08-26 11:23:08.000000000 +0200 +++ autofs 2005-08-26 11:24:23.133938430 +0200 @@ -28,7 +28,8 @@ test -x $DAEMON || exit 5 PATH=/sbin:/usr/sbin:/bin:/usr/bin -export PATH +LDAPCONF=/etc/ldap.conf +export PATH LDAPCONF # # We can add local options here
Ralf is okay with it. Thorsten?
submitted