An error occurred fetching the project authors.
  1. 04 Jan, 2018 1 commit
    • Drew Blessing's avatar
      Modify `LDAP::Person` to return username value based on attributes · 7d1fdcdc
      Drew Blessing authored
      `Gitlab::LDAP::Person` did not respect the LDAP attributes username
      configuration and would simply return the uid value. There are
      cases where users would like to specify a different username field
      to allow more friendly GitLab usernames. For example, it's common
      in AD to have sAMAccountName be an employee ID like `A12345` while
      the local part of the email address is more human-friendly.
      7d1fdcdc
  2. 27 Jul, 2017 1 commit
  3. 26 Jul, 2017 10 commits
  4. 10 May, 2017 1 commit
  5. 02 Apr, 2017 1 commit
  6. 06 Jan, 2017 1 commit
  7. 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
  8. 08 Nov, 2016 1 commit
  9. 03 Jun, 2016 1 commit
  10. 11 Jan, 2016 1 commit
  11. 08 Sep, 2015 1 commit
  12. 14 Apr, 2015 1 commit
  13. 13 Apr, 2015 1 commit
  14. 24 Oct, 2014 1 commit
  15. 23 Oct, 2014 1 commit
  16. 14 Oct, 2014 1 commit
  17. 13 Oct, 2014 1 commit