Configuration Reference Home
Oracle Unified Directory - Eus Workflow Element

Eus Workflow Element

The Eus Workflow Element provides the EUS functionality.

The Eus Workflow Element adds the required objectclasses to the realm entry and user entries in order to integrate with EUS. It also adds specific controls to enable account lock-out through EUS.

Parent Component

The Eus Workflow Element component inherits from the Simple Workflow Element

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled ↓ java-class
↓ eus-realm ↓ password-attribute
↓ next-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

eus-realm

Description
Identifies the part of the DIT the EUS workflow element applies to. The value cannot be the null DN.
Default Value
None
Allowed Values
A valid DN.
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


Advanced Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Eus Workflow Element implementation.
Default Value
org.opends.server.workflowelement.ovdplugin.eus.EusWorkflowElement
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

password-attribute

Description
Specifies the attribute type used to hold EUS user passwords. This attribute type must be defined in the server schema, and it must have either the user password or auth password syntax.
Default Value
userpassword
Allowed Values
The name of an attribute type defined in the server schema.
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
Yes
Read-only
No


Copyright © 2011,2012, Oracle and/or its affiliates. All rights reserved.