gitlab-org--gitlab-foss/spec/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_spec.rb
adapter_spec.rb
auth_hash_spec.rb
authentication_spec.rb
config_spec.rb Centralize LDAP config/filter logic 2016-11-11 15:58:33 -06:00
user_spec.rb