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

Dockerized LDAP server with many customizable options

Results 16 docker-openldap issues
Sort by recently updated
recently updated
newest added

The fix in line 307 prevents LDAP to break when you redeploy the image to existing LDAP installation

we don't see any search results using this image. here is what we did: 1. Started the server by running following command: ``` docker run -p 636:636 -p 389:389 --name...

This image stores passwords as clear text. Could this be fixed please so that passwords are stored as {SSHA}? fwiw we modified the config to add olcPasswordHash: {SSHA} per [this](https://serverfault.com/questions/571928/how-do-you-set-password-hash-for-openldap)...

### Summary BASE_DN is wrongly generated from DOMAIN ### Steps to reproduce - Specify DOMAIN as `a.b.c` - Leave BASE_DN to blank BASE_DN is inferred as `dc=c,dc=a` ### What is...

bug

**Description of the feature** Add documentation to have a better understanding of how to use it **Benftits of feature** User can easy set zabbix monitoring

enhancement

### Summary The container failed to run the latest commit 9b995549db020cc0029e088e3352622aa3985cbd with the default out-of-the-box configuration. ### Steps to reproduce 1. Pull the `2.6-7.6.8` image tag ``` docker pull tiredofit/openldap:2.6-7.6.8...

bug