fix: check-config.sh get stuck when executing command as a ldap user

This commit is contained in:
Jan Vcelak 2012-02-15 14:26:49 +01:00
parent dc2b490d64
commit d5cbb774ed
2 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,7 @@ function uses_new_config()
function run_as_ldap()
{
/bin/su --shell /bin/sh --session-command "$1" "$SLAPD_USER"
/sbin/runuser --shell /bin/sh --session-command "$1" "$SLAPD_USER"
return $?
}

View File

@ -662,6 +662,7 @@ exit 0
+ generate server certificate using Mozilla NSS tools instead of OpenSSL tools
+ fix: correct path to check-config.sh in service file (Jan Synáček <jsynacek@redhat.com>)
- temporarily disable certificates checking in check-config.sh script
- fix: check-config.sh get stuck when executing command as a ldap user
* Tue Jan 31 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.28-3
- fix: replication (syncrepl) with TLS causes segfault (#783431)