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

phpLDAPadmin container image 🐳🌴

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

Is this project still alive?

I am getting this error message when I try to login to the server as in #29 : ``` Unable to connect to LDAP server openldap Error: Can't contact LDAP...

When I set the variable `PHPLDAPADMIN_LDAP_HOSTS` like: ``` PHPLDAPADMIN_LDAP_CLIENT_TLS: "false" PHPLDAPADMIN_LDAP_HOSTS_FRIENDLY: "true" PHPLDAPADMIN_LDAP_HOSTS: | - server1: - server: - name: openldap - host: example.com - tls: "false" - port: 389...

ReplicationController is a old fashined way to configure replication, as you can see on official Kubernetes documentation: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/ > "A Deployment that configures a ReplicaSet is now the recommended way...

Hello. I am using the config very similar to the demo. I've modified it so ulimits won't need changing. I get no HTTP or HTTPS connections. There is no connection...

When I am trying to set `PHPLDAPADMIN_LDAP_HOSTS` to some YAML structure as shown in the docs, I end up with an error, saying: > # docker-compose up -d > ERROR:...

Hello, my ldap is on a non standard port. How do I define this port in my docker-compose file?

The `Dockerfile` for the image uses an anonymous volume to persist the transformed config. This presents a problem in situations where a compose file is used. Volumes are not destroyed...

Merged - Next release

Excute me, I meet an exception when deploy service on Ubuntu 20.04.3 LTS: root@xxx:/data/container# cat docker-compose.yml ``` version: '2' services: slapd: image: osixia/openldap:1.5.0 environment: LDAP_ORGANISATION: example LDAP_DOMAIN: example.com LDAP_ADMIN_PASSWORD: secret...