ldapConfiguration Data Type

Schema
ns0.xsd
Available Since
1.4-M4
Properties
name data type type namespace min/max occurs description
authenticationMethod string element 0/1  
baseDn string element 0/1  
baseGroupsDn string element 0/1  
bindAuthenticatorEnabled boolean element 1/1  
bindDn string element 0/1  
contextFactory string element 0/1  
extraProperties (custom) element 0/1  
extraPropertiesEntries propertyEntry element 0/unbounded  
hostName string element 0/1  
password string element 0/1  
port int element 1/1  
ssl boolean element 1/1  
useRoleNameAsGroup boolean element 1/1  
writable boolean element 1/1  

Example

<ldapConfiguration>
  <hostName>...</hostName>
  <port>...</port>
  <ssl>...</ssl>
  <baseDn>...</baseDn>
  <contextFactory>...</contextFactory>
  <bindDn>...</bindDn>
  <password>...</password>
  <authenticationMethod>...</authenticationMethod>
  <extraProperties>...</extraProperties>
  <bindAuthenticatorEnabled>...</bindAuthenticatorEnabled>
  <extraPropertiesEntries>
    <key>...</key>
    <value>...</value>
  </extraPropertiesEntries>
  <baseGroupsDn>...</baseGroupsDn>
  <writable>...</writable>
  <useRoleNameAsGroup>...</useRoleNameAsGroup>
</ldapConfiguration>