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].
The Dnpattern Distribution Algorithm component inherits from the Distribution Algorithm
This page describes the Dnpattern Distribution Algorithm:
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| None | ↓ 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 |
Each configuration property can be mapped to a specific LDAP attribute under the "cn=config" entry. The mappings that follow are provided for information only. In general, you should avoid changing the server configuration by manipulating the LDAP attributes directly.
| Base DN | cn=algorithm |
| objectclass name | ds-cfg-dnpattern-distribution-algorithm |
| objectclass superior | ds-cfg-distribution-algorithm |
| Property | LDAP attribute |
| java-class | ds-cfg-java-class |