Skip to content

Commit

Permalink
Added env variables that would allow setting of uid/gid for ldap and …
Browse files Browse the repository at this point in the history
…nginx user
  • Loading branch information
mlgupta committed Oct 12, 2020
1 parent a1125d0 commit 58c8ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/service/slapd/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ if [ ! -e "$FIRST_START_DONE" ]; then
touch $FIRST_START_DONE
fi

chown -R ldap:ldap /etc/openldap/slapd.d /run/openldap /var/log/openldap /var/lib/openldap/openldap-data /etc/openldap/certs
chown -R ldap:ldap /etc/openldap/slapd.d /run/openldap /var/log/openldap /var/lib/openldap /etc/openldap/certs

exit 0

0 comments on commit 58c8ab0

Please sign in to comment.