Add docs for UserAttributeForFilter group search setting
This commit is contained in:
parent
46178e91ee
commit
d0048595da
@ -131,9 +131,18 @@ spec:
|
|||||||
|
|
||||||
# Specify the search filter which should be applied when searching for
|
# Specify the search filter which should be applied when searching for
|
||||||
# groups for a user. "{}" will be replaced by the dn (distinguished
|
# groups for a user. "{}" will be replaced by the dn (distinguished
|
||||||
# name) of the user entry found as a result of the user search.
|
# name) of the user entry found as a result of the user search, or by
|
||||||
|
# the attribute specified by userAttributeForFilter below.
|
||||||
filter: "&(objectClass=group)(member={})"
|
filter: "&(objectClass=group)(member={})"
|
||||||
|
|
||||||
|
# Specify what user attribute should be used to replace the "{}"
|
||||||
|
# placeholder in the group search filter. This defaults to "dn".
|
||||||
|
# For example, if you wanted to instead use posixGroups, you
|
||||||
|
# would set the group search filter to
|
||||||
|
# "&(objectClass=posixGroup)(memberUid={})" and set the
|
||||||
|
# userAttributeForFilter to "uid".
|
||||||
|
userAttributeForFilter: "dn"
|
||||||
|
|
||||||
# Specify which fields from each group entry should be used upon
|
# Specify which fields from each group entry should be used upon
|
||||||
# successful login.
|
# successful login.
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -101,9 +101,18 @@ spec:
|
|||||||
|
|
||||||
# Specify the search filter which should be applied when searching for
|
# Specify the search filter which should be applied when searching for
|
||||||
# groups for a user. "{}" will be replaced by the dn (distinguished
|
# groups for a user. "{}" will be replaced by the dn (distinguished
|
||||||
# name) of the user entry found as a result of the user search.
|
# name) of the user entry found as a result of the user search, or by
|
||||||
|
# the attribute specified by userAttributeForFilter below.
|
||||||
filter: "&(objectClass=groupOfNames)(member={})"
|
filter: "&(objectClass=groupOfNames)(member={})"
|
||||||
|
|
||||||
|
# Specify what user attribute should be used to replace the "{}"
|
||||||
|
# placeholder in the group search filter. This defaults to "dn".
|
||||||
|
# For example, if you wanted to instead use posixGroups, you
|
||||||
|
# would set the group search filter to
|
||||||
|
# "&(objectClass=posixGroup)(memberUid={})" and set the
|
||||||
|
# userAttributeForFilter to "uid".
|
||||||
|
userAttributeForFilter: "dn"
|
||||||
|
|
||||||
# Specify which fields from each group entry should be used upon
|
# Specify which fields from each group entry should be used upon
|
||||||
# successful login.
|
# successful login.
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -247,9 +247,18 @@ spec:
|
|||||||
|
|
||||||
# Specify the search filter which should be applied when searching for
|
# Specify the search filter which should be applied when searching for
|
||||||
# groups for a user. "{}" will be replaced by the dn (distinguished
|
# groups for a user. "{}" will be replaced by the dn (distinguished
|
||||||
# name) of the user entry found as a result of the user search.
|
# name) of the user entry found as a result of the user search, or by
|
||||||
|
# the attribute specified by userAttributeForFilter below.
|
||||||
filter: "&(objectClass=groupOfNames)(member={})"
|
filter: "&(objectClass=groupOfNames)(member={})"
|
||||||
|
|
||||||
|
# Specify what user attribute should be used to replace the "{}"
|
||||||
|
# placeholder in the group search filter. This defaults to "dn".
|
||||||
|
# For example, if you wanted to instead use posixGroups, you
|
||||||
|
# would set the group search filter to
|
||||||
|
# "&(objectClass=posixGroup)(memberUid={})" and set the
|
||||||
|
# userAttributeForFilter to "uid".
|
||||||
|
userAttributeForFilter: "dn"
|
||||||
|
|
||||||
# Specify which fields from each group entry should be used upon
|
# Specify which fields from each group entry should be used upon
|
||||||
# successful login.
|
# successful login.
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
Reference in New Issue
Block a user