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

i noticed many security vulnerabilities in image osixia/phpldapadmin:latest via trivy scan for running a trivy scan you can use this command trivy image --ignore-unfixed osixia/phpldapadmin:latest if no functionality is been...

Hello, I'm posting this in order to get some help. **Context:** I have test accounts in my current OpenLDAP (set up without osixia image) for which the email address used...

Hi, I improved the README.md to have PLA works with a openldap with enforced TLS, but with a public certificate configured (like LetEncrypt) This doesn't really fix https://github.com/osixia/docker-phpLDAPadmin/issues/74, but at...

At the current date, september 2024, is hard to build the base image of the project. If you do ```bash docker build -t phpldapadmin . ``` Standing at the "image"...

### IMPORTANT The `Dockerfile` in this branch depends on `osixia/web-baseimage:1.3.2` from a previous commit which has never been published. For this version to build either `osixia/web-baseimage:1.3.2` needs to be published...

Configuration setting already defined. A call has been made to reset a configuration value (server,host,openldap) my-env.yaml is : PHPLDAPADMIN_LDAP_HOSTS: - tsysmart_ldap: - server: - host: openldap - port: 1389 -...

My computer is based on the arm architecture, so I need to customize and build an image of the arm architecture I performed the following operations, but the container failed...

There is this script "OpenLDAP & phpLDAPadmin in 1'" in readme: ```` #!/bin/bash -e docker run --name ldap-service --hostname ldap-service --detach osixia/openldap:1.1.8 docker run --name phpldapadmin-service --hostname phpldapadmin-service --link ldap-service:ldap-host...

**Issue:** `tr: write error: Broken pipe` during container startup **Description:** When starting the container `osixia/phpldapadmin:latest`, the following error appears in the logs: *** Running /container/run/startup/phpldapadmin... Set apache2 http config... Bootstap...

This project seems stale and maybe not maintained anymore? - I thought I'd mention: phpldapadmin has been updated to v2 - available [leenooks/phpldapadmin](/leenooks/phpldapadmin) A phpldapadmin v2 docker image is available...