-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Hi,
I tried to to set "MEMBEROF=1" but it doesn't work:
openldap_1 | 5af71a77 lt_dlopenext failed: (refint) file not found
openldap_1 | slapcat: bad configuration file!
docker_openldap_1 exited with code 1
Looking at the "slapd.conf" it tries to load the Module "refint"
modulepath /usr/lib/openldap
moduleload refint
but the Module seems not to exist in the image (started without "MEMBEROF=1"):
root@openldap[991d0fcdaa36]:/# ls -la /usr/lib/openldap
total 216
drwxr-xr-x 2 root root 4096 Apr 17 10:37 .
drwxr-xr-x 1 root root 4096 Apr 17 10:37 ..
lrwxrwxrwx 1 root root 22 Apr 17 10:37 back_mdb-2.4.so.2 -> back_mdb-2.4.so.2.10.8
-rwxr-xr-x 1 root root 211960 Nov 9 2017 back_mdb-2.4.so.2.10.8
lrwxrwxrwx 1 root root 22 Apr 17 10:37 back_mdb.so -> back_mdb-2.4.so.2.10.8
root@openldap[991d0fcdaa36]:/#
Reactions are currently unavailable