On 3/25/22 17:29, beren beren wrote:
How can I prevent a user who has not authenticated from viewing ? That is, the query ldapsearch -x -H ldap://infra-ldap.wildberries.ru -b "dc=test,dc=com" shows everything.
Diving into ACLs this ancient resource is still helpful: https://www.openldap.org/faq/data/cache/189.html
For your particular question:
How do I match authenticated users? https://www.openldap.org/faq/data/cache/319.html
What ACLs should I start with? https://www.openldap.org/faq/data/cache/320.html
Ciao, Michael.