|
Bugzilla – Full Text Bug Listing |
| Summary: | autofs uses /etc/openldap/ldap.conf instead of /etc/ldap.conf | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Carsten Hoeger <choeger> |
| Component: | Network | Assignee: | 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
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 |