Skip Navigation

LDAP data adapter configuration

Some parameter values can contain characters that are illegal in XML. This results in errors that may not indicate the illegal character but will indicate the line number. In this case, surround the parameter value on that line with a CDATA section:
<parameter_name><![CDATA[value]]></parameter_name>
.
The LDAP data adapter takes configurations specified in the configuration file as input and produces an XML output with a predefined structure. In the configuration file, the LDAP data adapter configuration has three major configuration nodes: <adParameters>, <hierarchyConfig> and <classConfig>. Each configuration node can have one or many sub nodes which are described below.