hint:The query to use to match username. {{username}} must be present and will be interpolated with the user provided username when performing the LDAP search.
hint:Map groups matching names from the users LDAP/Active Directory groups. Group Search Base must also be defined for this to work. Note this will remove any groups the user has that doesn't match an LDAP/Active Directory group.
default:false
order:24
groupSearchBase:
type:String
title:Group Search Base
hint:The base DN from which to search for groups.
default:OU=groups,dc=example,dc=com
order:25
groupSearchFilter:
type:String
title:Group Search Filter
hint:LDAP search filter for groups. (member={{dn}}) will use the distinguished name of the user and will work in most cases.
default:(member={{dn}})
order:26
groupSearchScope:
type:String
title:Group Search Scope
hint:How far from the Group Search Base to search for groups. sub (default) will search the entire subtree. base, will only search the Group Search Base dn. one, will search the Group Search Base dn and one additional level.
default:sub
order:27
groupDnProperty:
type:String
title:Group DN Property
hint:The property of user object to use in {{dn}} interpolation of Group Search Filter.
default:dn
order:28
groupNameField:
type:String
title:Group Name Field
hint:The field that contains the name of the LDAP group to match on, usually "name" or "cn".