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

Docker OpenLDAP Server for testing LDAP applications

Results 21 docker-test-openldap issues
Sort by recently updated
recently updated
newest added

Cloned the repo and ran the `docker-compose.yml` file. Building the container works OK. Running the container results in the following output: ``` 6018230b @(#) $OpenLDAP: slapd (Nov 17 2020 01:23:45)...

Hello, thanks for this docker image. I'm now using it to test a draft R package LDAP client [here](https://github.com/eblondel/ldap4R). On local windows machine, the few integration tests i've run work,...

We build the actual state of the repo planing to make some small changes in the user/group structure. When starting the image with no modifications slapd fails: ``` openldap |...

I'm trying to build the image locally for this project from the master branch, the only changes I've made is to the docker-compose file to simplify it: `version: '2'` `services:`...

Today (20.10.2023) I cleaned up my local Docker environment, to have no images containters, etc. anymore locally stored. Then I pulled the image as describes in the `README.md`: `me@p1 ~...

``` docker run --rm \ -v ~/OpenLDAP/ldap:/var/lib/ldap \ -p 10389:10389 \ -p 10636:10636 \ -d \ rroemhild/test-openldap ``` ![Screenshot 2023-02-21 at 10 36 08](https://user-images.githubusercontent.com/16001837/220306434-ac31544f-53a4-4f1c-bc78-cc6ae7f94802.png)

Thank you for this useful image! I have a feature request. Could you build a version for arm architecture (macos)?

It would be nice to have a mail field on the groups, since in many situation a group can represent a distribution list. I've added it to the LDIF file,...

``` Reconfigure slapd... + echo 'Reconfigure slapd...' + cat + debconf-set-selections + DEBIAN_FRONTEND=noninteractive + dpkg-reconfigure slapd Backing up /etc/ldap/slapd.d in /var/backups/slapd-2.4.47+dfsg-3+deb10u7... done. Moving old database directory to /var/backups: Backup path...

Hi, I was trying to test locally scenario of disabling users that hasn't logged on for a while via AD based on lastLogonTimestamp Though, after login via LDAP (ldapsearch and...