diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-08-07 00:26:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-07 00:26:36 +0300 |
commit | c33657e9214b2dbb42b102400bbe8aa647e76c5c (patch) | |
tree | 4c25414b43d25b59d3d0c11d94073b81e98803be /snap-src/bin | |
parent | 367ef208cb1b8aa805a3f2315c873abc01d5179a (diff) | |
parent | d9d06dd61d5f9f9e2c47bbe93f0f804e1019e18f (diff) | |
download | wekan-c33657e9214b2dbb42b102400bbe8aa647e76c5c.tar.gz wekan-c33657e9214b2dbb42b102400bbe8aa647e76c5c.tar.bz2 wekan-c33657e9214b2dbb42b102400bbe8aa647e76c5c.zip |
Merge pull request #2584 from KuenzelIT/patch-1
Fixed group filtering bug
Diffstat (limited to 'snap-src/bin')
-rwxr-xr-x | snap-src/bin/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snap-src/bin/config b/snap-src/bin/config index 1d5ac781..fe2860db 100755 --- a/snap-src/bin/config +++ b/snap-src/bin/config @@ -344,7 +344,7 @@ KEY_LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT="ldap-group-filter-member-format" DESCRIPTION_LDAP_GROUP_FILTER_GROUP_NAME="ldap-group-filter-group-name. Default: ''" DEFAULT_LDAP_GROUP_FILTER_GROUP_NAME="" -KEY_LDAP_GROUP_FILTER_GROUP_NAME="ldap-group-filter-member-name" +KEY_LDAP_GROUP_FILTER_GROUP_NAME="ldap-group-filter-group-name" DESCRIPTION_LDAP_UNIQUE_IDENTIFIER_FIELD="This field is sometimes class GUID (Globally Unique Identifier)" DEFAULT_LDAP_UNIQUE_IDENTIFIER_FIELD="" |