docker-phpLDAPadmin icon indicating copy to clipboard operation
docker-phpLDAPadmin copied to clipboard

phpLDAPadmin container image 🐳🌴

Results 71 docker-phpLDAPadmin issues
Sort by recently updated
recently updated
newest added

This would allow me to restrict phpLDAPadmin with client certificates from my certificate authority

Merged - Next release

At the moment I added group and user management https://github.com/wheelybird/ldap-user-manager to get memberof compatible groups of users. Is it possible to do with [docker-phpldapadmin](https://github.com/osixia/docker-phpLDAPadmin) container?

Hi osixia, thanks a lot for your Dockerfile. It will really cool that you Autogenerate the "cn=config" LDAP server entry "ldap_pla" into config.php Example : a container with variable ;...

enhancement
help wanted

Hi, I think I found a weird caching issue with the environment variable `PHPLDAPADMIN_LDAP_HOSTS`. Here's my docker-compose file: ```yaml version: "3" services: openldap: image: osixia/openldap networks: - traefik environment: LDAP_ORGANISATION:...

Hello, I try to integrate your both repo with each other under Docker. I can access https://0.0.0.0:6443/, but I can't log in with (admin, test) This is how I run...

I'm running openldap and phpldapadmin from a docker-compose file, for the openldap I was able to configure a healthcheck with "test: ldapwhoami -xH ldapi:// || exit 1". Is this the...

question

```yml phpldapadmin: image: osixia/phpldapadmin:latest container_name: phpldapadmin networks: example_mail_infra: aliases: - ldap-admin.example.com environment: PHPLDAPADMIN_LDAP_HOSTS: "ldap.example.com" PHPLDAPADMIN_HTTPS_CRT_FILENAME: "fullchain.cer" PHPLDAPADMIN_HTTPS_KEY_FILENAME: "example.com.key" PHPLDAPADMIN_HTTPS_CA_CRT_FILENAME: "ca.cer" volumes: - ${ACME_HOME_DIR}/example.com:/container/service/phpldapadmin/assets/apache2/certs:ro ports: - "8080:80" depends_on: - openldap ```...

I use the following docker-compose.yml to deploy, but cannot access with the title error in logs. I knew that this type error is quite [common](https://stackoverflow.com/questions/18392741/apache2-ah01630-client-denied-by-server-configuration), but `Require all granted` was...

[OpenLDAP & phpLDAPadmin in 1'](https://github.com/osixia/docker-phpLDAPadmin#openldap--phpldapadmin-in-1 ) ^ url printed by script does not work, it timeouts after some time mapping ports: ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES...

I installed [this helm chart](https://github.com/cetic/helm-phpLDAPadmin) Whenever I modify `./var/www/phpldapadmin/config/config.php` or `./container/service/phpldapadmin/assets/config/config.php`, the new config isn't taken in account. I tried reloading Apache, but that doesn't help. Am I missing something...