parent
904778f620
commit
916cbca281
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user