- 25 Aug, 2017 1 commit
-
-
Robert Speicher authored
Support simple string LDAP attribute specifications, and search for name rather… Closes #36841 See merge request !13776
-
- 31 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 27 Jul, 2017 1 commit
-
-
Rubén Dávila authored
-
- 26 Jul, 2017 11 commits
-
-
Casper authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
And closer to the configuration setup. The code doesn’t need to know about this.
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
The method key is deprecated in the `gitlab_omniauth-ldap` gem.
-
- 28 Jun, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 23 Jun, 2017 3 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- 21 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 07 Jun, 2017 1 commit
-
-
Robin Bobbitt authored
-
- 10 May, 2017 1 commit
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 02 Apr, 2017 1 commit
-
-
mhasbini authored
-
- 13 Mar, 2017 1 commit
-
-
Rémy Coutable authored
See http://guides.rubyonrails.org/autoloading_and_reloading_constants.html for more info. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 23 Feb, 2017 3 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
- 10 Jan, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 06 Jan, 2017 1 commit
-
-
Drew Blessing authored
-
- 03 Jan, 2017 1 commit
-
-
Drew Blessing authored
We allow users to configure LDAP attribute preferences. For example, email can be configured to use `mail`, `email` and `userPrincipalName`, falling through to the next until a value is found. Prior to this change, Gitlab::LDAP::Person did not honor this configuration. Now, the class will honor `name` and `mail` configuration. It does not handle `username`, or fallback to `first_name` + `last_name` in the absence of `name`.
-
- 20 Dec, 2016 2 commits
-
-
Markus Koller authored
-
Markus Koller authored
-
- 11 Nov, 2016 1 commit
-
-
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.
-
- 08 Nov, 2016 1 commit
-
-
Drew Blessing authored
It was previously possible for invalid credential errors to go unnoticed in this task. Users would believe everything was configured correctly and then sign in would fail with 'invalid credentials'. This adds a specific bind check, plus catches errors connecting to the server. Also, specs :)
-
- 28 Sep, 2016 1 commit
-
-
Markus Koller authored
Signed-off-by: Roger Meier <r.meier@siemens.com>
-
- 16 Sep, 2016 1 commit
-
-
Drew Blessing authored
-
- 09 Sep, 2016 1 commit
-
-
Drew Blessing authored
-
- 06 Aug, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 03 Jun, 2016 1 commit
-
-
Grzegorz Bizon authored
See #17478
-
- 05 Apr, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 10 Mar, 2016 1 commit
-
-
Jacob Vosmaer authored
-