fix: check-config.sh get stuck when executing command as a ldap user
This commit is contained in:
parent
dc2b490d64
commit
d5cbb774ed
@ -61,7 +61,7 @@ function uses_new_config()
|
|||||||
|
|
||||||
function run_as_ldap()
|
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 $?
|
return $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -662,6 +662,7 @@ exit 0
|
|||||||
+ generate server certificate using Mozilla NSS tools instead of OpenSSL tools
|
+ 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>)
|
+ 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
|
- 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
|
* Tue Jan 31 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.28-3
|
||||||
- fix: replication (syncrepl) with TLS causes segfault (#783431)
|
- fix: replication (syncrepl) with TLS causes segfault (#783431)
|
||||||
|
Loading…
Reference in New Issue
Block a user