Class LdapDNCompsMap

java.lang.Object
com.netscape.cms.publish.mappers.LdapDNCompsMap
All Implemented Interfaces:
IExtendedPluginInfo, ILdapPlugin
Direct Known Subclasses:
LdapCertCompsMap, LdapCrlIssuerCompsMap

public class LdapDNCompsMap extends Object implements ILdapPlugin, IExtendedPluginInfo
Maps a Subject name to an entry in the LDAP server. subject name to form the ldap search dn and filter. Takes a optional root search dn. The DN comps are used to form a LDAP entry to begin a subtree search. The filter comps are used to form a search filter for the subtree. If none of the DN comps matched, baseDN is used for the subtree. If the baseDN is null and none of the DN comps matched, it is an error. If none of the DN comps and filter comps matched, it is an error. If just the filter comps is null, a base search is performed.
Version:
$Revision$, $Date$