If there is no access directive, what is the default setting for OpenLDAP?
A.

B.

C.

D.
If there is no access directive, what is the default setting for OpenLDAP?
A.
B.
C.
D.
The default access control policy for OpenLDAP, if no access directives are specified, allows all clients, both authenticated and anonymous, to read. Therefore, the correct answer is: access to * by * read.
I think the correct one is A. According to documentation: https://www.openldap.org/devel/admin/slapdconfig.html "Note: If no access directives are specified, the default access control policy, access to * by * read, allows all both authenticated and anonymous users read access."
Agree. A should be the answer. Man page says the same thing. "If no access controls are present, the default policy allows anyone and everyone to read anything but restricts updates to rootdn. (e.g., "access to * by * read"). "
I agree, A is the correct answer
Adonist is right. The answer should be A.
https://www.openldap.org/doc/admin24/slapdconfig.html "Note: If no access directives are specified, the default access control policy, access to * by * read, allows all both authenticated and anonymous users read access."
A is correct!
Answer: A https://www.openldap.org/doc/admin24/access-control.html The default access control policy is allow read by all clients. access to * by * read This access directive grants read access to everyone.
A is correct