summaryrefslogtreecommitdiff
path: root/lib/gitlab/ldap
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '33493-attempt-to-link-saml-users-to-ldap-by-email' into 'master'Douwe Maan2017-10-023-33/+21
|\
| * Refactors SAML identity creation in gl_user.Tiago Botelho2017-10-023-36/+12
| * Creates compound query for LDAP email attributes.Tiago Botelho2017-09-252-7/+15
| * Attempt to link saml users to ldap by emailTiago Botelho2017-09-251-0/+4
* | refactor users update serviceJames Lopez2017-09-281-1/+1
* | refactor services to match EE signatureJames Lopez2017-09-281-1/+1
|/
* Profile updates from providersAlexander Keramidas2017-09-061-2/+2
* Support simple string LDAP attribute specifications, and search for name rath...dm-ldap-adapter-attributesDouwe Maan2017-08-232-5/+10
* Merge branch 'rs-more-public-send-whitelists' into 'master'Rémy Coutable2017-08-161-2/+2
|\
| * Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-2/+2
* | Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
|/
* Pass OmniAuth formatted options to OmniAuth::LDAP::Adaptordm-ldap-authentication-ssl-verificationDouwe Maan2017-07-311-1/+1
* Backport some recent changes related to LDAP from EEbackport-2844-ldap-ee-license-checksRubén Dávila2017-07-271-0/+6
* Use LDAP-attributes configured in gitlab.yml in lookup instead of just hard-c...Casper2017-07-261-1/+1
* Fix plain LDAP (no encryption)Michael Kozono2017-07-261-3/+6
* Fix code styleMichael Kozono2017-07-261-5/+5
* Move backwards compatibility logic out of the codeMichael Kozono2017-07-261-5/+1
* Pass configured `ssl_version` to `omniauth-ldap`Michael Kozono2017-07-261-0/+2
* Pass configured `ca_file` to `omniauth-ldap`Michael Kozono2017-07-261-0/+1
* Verify certificates in `omniauth-ldap`Michael Kozono2017-07-261-1/+2
* Set `Net::LDAP` `ssl_version` optionMichael Kozono2017-07-261-0/+1
* Set `Net::LDAP` `ca_file` optionMichael Kozono2017-07-261-5/+15
* Set `Net::LDAP` encryption properlyMichael Kozono2017-07-261-8/+26
* Use encryption instead of methodMichael Kozono2017-07-261-2/+2
* Fix setting `last_credential_check` on LDAP-loginbvl-fix-ldap-loginBob Van Landuyt2017-06-281-1/+1
* refactor update user service not to do auth checksJames Lopez2017-06-231-1/+1
* more refactoring based on feedbackJames Lopez2017-06-231-2/+1
* added service in the rest of controllers and classesJames Lopez2017-06-231-1/+2
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
* Sync email address from specified omniauth providerRobin Bobbitt2017-06-071-9/+4
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* Enable Style/Proc cop for rubocopmhasbini2017-04-021-2/+2
* Remove explicit `require` calls, and use `require_dependency` when needed29389-fix-already-initialized-constantsRémy Coutable2017-03-131-2/+0
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-3/+3
* Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-3/+3
* Fix Rubocop offenses in LDAP related code and specGrzegorz Bizon2017-01-101-2/+2
* Merge branch 'feature/log-ldap-to-application-log' into 'master' Rémy Coutable2017-01-091-4/+22
|\
| * fixup! Log messages when blocking/unblocking LDAP accountsMarkus Koller2016-12-201-1/+1
| * Log messages when blocking/unblocking LDAP accountsMarkus Koller2016-12-201-4/+22
* | LDAP attributes needs default valuesDrew Blessing2017-01-063-7/+15
* | Gitlab::LDAP::Person uses LDAP attributes configurationDrew Blessing2017-01-031-2/+17
|/
* Centralize LDAP config/filter logicDrew Blessing2016-11-113-14/+61
* Introduce better credential and error checking to `rake gitlab:ldap:check`Drew Blessing2016-11-081-4/+4
* Log LDAP lookup errors and don't swallow unrelated exceptionsMarkus Koller2016-09-282-2/+3
* Move LDAP user attributes to a methodDrew Blessing2016-09-151-1/+5
* Request only the LDAP attributes we needDrew Blessing2016-09-091-25/+33
* Enable Style/SpaceAroundEqualsInParameterDefault coprubocop/SpaceAroundEqualsInParameterDefaultGabriel Mazetto2016-08-062-2/+2
* Enable Style/EmptyLinesAroundAccessModifier rubocop coprubocop/enable-empty-lines-around-access-modifier-copGrzegorz Bizon2016-06-031-0/+1
* Unblocks user when active_directory is disabled and it can be foundpatch/fix-ldap-unblock-user-logicGabriel Mazetto2016-04-051-1/+4