summaryrefslogtreecommitdiffstats
path: root/torodb-postgresql/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-03-14 16:59:37 +0200
committerGitHub <noreply@github.com>2020-03-14 16:59:37 +0200
commit8aae812aa4536ae7268aa497bb9e4fc6ee040aec (patch)
tree565c34a6612085a49b3f0ec74f33e23985a3f2da /torodb-postgresql/docker-compose.yml
parente80d3ac79a19f3a62dc7622feb378a719eff24f4 (diff)
parent0b8f1cabefe7508094780f53f53217c4a9d28284 (diff)
downloadwekan-8aae812aa4536ae7268aa497bb9e4fc6ee040aec.tar.gz
wekan-8aae812aa4536ae7268aa497bb9e4fc6ee040aec.tar.bz2
wekan-8aae812aa4536ae7268aa497bb9e4fc6ee040aec.zip
Merge pull request #2959 from daMihe/add-current-description-ldap-groups
Added some descriptions for ldap-group authentication
Diffstat (limited to 'torodb-postgresql/docker-compose.yml')
-rw-r--r--torodb-postgresql/docker-compose.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/torodb-postgresql/docker-compose.yml b/torodb-postgresql/docker-compose.yml
index 7dbc2049..d741d1a1 100644
--- a/torodb-postgresql/docker-compose.yml
+++ b/torodb-postgresql/docker-compose.yml
@@ -446,7 +446,7 @@ services:
# example : LDAP_SEARCH_SIZE_LIMIT=12345
#- 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
#- LDAP_GROUP_FILTER_ENABLE=false
#
@@ -454,20 +454,20 @@ services:
# example : LDAP_GROUP_FILTER_OBJECTCLASS=group
#- 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_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_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_NAME :
- # example :
+ # LDAP_GROUP_FILTER_GROUP_NAME : The group name (id) that matches all users
+ # example : wekan_users
#- LDAP_GROUP_FILTER_GROUP_NAME=
#
# LDAP_UNIQUE_IDENTIFIER_FIELD : This field is sometimes class GUID (Globally Unique Identifier)