docker-phpLDAPadmin
docker-phpLDAPadmin copied to clipboard
phpLDAPadmin container image π³π΄
on dockerhub there is :latest and :stable - neither of which support reproducible deployments. This is a problem because rollbacks do not easily work. As such, please do tag the...
I'd like to add a template in /var/www/phpldapadmin/templates/creation/ at the image start. How can i do? extending the image like : FROM osixia/phpldapadmin:0.6.12 COPY custom_posixAccount.xml /var/www/phpldapadmin/templates/creation/custom_posixAccount.xml give me the error...
I tried to change locales, such as lang = zh_CN, http://phpldapadmin.sourceforge.net/wiki/index.php/Config:appearance:language. I did a lot of testing, including installing SSH to modify configuration files directly, but it didn't work. I...
I tried to change locales, such as lang = zh_CN http://phpldapadmin.sourceforge.net/wiki/index.php/Config:appearance:language I did a lot of testing, including installing SSH to modify configuration files directly, but it didn't work. I...
Hi, My undertanding is that the generated configuration for TLS/SSL is broken. The ldap-client startup.sh script generates `~www-data/.ldaprc` referencing a dummy key/cert pair preventing the connection via ldaps://. Manually removing...
The default configuration is to log in with dnοΌfor example: cn=admin,dc=example,dc=com. but i want to login with uid or email. How can I configure it? 3q.
Hi there, I'm trying to understand what could be the configuration to have a 3 master nodes cluster, plus multiple decentralized slaves/replicas? To provide a bit more context about the...
Templates can't select generic posix group,thanks
After creating a new inetOrgPerson in our OU we add them to specific groups but lately the modify group members option does not show those new Accounts and we have...
phpLDAPAdmin supports templates for editing LDAP data. These can now be custom templates. Also made it support changing the UID/GID of the apache user (www-data), though this was a side-effect...