1. 14 Nov, 2016 20 commits
  2. 13 Nov, 2016 3 commits
  3. 12 Nov, 2016 16 commits
  4. 11 Nov, 2016 1 commit
    • Drew Blessing's avatar
      Centralize LDAP config/filter logic · c50b98da
      Drew Blessing authored
      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.
      c50b98da