We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba0b83a + faeb220 commit 9531804Copy full SHA for 9531804
service/slapd/slapd.sh
@@ -46,8 +46,7 @@ fi
46
if [ ! -e /etc/ldap/config/docker_bootstrapped ]; then
47
status "Custom config"
48
49
- slapd -h "ldapi:///" -u openldap -g openldap
50
- chown -R openldap:openldap /etc/ldap
+ slapd -h "ldapi:///"
51
52
# TLS
53
if [ -e /etc/ldap/ssl/ldap.crt ] && [ -e /etc/ldap/ssl/ldap.key ] && [ -e /etc/ldap/ssl/ca.crt ]; then
0 commit comments