summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ldap/person_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-281-160/+0
* Merge branch 'remove_ldap_person_validation' into 'master'Stan Hu2018-02-131-9/+0
|\
| * Revert problematic LDAP person validation that threw exceptionsDrew Blessing2018-02-131-9/+0
* | Added ldap config setting to lower case usernamesFrancisco Javier López2018-02-051-0/+21
|/
* Modify `LDAP::Person` to return username value based on attributesDrew Blessing2018-01-041-2/+71
* Leave bad DNs alone instead of raising errorsMichael Kozono2017-10-071-0/+14
* Normalize values, reusing DN normalization codeMichael Kozono2017-10-071-28/+2
* Switch to new DN classMichael Kozono2017-10-071-49/+0
* Rely on LDAP providers giving DNs, not UIDsMichael Kozono2017-10-071-35/+0
* Rescue DN normalization attemptsMichael Kozono2017-10-071-0/+24
* Note invalid DNsMichael Kozono2017-10-071-18/+18
* Fix `dn?` for a UID with an escaped equal signMichael Kozono2017-10-071-2/+3
* Remove redundant `is_`Michael Kozono2017-10-071-2/+2
* Dry up spec some moreMichael Kozono2017-10-071-91/+46
* Downcase normalized LDAP DNs and UIDsMichael Kozono2017-10-071-58/+58
* Fix normalize behavior for escaped delimiter charsMichael Kozono2017-10-071-2/+16
* Refactor specMichael Kozono2017-10-071-254/+105
* Refactor to distinguish between UIDs and DNsMichael Kozono2017-10-071-8/+162
* Trim extraneous spaces from DNsMichael Kozono2017-10-071-0/+130
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-3/+3
* LDAP attributes needs default valuesDrew Blessing2017-01-061-5/+7
* Gitlab::LDAP::Person uses LDAP attributes configurationDrew Blessing2017-01-031-0/+44