gitlab-org--gitlab-foss/lib/gitlab/ldap
Drew Blessing c50b98da72 Centralize LDAP config/filter logic
Centralize all LDAP config logic in `GitLab::LDAP::Config`. Previously,
some logic was in the Devise initializer and it was not honoring the
`user_filter`. If a user outside the configured `user_filter` signed
in, an account would be created but they would then be denied access.
Now that logic is centralized, the filter is honored and users outside
the filter are never created.
2016-11-11 15:58:33 -06:00
..
access.rb Log LDAP lookup errors and don't swallow unrelated exceptions 2016-09-28 07:44:58 +02:00
adapter.rb Centralize LDAP config/filter logic 2016-11-11 15:58:33 -06:00
auth_hash.rb Fix LDAP attribute mapping 2015-09-23 16:37:59 +02:00
authentication.rb Centralize LDAP config/filter logic 2016-11-11 15:58:33 -06:00
config.rb Centralize LDAP config/filter logic 2016-11-11 15:58:33 -06:00
person.rb Faulty LDAP DN name escaping removed 2015-03-21 22:57:55 +01:00
user.rb Decouple SAML authentication from the default Omniauth logic 2016-02-18 17:01:07 -05:00