--On Monday, February 12, 2024 5:09 PM +0000 Chili Mili <chilimi...@outlook.de> wrote:
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. any idea?
This sounds like the slapd process is being told to use a different location than the compile time default for the unix socket, which is why ldapi:/// doesn't work (it defaults to the compile time location). You'll have to explicitly pass the location OR change the startup to just use the default location.
--Quanah