LPIC-2 Exam 202 (Linux Engineer) — Question 27
Which of the following values can be used in the OpenLDAP attribute olcBackend for any object of the class olcBackendConfig to specify a backend?
(Choose three.)
Answer options
- A. xml
- B. bdb
- C. passwd
- D. ldap
- E. text
Correct answer: B, C, D
Explanation
The correct answers are B (bdb), C (passwd), and D (ldap) because these are valid backend types supported by OpenLDAP for object configurations. Options A (xml) and E (text) are not recognized backend types in this context.