Configuration Reference Home
Oracle Unified Directory - RDN Changing Workflow Element

RDN Changing Workflow Element

The RDN Changing Workflow Element provides the RDN Changing functionality.

This workflow element is able to modify an entry DN by transforming its RDN. The transformation applies to all the entries with the specified object class. On read operations, the transformation substitutes a RDN containing the specified sourceRDN with a RDN containing the specified clientRDN. If replace-value is set to true, the RDN value is also substituted with the value of the toRDN attribute. For instance, uid=user.1234,ou=people,dc=example,dc=com can be replaced by cn=User1234 Name,ou=people,dc=example,dc=com. On write operations, the transformation substitutes a RDN containing the clientRDN with a RDN containing the sourceRDN.

Parent Component

The RDN Changing Workflow Element component inherits from the Simple Workflow Element

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ client-rdn ↓ java-class
↓ dn-attributes
↓ enabled
↓ next-workflow-element
↓ objectclass
↓ replace-value
↓ source-rdn

Basic Properties

client-rdn

Description
Defines the attribute type that will be used to replace the initial RDN.
Default Value
None
Allowed Values
The name of an attribute type defined in the server schema.
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

dn-attributes

Description
Defines the attributes that contain DN and whose value must also be transformed.
Default Value
member manager owner
Allowed Values
The name of an attribute type defined in the server schema.
Multi-valued
Yes
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

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

objectclass

Description
Identifies the objectclass to which the transformation applies.
Default Value
person
Allowed Values
A String
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

replace-value

Description
Indicates if the value must also be adapted or only the attribute name. If true, the RDN sourceRDN=sourceRDNAttributeValue is replaced by clientRDN=clientRDNAttributeValue, if false by clientRDN=sourceRDNAttributeValue.
Default Value
true
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

source-rdn

Description
If the DN on the server contains a RDN component with the specified attribute type, then the RDN is transformed.
Default Value
None
Allowed Values
The name of an attribute type defined in the server schema.
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 RDN Changing Workflow Element implementation.
Default Value
org.opends.server.workflowelement.ovdplugin.rdnchanging.RDNChangingWorkflowElement
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


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