Bug 112779 - autofs uses /etc/openldap/ldap.conf instead of /etc/ldap.conf
Summary: autofs uses /etc/openldap/ldap.conf instead of /etc/ldap.conf
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Network (show other bugs)
Version: Beta 3
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Chris L Mason
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-24 17:36 UTC by Carsten Hoeger
Modified: 2005-09-01 09:08 UTC (History)
2 users (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Hoeger 2005-08-24 17:36:44 UTC
AFAIK only openldap-client software should use /etc/openldap/ldap.conf
Comment 1 Carsten Hoeger 2005-08-26 09:25:50 UTC
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
Comment 2 Carsten Hoeger 2005-08-26 11:55:12 UTC
Ralf is okay with it.
Thorsten?
Comment 3 Carsten Hoeger 2005-09-01 09:08:53 UTC
submitted