In order to specify alterations to an LDAP entry, what keyword is missing from the following LDIF file excerpt?
dn: cn=Some Person, dc=example, dc=com changetype: _______ ...
Specify the keyword only and no other information.
Answer: modify
題解
「changetype」欄位可以設定為「add」、「modify」或是「delete」。根據題意,此處應該使用「modify」。