Skip to content

Commit 9531804

Browse files
committed
Merge branch 'hotfix-0.7.2' into stable
2 parents ba0b83a + faeb220 commit 9531804

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

service/slapd/slapd.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ fi
4646
if [ ! -e /etc/ldap/config/docker_bootstrapped ]; then
4747
status "Custom config"
4848

49-
slapd -h "ldapi:///" -u openldap -g openldap
50-
chown -R openldap:openldap /etc/ldap
49+
slapd -h "ldapi:///"
5150

5251
# TLS
5352
if [ -e /etc/ldap/ssl/ldap.crt ] && [ -e /etc/ldap/ssl/ldap.key ] && [ -e /etc/ldap/ssl/ca.crt ]; then

0 commit comments

Comments
 (0)