LPI
300-300 · Question #20
In an LDIF file using changetype: modify, which of the following options can be used? (Choose two.)
The correct answer is C. add D. replace. In an LDIF file, changetype: modify is used to specify modifications to an existing LDAP entry. The add option is used to add new attributes or values to an existing attribute. The replace option is used to replace existing attribute values with new ones. These options are used…
300.7 OpenLDAP Configuration
Question
In an LDIF file using changetype: modify, which of the following options can be used? (Choose two.)
Options
- Apatch
- Boverwrite
- Cadd
- Dreplace
- Egenerate
How the community answered
(32 responses)- A3% (1)
- B3% (1)
- C94% (30)
Explanation
In an LDIF file, changetype: modify is used to specify modifications to an existing LDAP entry. The add option is used to add new attributes or values to an existing attribute. The replace option is used to replace existing attribute values with new ones. These options are used to update the directory information according to the LDAP protocol.
Topics
#LDIF#changetype modify#LDAP modification#ldapmodify
Community Discussion
No community discussion yet for this question.