Linux_FoundationLinux_Foundation
LFCS · Question #146
LFCS Question #146: Real Exam Question with Answer & Explanation
The correct answer is A: Stop the OpenLDAP server daemon and run the command slapd -d 128.. To debug Access Control List (ACL) issues in OpenLDAP, the server should be restarted with the debug level 128 to specifically enable logging for ACL processing.
Submitted by anna_se· Apr 18, 2026Operation of Running Systems
Question
Which of the following is the most appropriate method of debugging problems concerning ACLs?
Options
- AStop the OpenLDAP server daemon and run the command slapd -d 128.
- BStop the OpenLDAP server daemon and run the command slapd -d 32.
- CStop the OpenLDAP server daemon and run the command slapd -log_acl.
- DStop the OpenLDAP server daemon and run the command slapd -debug_acl.
Explanation
To debug Access Control List (ACL) issues in OpenLDAP, the server should be restarted with the debug level 128 to specifically enable logging for ACL processing.
Common mistakes.
- B. The
-d 32option typically enables logging for configuration file processing and schema checking, not specifically for ACL debugging. - C. There is no standard
slapdcommand-line option called-log_aclfor debugging ACLs; debugging levels are specified numerically with-d. - D. There is no standard
slapdcommand-line option called-debug_aclfor debugging ACLs; debugging levels are specified numerically with-d.
Concept tested. OpenLDAP ACL debugging
Reference. https://www.openldap.org/doc/admin24/appendix-a.html
Topics
#OpenLDAP#Debugging#ACLs#slapd command
Community Discussion
No community discussion yet for this question.