1
0
phpldapadmin/README.md

9 lines
541 B
Markdown
Raw Normal View History

2023-12-05 18:06:33 -05:00
Extended from Osixia/phpldapadmin
2023-12-05 16:07:17 -05:00
2023-12-05 18:05:54 -05:00
- Adds ca-certificates package
2023-12-06 06:14:24 -05:00
- Points ldap.conf TLS_CACERT to a pem file under /etc/ssl/certs specified by
2023-12-05 18:05:54 -05:00
- Rips out the config.php bootstrap from startup
2023-12-06 06:14:24 -05:00
- Rips out most of the ldap client startup, opting to use a system CA cert instead
2023-12-05 18:05:54 -05:00
- 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