summaryrefslogtreecommitdiff
path: root/lib/gitlab/ldap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Decouple SAML authentication from the default Omniauth logicPatricio Cano2016-02-181-0/+4
* Revert "Merge branch 'saml-decoupling' into 'master' "Douwe Maan2016-02-181-4/+0
* Decouple SAML authentication from the default Omniauth logicPatricio Cano2016-02-181-0/+4
* Allow LDAP users to change their email if it was not set by the LDAP serverDouwe Maan2016-01-191-13/+16
* Merge branch 'feature/ldap-sync-edgecases' into 'master' Douwe Maan2016-01-141-3/+3
|\
| * fixed LDAP activation on login to use new ldap_blocked statefeature/ldap-sync-edgecasesGabriel Mazetto2016-01-141-3/+1
| * Code style fixes and some code simplifiedGabriel Mazetto2016-01-081-1/+3
| * LDAP synchronization block/unblock new statesGabriel Mazetto2016-01-081-3/+3
* | Optimize LDAP and add a search timeoutDrew Blessing2016-01-113-11/+25
|/
* No mb_chars needed anymoreldap-special-chars-fixDouwe Maan2015-12-241-2/+2
* Fix identity and user retrieval when special characters are usedPatricio Cano2015-12-221-2/+2
* Block LDAP user when they are no longer found in the LDAP serverDrew Blessing2015-12-081-1/+3
* Fix ldap email downcasing bugDrew Blessing2015-10-081-1/+1
* Add support of multibyte characters in LDAP UIDПетров Роман2015-09-301-1/+1
* Fix LDAP attribute mappingfix-ldap-attributesDouwe Maan2015-09-231-1/+2
* Make code clearerldap-attributesDouwe Maan2015-09-161-11/+9
* Shuffle config around a bitDouwe Maan2015-09-092-12/+8
* Add attributes to LDAP::Config.Douwe Maan2015-09-082-3/+8
* Allow configuration of LDAP attributes GitLab will use for the new user account.Douwe Maan2015-09-082-0/+44
* Minor refactorDouwe Maan2015-08-291-7/+8
* Issue #993: Fixed login failure when extern_uid changesJoel Koglin2015-08-211-3/+7
* Don't accidentally unblock auto created users from Active Directory.ad-block_auto_created_usersDouwe Maan2015-05-121-1/+1
* Update authentication.rbquodos2015-05-041-1/+1
* Add config var to block auto-created LDAP users.Douwe Maan2015-04-142-2/+10
* Non-persisted users already have the identity by way of build_new_user.Douwe Maan2015-04-141-0/+2
* Merge branch 'ldap_migration'Dmitriy Zaporozhets2015-04-132-3/+1
|\
| * Remove special cases for the 'ldap' providerJacob Vosmaer2015-04-132-3/+1
* | Merge branch 'skip-email-reconfirmation' into 'master'Dmitriy Zaporozhets2015-04-131-0/+1
|\ \ | |/ |/|
| * Skip email confirmation when set by admin or via LDAP.skip-email-reconfirmationDouwe Maan2015-04-061-0/+1
* | Move lib/gitlab/oauth to lib/gitlab/o_authRobert Speicher2015-04-091-1/+1
|/
* Faulty LDAP DN name escaping removedMichael Alt2015-03-211-1/+0
* Unblock user if they were unblocked in AD.Douwe Maan2015-03-131-0/+1
* Block user if he/she was blocked in Active DirectoryDmitriy Zaporozhets2015-03-121-1/+8