ldapConfiguration element

Type: ldapConfiguration
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <ldapConfiguration> <authenticationMethod>...</authenticationMethod> <writable>...</writable> <bindDn>...</bindDn> <hostName>...</hostName> <useRoleNameAsGroup>...</useRoleNameAsGroup> <ssl>...</ssl> <password>...</password> <extraPropertiesEntries> <key>...</key> <value>...</value> </extraPropertiesEntries> <extraPropertiesEntries> <!--...--> </extraPropertiesEntries> <!--...more "extraPropertiesEntries" elements...--> <bindAuthenticatorEnabled>...</bindAuthenticatorEnabled> <baseGroupsDn>...</baseGroupsDn> <extraProperties> <entry> <key>...</key> <value>...</value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'string' type)--> </value> </entry> <!--...more entries...--> </extraProperties> <contextFactory>...</contextFactory> <baseDn>...</baseDn> <port>...</port> </ldapConfiguration>