Configuration Reference Home
Oracle Unified Directory - Dnpattern Distribution Partition

Dnpattern Distribution Partition

The Dnpattern Distribution Partition defines a partition for a DN pattern distribution algorithm.

A partition for a DN pattern distribution algorithm is defined by a string pattern (using a Java Pattern class syntax). A partition can handle a request when the relative part of request base DN matches the string pattern.

Parent Component

The Dnpattern Distribution Partition component inherits from the Distribution Partition

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ dn-pattern  None
↓ negative-match
↓ partition-id
↓ workflow-element

Basic Properties

dn-pattern

Description
The DN pattern the relative part of the request base DN must match. The DN pattern is a string pattern whose syntax complies with the Java Pattern class syntax. The string pattern is checked against the relative part of the request base DN only. For example, if the distribution base DN is [ou=people,dc=example,dc=com] then the check of a request base DN [uid=10,ou=people,dc=example,dc=com] would be performed on the RDN [ui=10].
Default Value
None
Allowed Values
A String
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
Yes

negative-match

Description
The negative match flag indicates how to use the DN pattern. When the negative match flag is set to true, then the partition is candidate to handle a request when the DN pattern does not match the relative part of the request base DN. By default, the negative match flag is set to false.
Default Value
false
Allowed Values
true
false
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
Yes

partition-id

Description
Identifies the partition. The partition identifier is unique for a given data partition. The identifier is an integer.
Default Value
None
Allowed Values
An integer value. Lower value is 0.
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
Yes

workflow-element

Description
The workflow element which contains the partition.
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
Yes