Configuration Reference Home
Oracle Unified Directory - Ad Password Workflow Element

Ad Password Workflow Element

The Ad Password Workflow Element provides the AD Password functionality.

This workflow element is able to process LDAP operations on userpassword attribute when the entry is stored on Microsoft Active Directory server. Operations on userpassword are replaced by corresponding modifications on unicodePwd attribute. When a secure-proxy-workflow-element is configured, the operations related to userpassword are performed on this secure workflow element instead of the next-workflow-element.

Parent Component

The Ad Password Workflow Element component inherits from the Simple Workflow Element

Relations From this Component

The following components have a direct AGGREGATION relation FROM Ad Password Workflow Elements :

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled ↓ java-class
↓ next-workflow-element ↓ map-userpassword
↓ secure-proxy-workflow-element

Basic Properties

enabled

Description
Indicates whether the Workflow Element is enabled for use in the server. If a Workflow Element is not enabled, then its contents are not accessible when processing operations.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

next-workflow-element

Description
Defines the next workflow element in the chain of workflow elements.
Default Value
None
Allowed Values
The DN of any Workflow Element.
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

secure-proxy-workflow-element

Description
Defines the proxy workflow element that will be used to process operations on userpassword The operations on userpassword must take place over a secure connection to the Active Directory server. This parameter allows to define the Proxy workflow element that will be used. It must be configured to always use SSL. When the parameter is not set, the operations use the next-worfklow-element.
Default Value
None
Allowed Values
The DN of any Workflow Element. The referenced workflow element must be enabled.
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No


Advanced Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Ad Password Workflow Element implementation.
Default Value
org.opends.server.workflowelement.ovdplugin.adpassword.AdPasswordWorkflowElement
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.workflowelement.WorkflowElement
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
Yes
Read-only
No

map-userpassword

Description
Maps userpassword to unicodepwd When this property is set to true, the workflow element replaces the userpassword attribute with unicodePwd attribute.
Default Value
true
Allowed Values
true
false
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
Yes
Read-only
No


Copyright © 2017, 2020, Oracle and/or its affiliates. All rights reserved.