Bug 67753
| Summary: | ldap is started too late in the boot process. Needs to be sooner than autofs since autofs can load its config based on it. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Bill Peck <bill> |
| Component: | openldap | Assignee: | Jay Fenlason <fenlason> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Aaron Brown <abrown> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | CC: | jfeeney, stephen.walton, steve |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openldap-2_2_23-2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-01-11 17:00:59 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Bill Peck
2002-07-01 17:03:45 UTC
This bug is still present in RedHat 8.0. Sorry, one more comment: In addition to starting ldap before autofs, ldap needs to be stopped after autofs, otherwise system shutdown fails. I changed the chkconfig line in /etc/rc.d/init.d/ldap to '# chkconfig: 345 27 73' so that it starts right before autofs and stops right after. This bug is also still present in both Fedora Core 2 and 3. According to the CVS log, this was fixed in Fedora Core 4. |