do-set-named-password

The <do-set-named-password> action sets or creates a named password on an object using the value specified by arg-password. The target object is specified by arg-dn. The name and display name of the named password are specified by <arg-string>'s.

Name Description

name

Name of the Named Password.

display-name

Display Name of the Named Password.
Default: Name of named password.

Example

<do-set-named-password>
  <arg-dn>
    <token-text xml:space="preserve">System\driverset1\ldapdriver</token-text>
  </arg-dn>
  <arg-password>
    <token-text xml:space="preserve">novell</token-text>
  </arg-password>
  <arg-string name="name">
    <token-text>keystorePwd</token-text>
  </arg-string>
  <arg-string name="display-name">
    <token-text>Keystore Password</token-text>
  </arg-string>
</do-set-named-password>

1. Allowed Content

arg-dn
DN argument
arg-password
password 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-password , arg-string )

4. Parent Elements

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

Top Elements || All Elements || Tree


DirXMLScript DTD