diff --git a/net/openldap24-server/files/slapd.in b/net/openldap24-server/files/slapd.in index 6bb470491ceb..81010faaaccb 100644 --- a/net/openldap24-server/files/slapd.in +++ b/net/openldap24-server/files/slapd.in @@ -112,7 +112,7 @@ start_precmd() esac echo -n "Performing sanity check on slap configuration: " - if ${command} -Tt >/dev/null 2>&1; then + if ${command} -Tt -u >/dev/null 2>&1; then echo "OK" else echo "FAILED"