summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ldap
Commit message (Expand)AuthorAgeFilesLines
* Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-122-2/+2
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Unblocks user when active_directory is disabled and it can be foundpatch/fix-ldap-unblock-user-logicGabriel Mazetto2016-04-051-1/+26
* Allow LDAP users to change their email if it was not set by the LDAP serverDouwe Maan2016-01-191-1/+27
* fixed LDAP activation on login to use new ldap_blocked statefeature/ldap-sync-edgecasesGabriel Mazetto2016-01-141-3/+2
* LDAP synchronization block/unblock new statesGabriel Mazetto2016-01-081-20/+14
* Fix identity and user retrieval when special characters are usedPatricio Cano2015-12-221-0/+15
* Tag lib specsDouwe Maan2015-12-096-6/+6
* Block LDAP user when they are no longer found in the LDAP serverDrew Blessing2015-12-081-0/+5
* Fix ldap email downcasing bugDrew Blessing2015-10-081-0/+21
* Fix LDAP attribute mappingfix-ldap-attributesDouwe Maan2015-09-231-6/+6
* Test overriding LDAP attributesDouwe Maan2015-09-091-0/+65
* Add attributes to LDAP::Config.Douwe Maan2015-09-081-1/+1
* Issue #993: Fixed login failure when extern_uid changesJoel Koglin2015-08-211-0/+22
* Change `to_not` calls to `not_to`Robert Speicher2015-06-221-2/+2
* Fix `raise_error` without an argument deprecation warningsRobert Speicher2015-06-221-1/+1
* Update mock and stub syntax for specsRobert Speicher2015-06-224-47/+73
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-131-2/+2
* Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher2015-06-131-1/+1
* Don't accidentally unblock auto created users from Active Directory.ad-block_auto_created_usersDouwe Maan2015-05-121-4/+23
* Add config var to block auto-created LDAP users.Douwe Maan2015-04-141-7/+60
* Remove test for 'ldap' provider special caseJacob Vosmaer2015-04-131-14/+0
* Unblock user if they were unblocked in AD.Douwe Maan2015-03-131-1/+10
* Block user if he/she was blocked in Active DirectoryDmitriy Zaporozhets2015-03-121-1/+6
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-125-17/+17
* Improvements to LDAP::User modelDmitriy Zaporozhets2015-01-291-0/+17
* fix specsValery Sizov2014-12-043-3/+3
* Supporting for multiple omniauth provider for the same userValery Sizov2014-12-041-4/+4
* Fix LDAP config lookup for provider 'ldap'Jacob Vosmaer2014-10-231-1/+15
* Add specs for authentication and configJan-Willem van der Meer2014-10-142-0/+73
* Merge tests to support Multiple LDAP groupsJan-Willem van der Meer2014-10-132-20/+4
* Refactor lib files for multiple LDAP groupsJan-Willem van der Meer2014-10-131-16/+10
* Refactor OAuth refactorings to CEJan-Willem van der Meer2014-10-101-11/+9
* Add option to gitlab config to specify if LDAP server is active directory.Marin Jankovski2014-09-301-0/+15
* Test authenticate method for Gitlab::LDAP::UserJan-Willem van der Meer2014-09-081-0/+16
* Move auth hash to a seperate classJan-Willem van der Meer2014-09-041-4/+4
* Refactor: beter naming for active directory disabled usersJan-Willem van der Meer2014-09-011-4/+4
* Add basic find / create specs for LDAP userJan-Willem van der Meer2014-09-011-30/+22
* Merge branch 'feature-ldap-tests' into 'master'Dmitriy Zaporozhets2014-08-303-1/+1
|\
| * Move and rename ldap / oauth specsJan-Willem van der Meer2014-08-291-1/+1
| * Rename ldap tests even furtherJan-Willem van der Meer2014-08-291-0/+0
| * Fix naming convention of LDAP testsJan-Willem van der Meer2014-08-293-0/+0
* | Remove LDAP::Access#find_userJacob Vosmaer2014-08-291-12/+0
|/
* Improve ad_disabled method nameJacob Vosmaer2014-05-141-2/+2
* Add spec for LDAP::Access#allowed?Jacob Vosmaer2014-05-141-0/+32
* Backport Adapter#dn_matches_filter? from EEJacob Vosmaer2014-05-141-0/+31
* Fix ldap_user_auth_specDmitriy Zaporozhets2014-03-101-1/+2
* Remove deprecated findersskv2014-01-191-5/+5
* fix most of warningsskv2013-12-151-2/+2
* Added ldap testsIzaak Alpert2013-09-221-0/+57