Try to start after BIND and directory servers
Add "After=named.service dirsrv.target slapd.service" to nslcd.service, to make sure that nslcd is started after them if they're also running on the local system (#832706).
This commit is contained in:
parent
ae14a12839
commit
f6d664f746
@ -9,3 +9,4 @@ ExecStart=/usr/sbin/nslcd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
After=named.service dirsrv.target slapd.service
|
||||
|
@ -304,6 +304,9 @@ exit 0
|
||||
* Fri Jan 18 2013 Nalin Dahyabhai <nalin@redhat.com> 0.8.12-1
|
||||
- update to 0.8.12
|
||||
- make building pam_ldap conditional on the targeted release
|
||||
- add "After=named.service dirsrv.target slapd.service" to nslcd.service,
|
||||
to make sure that nslcd is started after them if they're to be started
|
||||
on the local system (#832706)
|
||||
|
||||
* Sun Sep 09 2012 Jakub Hrozek <jhrozek@redhat.com> 0.7.17-1
|
||||
- new upstream release 0.7.17
|
||||
|
Loading…
Reference in New Issue
Block a user