ldapConfiguration element

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

Example XML

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