do-set-src-password

The <do-set-src-password> action causes the value specified by <arg-string> to be set as the password for an object in the source datastore. The target object is specified by either <arg-dn> or <arg-association> if specified or by current object otherwise.

Example

<do-set-src-password>
  <arg-string>
    <token-attr name="Given Name"/>
    <token-attr name="Surname"/>
  </arg-string>
</do-set-src-password>

1. Allowed Content

arg-dn
DN argument
arg-association
association argument
arg-string
string argument

2. Attributes

AttributeValue(s)Default Value
disabled true   |  false
true if this element is disabled
false
notrace true   |  false
false

3. Content Rule

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

4. Parent Elements

actions
  actions that are performed by a <rule>
arg-actions
  actions argument

Top Elements || All Elements || Tree


DirXMLScript DTD