1
0
Fork 0
Modified image of osixia/phpldapadmin
Go to file
michael a36f1c3b1e working 2023-12-07 00:14:24 +13:00
Dockerfile working 2023-12-07 00:14:24 +13:00
README.md working 2023-12-07 00:14:24 +13:00
ldap_startup.sh working 2023-12-07 00:14:24 +13:00
www_startup.sh working 2023-12-07 00:14:24 +13:00

README.md

Extended from Osixia/phpldapadmin

  • Adds ca-certificates package
  • Points ldap.conf TLS_CACERT to a pem file under /etc/ssl/certs specified by
  • Rips out the config.php bootstrap from startup
  • Rips out most of the ldap client startup, opting to use a system CA cert instead
  • Expects an existing config (ie a volume mounted configMap) present at /container/service/phpldapadmin/assets/config/config.php
  • The read-only config mount will be copied to /var/www/phpldapadmin/config/config.php at startup and chowned to www-data