From a70c33a6fb33bd6ed2fef4cf2110796f6eaccaf9 Mon Sep 17 00:00:00 2001 From: quetsalkoatl Date: Thu, 21 Dec 2017 10:07:13 +0100 Subject: [PATCH] Add row "Additional filter condition" to table --- LDAP-Authentication-Settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LDAP-Authentication-Settings.md b/LDAP-Authentication-Settings.md index ad52b4a..ee333da 100644 --- a/LDAP-Authentication-Settings.md +++ b/LDAP-Authentication-Settings.md @@ -15,6 +15,7 @@ This Wiki page describes how to configure and troubleshoot it. | Bind Password | Password for Bind DN account | password | | Base DN | Top level DN of your LDAP directory tree (used for user search) | dc=example,dc=com | | User name attribute | Name of the LDAP attribute. This is used as the GitBucket username | uid | +| Additional filter condition | LDAP filter query. Only users matching this filter are allowed to log in | |(memberOf=cn=Accounting,ou=Groups,dc=example,dc=com)(memberOf=cn=Development,ou=Groups,dc=example,dc=com) | | Mail address attribute | Email address of LDAP attribute | mail | | Enable TLS | Whether to use encrypted connection | checked | | Keystore | Path to the Java keystore | /etc/pki/java/cacerts |