File tree Expand file tree Collapse file tree 6 files changed +7
-11
lines changed Expand file tree Collapse file tree 6 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1+ ## 0.5.0 (release date: 2015-03-03)
2+ - New version initial release
Original file line number Diff line number Diff line change 44# Add phpLDAPadmin virtualhosts
55ln -s /osixia/phpldapadmin/apache2/phpldapadmin.conf /etc/apache2/sites-available/phpldapadmin.conf
66ln -s /osixia/phpldapadmin/apache2/phpldapadmin-ssl.conf /etc/apache2/sites-available/phpldapadmin-ssl.conf
7+
78cp /osixia/phpldapadmin/config.php /var/www/phpldapadmin_bootstrap/config/config.php
9+ rm /osixia/phpldapadmin/config.php
810
911cat /osixia/phpldapadmin/php5-fpm/pool.conf >> /etc/php5/fpm/pool.d/www.conf
12+ rm /osixia/phpldapadmin/php5-fpm/pool.conf
1013
1114mkdir -p /var/www/tmp
1215chown www-data:www-data /var/www/tmp
Original file line number Diff line number Diff line change 2121 #SSLCACertificateFile /osixia/phpldapadmin/apache2/ssl/${SSL_CA_CRT_FILENAME
2222
2323 <Directory /var/www/phpldapadmin/htdocs >
24- DirectoryIndex index.php
25- Options +FollowSymLinks
26- AllowOverride None
27-
2824 Require all granted
2925 </Directory>
3026
Original file line number Diff line number Diff line change 77 ErrorLog ${APACHE_LOG_DIR}/error.log
88 CustomLog ${APACHE_LOG_DIR}/access.log combined
99
10- <Directory /var/www/phpldapadmin/htdocs >
11- DirectoryIndex index.php
12- Options +FollowSymLinks
13- AllowOverride None
14-
10+ <Directory /var/www/phpldapadmin/htdocs >
1511 Require all granted
1612 </Directory>
1713
Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ if [ ! -e "$FIRST_START_DONE" ]; then
126126 find /var/www/ -type d -exec chmod 755 {} \;
127127 find /var/www/ -type f -exec chmod 644 {} \;
128128 chmod 400 /var/www/phpldapadmin/config/config.php
129- chown www-data:www-data -R /var/www/phpldapadmin/config/config.php
130129 chown www-data:www-data -R /var/www
131130
132131 touch $FIRST_START_DONE
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ load test_helper
3333 LDAP_IP=$( get_container_ip_by_cid $LDAP_CID )
3434
3535 # we start the wordpress container and set DB_HOSTS
36- run_image -e LDAP_HOSTS=" [' $LDAP_IP '] "
36+ run_image -e LDAP_HOSTS=$LDAP_IP
3737
3838 # wait openldap
3939 wait_service_by_cid $LDAP_CID slapd
You can’t perform that action at this time.
0 commit comments