do-set-dest-password

Sets the value specified by <arg-string>’s as the old password (optional) and new password for the current object in the destination data store. The target object is specified by <arg-dn> or <arg-association> if specified or by the current object otherwise.

Example

<do-set-dest-password>
  <arg-dn>
    <token-text>Users/Fred Flintstone</token-text>
  </arg-dn>
  <arg-string>
    <token-text>oldpassword</token-text>
  </arg-string>
  <arg-string>
    <token-text>newpassword</token-text>
  </arg-string>
</do-set-dest-password>

IMPORTANT:When specifying both the old password and the new password, the old password must be specified in the first arg-string.

Allowed Content

Element

Description

arg-dn

DN argument.

arg-association

Association argument.

arg-string

String argument.

Attributes

Attribute

Possible Values

Default Value

class-name

CDATA

Class name of target object.

Supports variable expansion.

#IMPLIED

direct

true | false

Use destCommandProcessor to carry out this action.

Deprecated. Use when=“direct” instead.

false

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

when

auto | before | after | direct

When this action should be performed:

auto - Automatically determined (either in or after the current operation).

before - Before the current operation.

after - After the current operation.

direct - Written directly to the destination data store instead of being added to the current document.

auto

Content Rule

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

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.