diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-24 14:02:24 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-24 14:02:24 +0200 |
commit | 532eff616915e91b56e559a37080d92d5e5b741c (patch) | |
tree | ab80cd3ab92218da1e4ef2389c04f44ac571c270 /config | |
parent | e586ee347f7740d2c16018a547fce7d3de9c3eb5 (diff) | |
download | gitlab-ce-532eff616915e91b56e559a37080d92d5e5b741c.tar.gz |
Add more LDAP user_filter documentation
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index f041d692f10..3092ebf3450 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -159,9 +159,11 @@ production: &base # Filter LDAP users # - # Format: RFC 4515 + # Format: RFC 4515 http://tools.ietf.org/search/rfc4515 # Ex. (employeeType=developer) # + # Note: GitLab does not support omniauth-ldap's custom filter syntax. + # user_filter: '' |