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

Since image was not rebuild for quite some time the cert is expired. ``` openldap@e87d0829de15:/etc/ldap/ssl$ openssl x509 -text -noout -in ldap.crt Certificate: Data: Version: 3 (0x2) Serial Number: 3c:2a:b4:e1:3b:c5:8f:c9:8e:0c:f3:99:5c:03:bb:fc:09:9d:1b:69 Signature...

User Search Base is "ou=people,dc=planetexpress,dc=com", but what is the one for Groups? It doesn't seem to be indicated in the readme file. Thanks!

Hi, I would like to bind using the uid (e.g. professor or even [email protected]). How do I do that?

I have been trying to disable TLS version below 1.2. Is it possible with this project?

6086ad42 conn=1010 fd=16 ACCEPT from IP=127.0.0.1:36908 (IP=0.0.0.0:10389) 6086ad42 conn=1010 op=0 BIND dn="cn=admin,dc=planetexpress,dc=com" method=128 6086ad42 conn=1010 op=0 BIND dn="cn=admin,dc=planetexpress,dc=com" mech=SIMPLE ssf=0 6086ad42 conn=1010 op=0 RESULT tag=97 err=0 text= 6086ad42 conn=1010 op=1...

Hi, is possible to enable the gidNumber to users? Thanks.

From the latest git repo, I am getting an issue when attempting to build the container locally. ``` 612006e7 @(#) $OpenLDAP: slapd (Feb 14 2021 18:32:34) $ ldap-test | Debian...

With just the CN set in the snake oil certificate, Go clients refuse to verify the certificate. Can be overridden by specifying `--build-arg CERT_SAN=DNS:somehost.com` when building the image. For example...

image can not be built - error in sed command line slappasswd produces output with slashes - therefore, the sed command line must use different separator chars.

Hello, I'm a newbie by using docker and openldap and i'm trying to use this project with a J2EE project in localhost. But the project returns an UnknownHostException and I...