LdapAuthenticationOptions
Ldap auth configuration options
Name |
Type |
Description |
|
sets the authentication mechanism. default to 'simple' if not set |
|
|
Set the query to use to authenticate a user. This is used to determine the actual lookup to use when looking up a user with a particular id. An example is `uid={0},ou=users,dc=foo,dc=com` - Note that the element `{0}` is substituted with the user id to create the actual lookup. |
|
|
Set the referral property. Default to 'follow' if not set |
|
|
Set the url to the LDAP server. The url must start with `ldap://` and a port must be specified. |