do-set-dest-password

The <do-set-dest-password> action sets the password for an object in the destination datastore, using the value specified by <arg-string>'s, which contain the old(optional) and the new passwords. The target object is specified by either <arg-dn> or <arg-association> if specified or by 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>

1. Allowed Content

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

2. Attributes

AttributeValue(s)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
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 datastore instead of being added to the current document
auto

3. Content Rule

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

4. Parent Elements

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

Top Elements || All Elements || Tree


DirXMLScript DTD