Configuration Reference Home
Oracle Unified Directory - Dnpattern Distribution Algorithm

Dnpattern Distribution Algorithm

The Dnpattern Distribution Algorithm is a DN pattern distribution algorithm.

The DN pattern distribution algorithm is a distribution based on the match between a string pattern and a request base DN. Note that the match is performed on the relative part of the request base DN. For example, if the distribution base DN is [ou=people,o=test] and the request base DN is [uid=2,ou=people,o=test] then the match is performed on the RDN [uid=2].

Parent Component

The Dnpattern Distribution Algorithm component inherits from the Distribution Algorithm

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
 None ↓ java-class

Advanced Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Dnpattern Distribution Algorithm implementation.
Default Value
com.sun.dps.server.workflowelement.distribution.DnpatternDistributionAlgorithm
Allowed Values
A java class that implements or extends the class(es) :
com.sun.dps.server.workflowelement.distribution.DistributionAlgorithm
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
Yes
Read-only
No


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