docker-phpLDAPadmin
docker-phpLDAPadmin copied to clipboard
phpLDAPadmin container image π³π΄
In order to start the container, the path variable for the config file needs to be changed to /container/run/service/phpldapadmin/assets/config/
hello , i am using osixia/openldap and osixia/docker-phpLDAPadmin on my localhost(Ubuntu 16.04, Docker version 18.09.2), i config "127.0.0.1 ldap.my.com" in my /etc/hosts, startup openldap by command ``` docker run --hostname...
Hi team, I want to deploy phpldapadmin in cluster, phpldapadmin.yaml as: kind: ServiceAccount apiVersion: v1 metadata: name: ldap-sa --- kind: Deployment apiVersion: v1 metadata: name: ldap-ui labels: app: ldap-ui spec:...
Hi, on docker-compose up with the last docker & docker-compose version, I have: ``` Bootstap phpLDAPadmin... rm: cannot remove '/var/www/phpldapadmin_bootstrap/config': Directory not empty rm: cannot remove '/var/www/phpldapadmin_bootstrap/hooks/classes': Directory not empty...
Hi, I am using Docker in [rootless mode](https://docs.docker.com/engine/security/rootless/) and encounter a problem with the specific `osixia/phpldapadmin` image. A `docker pull osixia/phpldapadmin:stable` or any of its version (`:latest`, `:0.9.0` etc...) leads...
Unable to connect to LDAP server ldap-host -- Error: Invalid credentials (49) forΒ user Β | Failed to Authenticate to server Invalid Username or Password. `#!/bin/bash -e docker run --name ldap-service...
Hello, I'm creating multiple services by docker / docker-compose. When I want to add files to /var/www/phpldapadmin/templates/creation/, the container stop and print "killing all processes". After a long day of...
```bash [root@centos6 ldap]# ./run.sh 4dbda683a3201952f2b7cfe80c71bd1c85f352454640b204a8d77379a8182de3 ba405ef17dee5a7e35a5f2499eea2280f5679db5cfedd5dd71727d46adb5cc0b Go to: https://172.17.0.7 Login DN: cn=admin,dc=example,dc=org Password: admin ``` ```bash CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ba405ef17dee osixia/phpldapadmin:0.9.0 "/container/tool/run 18 minutes ago...
I'm trying to set up the container. I've disabled TLS (PHPLDAPADMIN_HTTPS=false) and running it as in examples. When trying to access port 6443 with browser or local curl I'm getting...
Hi, I've tried everything and I can't make phpldapadmin to use PHPLDAPADMIN_LDAP_HOSTS when using docker-compose. If I want to pass ldap hosts setting in environment like this: > environment: >...