mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
We need this also to have proper permissions on certs
This commit is contained in:
parent
dde3a19350
commit
0a2d1c7eb6
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ do_init_regen() {
|
|||
# fix some permissions
|
||||
chown root:openldap /etc/ldap/slapd.conf
|
||||
chown -R openldap:openldap /etc/ldap/schema/
|
||||
usermod -aG ssl-cert openldap
|
||||
|
||||
# check the slapd config file at first
|
||||
slaptest -Q -u -f /etc/ldap/slapd.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue