Bug 112779

Summary: autofs uses /etc/openldap/ldap.conf instead of /etc/ldap.conf
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Carsten Hoeger <choeger>
Component: NetworkAssignee: Chris L Mason <mason>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: kukuk, ralf
Version: Beta 3   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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