Multiple choice technology

Which of the following file contains indexes for attributes?

  1. 99user.ldif

  2. dse.ldif

  3. db2ldif

  4. des.ldif

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The dse.ldif file contains indexes for attributes in a Directory Server. LDIF (LDAP Data Interchange Format) files are used to store directory data, and dse.ldif specifically holds the backend configuration including attribute indexes that optimize search and lookup operations. Option A (99user.ldif) is typically for user-specific customizations, while options C and D are not standard LDIF configuration files for this purpose.