LdapAuthenticationModuleType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: AbstractAuthenticationModuleType
LDAP authentication module supports authentication via LDAP server.
Item Summary  
Name Type Multiplicity Description
name property
string
[1,1] Unique name of the authentication module. 
description property
string
[0,1] Free form description of the module (administrator comment). 
focusType property
QName
[0,1] Type of logged object that this authentication module applies to. 
documentation property
string
[0,1] Technical documentation for a particular object or construct. 
host property
string
[1,1] Host of the LDAP server. 
userDn property
string
[1,1] The user distinguished name. 
userPassword property
ProtectedStringType
[1,1] The password (credentials) to use for getting authenticated contexts. 
dnPattern property
string
[0,1] The pattern which will be used to supply a DN for the user. 
search container
LdapSearchAuthenticationModuleType
[0,1] Search configuration which uses an Ldap filter to locate the user