LPIC-2 Exam 202 (Linux Engineer) — Question 38
Which of the following statements is INCORRECT regarding the LDIF file format?
Answer options
- A. It contains a dn line that indicates where the attributes listed in the following lines of the file must be added.
- B. In the file, a blank line separates one entry from another one.
- C. If an attribute contains binary data, some specific configurations must be made for this entry.
- D. The LDIF file accepts any type of file encoding.
Correct answer: D
Explanation
Option D is incorrect because the LDIF file format does not support all types of file encoding; it typically requires a specific encoding like UTF-8. Options A, B, and C are accurate statements about the LDIF format and its requirements for structure and data handling.