Skip to content

Commit e45d45b

Browse files
committed
#635 fix permission issue with ldap.conf
1 parent 1e89ec0 commit e45d45b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lam-packaging/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ RUN setcap 'cap_net_bind_service=+ep' /usr/sbin/apache2 \
101101
&& chown www-data:www-data /var/run \
102102
&& chown www-data:www-data /var/run/apache2 \
103103
&& chmod gu+s /usr/sbin/cron \
104+
&& chown www-data:www-data /etc/ldap/ldap.conf \
104105
&& chown www-data:www-data /etc/php/8.4/apache2
105106

106107
# install letsencrypt certificates

0 commit comments

Comments
 (0)