gitlab-org--gitlab-foss/config
Jacob Vosmaer 7dfb678df9 Revert "Actually use the 'user_filter' configuration option"
This reverts commit e9d4587ff1, which is
incompatible with GitLab's built in LDAP user filter: a GitLab LDAP
filter is [added on top of the other filters used to find the
user](982d4d51e8/lib/gitlab/ldap/adapter.rb (L61))

Example GitLab LDAP filter: `(memberOf=cn=foo,dc=bar)`.

In contrast, an omniauth-ldap filter [replaces the 'normal'
filters](76d77543de/lib/omniauth/strategies/ldap.rb (L55))

Example omniauth-ldap user filter:
`(&(uid=%{username})(memberOf=cn=foo,dc=bar))`.
2014-05-27 15:53:04 +02:00
..
environments Give the Rails cache its own Redis namespace 2014-04-15 15:53:14 +02:00
initializers Revert "Actually use the 'user_filter' configuration option" 2014-05-27 15:53:04 +02:00
locales
application.rb Update warnings about relative url support. 2014-05-13 17:59:08 +02:00
aws.yml.example
boot.rb
database.yml.mysql Disable connection reaping for MySQL 2014-04-07 12:32:24 +02:00
database.yml.postgresql Use peer-based authentication for PostgreSQL 2013-10-02 08:07:36 +02:00
environment.rb
gitlab.yml.example Give a hint where to find the email settings. 2014-05-26 16:15:12 +02:00
resque.yml.example
routes.rb Move protected branches to Project settings 2014-05-23 14:25:55 +03:00
unicorn.rb.example Update warnings about relative url support. 2014-05-13 17:59:08 +02:00
unicorn.rb.example.development Update development steps. 2014-04-08 11:17:19 +02:00