Re: ldapi issue

2024-02-12 Thread Chili Mili
thank you very much Ulf, it works.

Re: ldapi issue

2024-02-12 Thread Quanah Gibson-Mount
--On Monday, February 12, 2024 5:09 PM + Chili Mili 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 re

Re: ldapi issue

2024-02-12 Thread Gregory ROCHER
Le 12/02/2024 à 16:19, Chili Mili a écrit : outside: lsof -U |grep slapd --> no output Hi, maybe I can help here If lsof isn't installed inside the container you may use nsenter ("namespace enter") on the host You'll need the PID of the running container Details here https://contractdesign

Re: ldapi issue

2024-02-12 Thread Ulf Volmer
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

Re: ldapi issue

2024-02-12 Thread 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. any idea? thanks

Re: ldapi issue

2024-02-12 Thread Ulf Volmer
Am 12.02.24 um 17:01 schrieb Chili Mili: it seems that Unix sockets aren't being used. I've compared the results with the old server, and they are consistent. Additionally, I've checked using lsof -U -a -p with the same outcome. Please keep in mind that the ldap is running in the docker conta

Re: ldapi issue

2024-02-12 Thread Chili Mili
it seems that Unix sockets aren't being used. I've compared the results with the old server, and they are consistent. Additionally, I've checked using lsof -U -a -p with the same outcome. Please keep in mind that the ldap is running in the docker container

Re: ldapi issue

2024-02-12 Thread Ulf Volmer
Am 12.02.24 um 16:19 schrieb Chili Mili: inside the container: lsof -U |grep slapd bash: lsof: command not found That's quite sad. I assume, you have no experience using linux? Best regards Ulf

Re: ldapi issue

2024-02-12 Thread Chili Mili
inside the container: lsof -U |grep slapd bash: lsof: command not found outside: lsof -U |grep slapd --> no output

Re: ldapi issue

2024-02-12 Thread Ulf Volmer
Am 12.02.24 um 13:18 schrieb Chili Mili: per example : ourside of the container : docker exec -it lsof -U |grep slapd would be interesting. Best regards Ulf

Re: ldapi issue

2024-02-12 Thread Chili Mili
per example : ourside of the container : docker exec -it

Re: olcLimits and groupOfURLs dynlist

2024-02-12 Thread Norman Gray
Greetings. A summary, for the archive and for google The missing piece, from my point of view, is that it looks like the group selector, for the olcLimits option (which is what I started off looking at; and see slapd-config(5)) has similar semantics to that for the corresponding olcAcces