Olivier Bourdon
Olivier Bourdon
@nmnellis on my side I was able to overcome this not by touching the original fake-service code. In fact I found quite not that obvious to modify the [Golang embedded...
@evroon may be this has nothing to do with your issue and it is potentially a typo you did doing copy paste to create this issue but I am definitely...
@evroon thanks for your explanations. I did not know about this and I find it a bit awkward to understand that args seem to go to the entrypoint and bash...
@bppdddqqqq not sure I fully understand what you really want to say in your previous comment but isn't it the case when you see ``` Error: the config directory (/etc/ldap/slapd.d)...
@ookerberry works perfectly well for me (tested on Docker for MacOSX): `# ldapsearch -LLL -x -D cn=admin,dc=example,dc=org -w admin -b dc=example,dc=org -h 127.0.0.1 uid=john memberOf` `dn: uid=john,ou=Users,dc=example,dc=org` `memberOf: cn=admin,ou=Groups,dc=example,dc=org` Full...
@ookerberry @vityafx could you please post the complete output of slapcat run within your container Again it works perfectly well for me for 1.2.4 on my MacOSX Docker
@ookerberry @vityafx may be you could also try my initial ldif file from [here](https://gist.github.com/obourdon/758b5c316fd4e0008336dfff93ecb9e5) to see if it works properly or not
@vityafx no problem and many thanks for your answer. Hopefully this now seem to work for you. Will still dig into this later on to see if I can find...
@vityafx do not worry, I am definitely no expert either, just may be a little bit more advanced than you are right now. In my case, I just need to...
@HariSekhon sorry if it is not clear for me. Does your +1 means that memberOf support works well for you ?