LdapConfiguration Properties |
The LdapConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| AuthType |
Identifies which user authentcation method will be used.
Valid values:
DirectBind
SearchAndBind
| |
| Enabled |
Identifies whether or not the system is enabled for LDAP.
Valid values:
true
false
| |
| GroupSearchBaseDN |
The base DN of the tree to start the group search (will do a subtree search from here).
| |
| GroupSearchCustomFilter |
The custom search filter used.
| |
| GroupSearchType |
Controls the default group search filter used, can be one of the following:
NoGroups: No group support.
ActiveDirectory: Nested membership of all of a user's AD groups.
MemberDN: MemberDN style groups (single-level).
| |
| SearchBindDN |
A fully qualified DN to log in with to perform an LDAP search for the user (needs read access to the LDAP directory).
| |
| ServerURIs |
A comma-separated list of LDAP server URIs (examples: "ldap://1.2.3.4" and ldaps://1.2.3.4:123")
| |
| UserDNTemplate |
A string that is used to form a fully qualified user DN.
| |
| UserSearchBaseDN |
The base DN of the tree used to start the search (will do a subtree search from here).
| |
| UserSearchFilter |
The LDAP filter used.
|