Am 09.02.24 um 16:45 schrieb chilimili1@outlook.de:
Could you please provide guidance on how to conduct searches within
the container given this constraint?
docker exec <container_name> ldapsearch ...
Additional to this, I would like to activate pagination, but I have not been able to find any configuration for it. Is this something that needs to be done on the server or client side?
client side. For ldapsearch for example you may pass -E 'pr=50/prompt' / -E 'pr=50/noprompt'
Best regards Ulf