|
"LdapQueryDataSource" Element |
|
|
This data source can query the entities of a Ldap provider and return the attribute values of the matched entities.
Properties Standard Data Source Properties Scope, Refresh Timeout, Execution Precondition, Items Per Page, Pages Per Block, Check Point, Debug are standard data source properties. Please refer to the main help file for details. Ldap Initial Context Factory The name of the Java Class that is responsible to establish the connection with the LDAP provider Provider URL The URL that the LDAP provider is accessible Security Authentication The security authentication method. Valid values are "simple", "GSSAPI" and "DIGEST-MD5". Security Protocol Security protocol to be used when communicating with LDAP provider. User Name Name of an authorized user existing on LDAP system. Password The password of the Ldap user. Search Base The definition of the domain where the search will be performed Ldap Query The Ldap filter that is used for generic searching of the Ldap entries by user name, full name and email. Attribute Selection This property defines which of attributes of the matched Ldap entries. If the name of the data source node needs to be different, node name and a ":" character is used before the attribute name as follows: Example: ACCNAME: sAMAccountName, EMAIL: mail
|