Group filter for #5133

This commit is contained in:
James Cole
2021-10-02 14:33:14 +02:00
parent a14568c796
commit cc67583278
4 changed files with 46 additions and 1 deletions

View File

@@ -185,6 +185,16 @@ LDAP_PASSWORD=super_secret
LDAP_AUTH_FIELD=uid
#
# If you wish to only authenticate users from a specific group, use the
# group filter. Leave empty or remove if not in use.
#
# Example: cn=Administrators,dc=local,dc=com
#
# The group filter will only be applied after the user is authenticated.
#
LDAP_GROUP_FILTER=
#
# Remote user guard settings
#