modify-attr

Used to specify the modified attribute values for a <modify> operation or event.

Remarks

Each <modify-attr> should contain at least one <add-value>, <remove-value>, or <remove-all-values>.

The order of the above elements is significant.

Example

See <modify>.

Allowed Content

Element

Description

remove-value

Removes the specified attribute values.

remove-all-values

Removes all attribute values.

add-value

Adds values.

Attributes

Attribute

Possible Values

Default Value

attr-name

CDATA

The name of the attribute.

The name is mapped between the application and eDirectory namespaces by the Schema Mapping policy so that Identity Manager sees the name in the eDirectory namespace and a driver sees the name in the application namespace. The Mapping policy uses the class name attribute of the enclosing command or event to determine which class to use for mapping the attribute name.

#REQUIRED

enforce-password-policy

true | false

Reserved. Should be ignored by the driver.

#IMPLIED

Content Rule

( remove-value | remove-all-values | add-value ) +

Parent Elements

Element

Description

modify

Modifies an object when a modify event occurs.