Browse Source

Merge branch 'hotfix-0.7.2' into stable

Bertrand Gouny 11 years ago
parent
commit
9531804222
1 changed files with 1 additions and 2 deletions
  1. 1 2
      service/slapd/slapd.sh

+ 1 - 2
service/slapd/slapd.sh

@@ -46,8 +46,7 @@ fi
 if [ ! -e /etc/ldap/config/docker_bootstrapped ]; then
   status "Custom config"
 
-  slapd -h "ldapi:///" -u openldap -g openldap 
-  chown -R openldap:openldap /etc/ldap
+  slapd -h "ldapi:///" 
 
   # TLS
   if [ -e /etc/ldap/ssl/ldap.crt ] && [ -e /etc/ldap/ssl/ldap.key ] && [ -e /etc/ldap/ssl/ca.crt ]; then