EnableLdapAuthenticationRequest Properties |
The EnableLdapAuthenticationRequest type exposes the following members.
Name | Description | |
---|---|---|
AuthType |
Identifies which user authentication method to use. Must be one of the following:
DirectBind
SearchAndBind
| |
GroupSearchBaseDN |
The base DN of the tree to start the group search (will do a subtree search from here).
| |
GroupSearchCustomFilter |
For use with the CustomFilter search type, an LDAP filter to use to return the DNs of a users groups. The string can have placeholder text of %USERNAME% and %USERDN% to be replaced with their username and full userDN as needed.
| |
GroupSearchType |
Controls the default group search filter used, and must be one of the following:
NoGroups: No group support.
ActiveDirectory: Nested membership of all of a users 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).
| |
SearchBindPassword |
The password for the searchBindDN account used for searching.
| |
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. The string should have the placeholder text %USERNAME%, which is replaced with the username of the authenticating user.
| |
UserSearchBaseDN |
The base DN of the tree to start the search (will do a subtree search from here).
| |
UserSearchFilter |