|
@@ -446,7 +446,7 @@ services:
|
|
# example : LDAP_SEARCH_SIZE_LIMIT=12345
|
|
# example : LDAP_SEARCH_SIZE_LIMIT=12345
|
|
#- LDAP_SEARCH_SIZE_LIMIT=0
|
|
#- LDAP_SEARCH_SIZE_LIMIT=0
|
|
#
|
|
#
|
|
- # LDAP_GROUP_FILTER_ENABLE : Enable group filtering
|
|
|
|
|
|
+ # LDAP_GROUP_FILTER_ENABLE : Enable group filtering. Note the authenticated ldap user must be able to query all relevant group data with own login data from ldap
|
|
# example : LDAP_GROUP_FILTER_ENABLE=true
|
|
# example : LDAP_GROUP_FILTER_ENABLE=true
|
|
#- LDAP_GROUP_FILTER_ENABLE=false
|
|
#- LDAP_GROUP_FILTER_ENABLE=false
|
|
#
|
|
#
|
|
@@ -454,20 +454,20 @@ services:
|
|
# example : LDAP_GROUP_FILTER_OBJECTCLASS=group
|
|
# example : LDAP_GROUP_FILTER_OBJECTCLASS=group
|
|
#- LDAP_GROUP_FILTER_OBJECTCLASS=
|
|
#- LDAP_GROUP_FILTER_OBJECTCLASS=
|
|
#
|
|
#
|
|
- # LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE :
|
|
|
|
- # example :
|
|
|
|
|
|
+ # LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE : The attribute of a group identifying it
|
|
|
|
+ # example : LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE=cn
|
|
#- LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE=
|
|
#- LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE=
|
|
#
|
|
#
|
|
- # LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE :
|
|
|
|
- # example :
|
|
|
|
|
|
+ # LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE : The attribute inside a group object listing its members
|
|
|
|
+ # example : member
|
|
#- LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE=
|
|
#- LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE=
|
|
#
|
|
#
|
|
- # LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT :
|
|
|
|
- # example :
|
|
|
|
|
|
+ # LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT : The format of the value of LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE
|
|
|
|
+ # example : dn
|
|
#- LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT=
|
|
#- LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT=
|
|
#
|
|
#
|
|
- # LDAP_GROUP_FILTER_GROUP_NAME :
|
|
|
|
- # example :
|
|
|
|
|
|
+ # LDAP_GROUP_FILTER_GROUP_NAME : The group name (id) that matches all users
|
|
|
|
+ # example : wekan_users
|
|
#- LDAP_GROUP_FILTER_GROUP_NAME=
|
|
#- LDAP_GROUP_FILTER_GROUP_NAME=
|
|
#
|
|
#
|
|
# LDAP_UNIQUE_IDENTIFIER_FIELD : This field is sometimes class GUID (Globally Unique Identifier)
|
|
# LDAP_UNIQUE_IDENTIFIER_FIELD : This field is sometimes class GUID (Globally Unique Identifier)
|