Am 12.02.24 um 18:09 schrieb Chili Mili:
find / -type s find: '/proc/9/map_files': Permission denied /usr/var/run/ldapi
The Unix socket file located inside the container is at /usr/var/run/ldapi. I have tried to mount it to the host system but encountered the same result.
Again, use it from inside of the container. You can put the socket after the -H ldapi://.
If I remember correctly, you have to replace the slashes with %2F.
So you will need something like -H ldapi://%2Fusr%2Fvar%2Frun%2Fldapi
Best regards
Ulf