Bug 832706
| Summary: | nslcd should start after named and dirsrv | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kenny Root <kenny> |
| Component: | nss-pam-ldapd | Assignee: | Nalin Dahyabhai <nalin> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | dpal, jhrozek, nalin |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | nss-pam-ldapd-0.8.12-1.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-01-18 20:43:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Kenny Root
2012-06-16 17:35:21 UTC
Do I get it right: a) You configure BIND to use 389 b) You want nslcd to use BIND on the same host for the hosts map but the order in which the services start prevents you from doing it. In general you can't arbitrarily change the order of the things because if you use nss_ldap for identities it should start as early as possible in the sequence. For your case the order should be different though. Since you are on F17 you might need to play with the systemd dependencies. This issues seems more to be a configuration issue rather than a bug in either of the three components. Adding "After=named.service dirsrv.target slapd.service" to the unit file, so that if you happen to be running named or openldap or 389 on the same system, systemd should wait to start nslcd until those have been brought up. |