do-rename-src-object

Renames an object in the source data store to the name specified by <arg-string>. The target object is specified by either <arg-dn> or <arg-association> if specified, or by the current object if not specified.

Example

<do-rename-src-object>  <arg-dn>  <token-text>Users/Active/Fred Flintstone</token-text>  </arg-dn>  <arg-string>  <token-text>Fat Freddy</token-text>  </arg-string> </do-rename-src-object>

Allowed Content

Element

Description

arg-dn

DN argument.

arg-association

Association argument.

arg-value

Value argument.

Attributes

Attribute

Possible Values

Default Value

class-name

CDATA

Class name of target object.

Supports variable expansion.

#IMPLIED

disabled

true | false

True if this element is disabled.

false

notrace

true | false

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

false

Content Rule

(( arg-dn | arg-association ) ? , arg-string )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.