do-set-sso-passphrase

Sets the passphrase question and answer specified by <arg-string> elements on the object specified by the <arg-dn> element in the Single Sign On credential store specified by the <store-def-dn> element.

Example

<do-set-sso-passphrase store-def-dn="../Library/SSO1"> <arg-dn>  <token-parse-dn src-dn-format="src-dn" dest-dn-format="ldap" start="0" length="-1">   <token-src-dn/>  </token-parse-dn> </arg-dn> <arg-string>   <token-text/>What favorite color?<token-text/> </arg-string>  <arg-string>   <token-text/>blue<token-text/> </arg-string> </do-set-sso-passphrase>

Allowed Content

Element

Description

arg-dn

DN argument.

arg-string

String argument.

Attributes

Attribute

Possible Values

Default Value

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

store-def-dn

CDATA

{description of store-def-dn}

#REQUIRED

Content Rule

( arg-dn , arg-string , arg-string )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.