do-add-src-object

Creates an object of type class-name in the source data store with a name and location provided by <arg-dn>. Any attribute values to be added as part of the object creation must be done in subsequent <do-add-src-attr-value> actions using the same <arg-dn>.

Example

<do-add-src-object class-name="User">  <arg-dn>  <token-text>Users/Fred Flintstone</token-text>  </arg-dn> </do-add-src-object><do-add-src-attr-value name="Surname">  <arg-dn>  <token-text>Users/Fred Flintstone</token-text>  </arg-dn>  <arg-value>  <token-text>Flintstone</token-text>  </arg-value> </do-add-src-attr-value>

Allowed Content

Element

Description

arg-dn

DN argument.

Attributes

Attribute

Possible Values

Default Value

class-name

CDATA

Class name of object to create

#REQUIRED

disabled

true | false

True if this element is disabled.

false

notrace

true | false

True if this element should not be traced during execution of policy.

false

Content Rule

( arg-dn )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.