<modify> is used:
<add> will contain a <modify-attr> for each attribute modified.
A response to <modify> should be a <status> indicating whether or not the <modify> was processed successfully.
<modify class-name="User" src-dn="\Sam"> <association>1012</association> <modify-attr attr-name="Given Name"> <remove-all-values/> <add-value> <value>Samuel</value> </add-value> </modify-attr> <modify-attr attr-name="Telephone Number"> <remove-value> <value>555-1212</value> </remove-value> <add-value> <value>555-1764</value> <value>555-1765</value> </add-value> </modify-attr> </modify>
- association
- Unique key of the application object.
- modify-attr
- Modify attribute.
Attribute Value(s) Default Value class-name CDATA
The name of the base class of the object.
The class name is mapped between the application and NDS name spaces by the schema mapping rule so that DirXML will see the name in the NDS namespace and a driver will see the name in the application name space.
Required when used as a notification#IMPLIED dest-dn CDATA
The distinguished name of the target object in the namespace of the receiver.
(Reserved) Should be ignored by the driver.#IMPLIED dest-entry-id CDATA
The entry id of the target object in the namespace of the receiver.
(Reserved) Should be ignored by the driver.#IMPLIED event-id CDATA
An identifier used to tag the results of an event or command.#IMPLIED src-dn CDATA
The distinguished name of source object that generated the event in the namespace of the sender.#IMPLIED src-entry-id CDATA
The entry id of source object that generated the event in the namespace of the sender.
(Reserved) Should be ignored by the driver.#IMPLIED timestamp CDATA
(Reserved) Should be ignored by the driver.#IMPLIED
( association ? , modify-attr + )
- input
- Input events or commands.
Top Elements || All Elements || Tree