fix: slapd fails to start on reboot

Resolves: #829272
This commit is contained in:
Jan Vcelak 2012-06-27 14:05:10 +02:00
parent 904778f620
commit 916cbca281
2 changed files with 1 additions and 1 deletions

View File

@ -672,6 +672,7 @@ exit 0
- fix: TLS error messages overwriting in tlsm_verify_cert() (#810462)
- fix: reading pin from file can make all TLS connections hang (#829317)
- CVE-2012-2668: cipher suite selection by name can be ignored (#825875)
- fix: slapd fails to start on reboot (#829272)
* Fri May 18 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.31-2
- fix: nss-tools package is required by the base package, not the server subpackage

View File

@ -9,7 +9,6 @@ Environment="SLAPD_URLS=ldap:/// ldapi:///" "SLAPD_OPTIONS="
EnvironmentFile=/etc/sysconfig/slapd
ExecStartPre=/usr/libexec/openldap/check-config.sh
ExecStart=/usr/sbin/slapd -u ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS
TimeoutSec=3
[Install]
WantedBy=multi-user.target