mirror of
https://github.com/luzifer-docker/openldap.git
synced 2024-12-20 20:51:17 +00:00
Merge pull request #4 from rysiekpl/patch-1
/var/run/slapd also has to be accessible to slapd
This commit is contained in:
commit
d6fd848324
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ ulimit -n 8192
|
|||
|
||||
set -e
|
||||
|
||||
chown -R openldap:openldap /var/lib/ldap/
|
||||
chown -R openldap:openldap /var/lib/ldap/ /var/run/slapd/
|
||||
|
||||
if [[ ! -d /etc/ldap/slapd.d ]]; then
|
||||
|
||||
|
|
Loading…
Reference in a new issue