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

### Summary Environment Variable `ADD_DEFAULT_DATA` is not documented ### Steps to reproduce Search `ADD_DEFAULT_DATA` in README.md -> Not found ### What is the expected *correct* behavior? Add documentation for `ADD_DEFAULT_DATA`...

bug

### Summary When launching the container for the first time, the 10-openldap initialization script appears to fail at the "converting schemas to LDIF" part and stop running at that point....

bug

added gitignore file to help prevent sensitive information from being committed in the future.

### 2 questions please - Is it possible to update the documentation to include how to bootstrap a custom ldif file? - Will mounting a local folder containing a custom...

### Summary When ENABLE_TLS is TRUE, we get a permission denied on TLS_CA_CRT_FILENAME loading during TLS negociation. ### Steps to reproduce Set ENABLE_TLS to TRUE, make sure you have your...

bug

### Summary /usr/local/bin/slapd-restore is wrong. ### Steps to reproduce Try to restore a db archive: slapd-restore-data your_db_archive.gz ### What is the expected *correct* behavior? Data restoration should work. ### Relevant...

bug

### Summary The slapd server won't start if the replhosts_sanity can't be resolved to an ip address. This happens, because the fqdn of the hostname behind the provider label is...

There are several issues with trying to use S3 Backups. ## Environment Using the docker-compose file provided ## Issues ### Setting Backups to S3 In order to set the backups...

please add the `X509v3 Subject Alternative Name` to the certificate: ``` X509v3 Subject Alternative Name: DNS: ```

It seems like in [tls-enable.ldif](https://github.com/tiredofit/docker-openldap/blob/b99350ee07a3ab06072462baf17977fe954db8ce/install/assets/slapd/config/tls/tls-enable.ldif) and [10-openldap](https://github.com/tiredofit/docker-openldap/blob/b99350ee07a3ab06072462baf17977fe954db8ce/install/etc/cont-init.d/10-openldap), the variables are mistakenly called `..._DH_PARAM_...` and `..._DHPARAM_...` in such an infortunate way that it will always use the default values.