https://bugs.openldap.org/show_bug.cgi?id=9972
dpa-openldap@aegee.org dpa-openldap@aegee.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dpa-openldap@aegee.org
--- Comment #5 from dpa-openldap@aegee.org dpa-openldap@aegee.org --- Created attachment 947 --> https://bugs.openldap.org/attachment.cgi?id=947&action=edit sample configuration
I have created an OCI (~ Docker) image. Run with
$ wget https://mail.aegee.org/dpa/bug9972/openldap-2023-01-23.tar $ skopeo copy oci-archive:openldap-2023-01-23.tar containers-storage:localhost/openldap:2023-01-23 $ podman images REPOSITORY TAG IMAGE ID CREATED SIZE localhost/openldap 2023-01-23 52a9cee2069f 5 minutes ago 7.11 MB
$ podman run -d --security-opt=no-new-privileges -p 3890:3890 localhost/openldap:2023-01-23 d5c6f8c3dc1915f375a6e459a19af2c72f8a4348f4c60eb3d891291b3c2a44e1
$ ldapsearch -xH ldap://127.0.0.0:3890 -b "dc=aegee,dc=org" -s sub -E sss=ou:2.5.13.15
… # aegee.org dn: dc=aegee,dc=org objectClass: dcObject objectClass: organization o: AEGEE dc: aegee
# search result search: 2 result: 50 Insufficient access
# numResponses: 182 # numEntries: 181
The content of the config directory is attached here.