Ver código fonte

Merge branch 'feature-ldapi' into release-0.5.0

Bertrand Gouny 11 anos atrás
pai
commit
72f68af0fd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      slapd.sh

+ 1 - 1
slapd.sh

@@ -49,7 +49,7 @@ if [ ! -e /etc/ldap/config/docker_bootstrapped ]; then
   # permission error on /etc/ldap/slapd.conf if not set?! :'(
   adduser openldap root
 
-  slapd -h "ldap:/// ldapi:///" -u openldap -g openldap 
+  slapd -h "ldapi:///" -u openldap -g openldap 
   chown -R openldap:openldap /etc/ldap
 
   # TLS