mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] slaptest outputs on stderr, so generates a WARNING. make it quiet
This commit is contained in:
parent
16ba0b9831
commit
a072d4109e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ sudo chown -R openldap:openldap /etc/ldap/schema/
|
|||
sudo chown -R openldap:openldap /etc/ldap/slapd.d/
|
||||
|
||||
# Check the slapd config file at first
|
||||
sudo slaptest -u -f /etc/ldap/slapd.conf
|
||||
sudo slaptest -Q -u -f /etc/ldap/slapd.conf
|
||||
|
||||
if [[ $BACKEND_CHANGE -eq 1 ]]; then
|
||||
# Regenerate LDAP config directory and import database as root
|
||||
|
|
Loading…
Add table
Reference in a new issue