ldapjs / docker-test-openldap

Docker OpenLDAP Server for testing LDAP applications. Originally forked from rroemhild/docker-test-openldap.
MIT License
3 stars 8 forks source link

New image (2023-07-25) issues #4

Closed jsumners closed 1 year ago

jsumners commented 1 year ago
jsumners commented 1 year ago

Admin can make changes. One just needs to connect correctly. Instead of using -Q, use -x with the standard tools, e.g.:

$ ldapwhoami -x -H ldapi:/// -w 'GoodNewsEveryone' -D 'cn=admin,dc=planetexpress,dc=com'
jsumners commented 1 year ago

https://bugs.openldap.org/show_bug.cgi?id=10088 has been created to try and get information on the indexing error.

jsumners commented 1 year ago

The original issue with long RDNs stated a problem with RDNs exceeding 132 characters. We have decided to reduce the length of the RDN in our test to 140 characters in order to avoid the bug in OpenLDAP 2.5. When OpenLDAP 2.6 is released, we should investigate if the bug still exists and restore our original test if not.