This commit is contained in:
James Cole
2021-10-30 06:53:21 +02:00
parent 280975b81a
commit 402d5748e4
4 changed files with 17 additions and 37 deletions

View File

@@ -201,11 +201,11 @@ LDAP_AUTH_FIELD=uid
#
# If you wish to only authenticate users from a specific group, use the base DN above.
#
# If you require extra/special filters please use the LDAP_GROUP_FILTER with a valid DN.
# If you require extra/special filters please use the LDAP_EXTRA_FILTER with a valid DN.
#
# The group filter will only be applied after the user is authenticated.
# The extra filter will only be applied after the user is authenticated.
#
LDAP_GROUP_FILTER=
LDAP_EXTRA_FILTER=
#
# Remote user guard settings