Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-05Modify `LDAP::Person` to return username value based on attributesDrew Blessing
2017-10-07Leave bad DNs alone instead of raising errorsMichael Kozono
2017-10-07Refactor DN error classesMichael Kozono
2017-10-07Normalize values, reusing DN normalization codeMichael Kozono
2017-10-07Rename method to `to_normalized_s`Michael Kozono
2017-10-07Switch to new DN classMichael Kozono
2017-10-07Rely on LDAP providers giving DNs, not UIDsMichael Kozono
2017-10-07Rescue DN normalization attemptsMichael Kozono
2017-10-07Fix `dn?` for a UID with an escaped equal signMichael Kozono
2017-10-07Remove redundant `is_`Michael Kozono
2017-10-07Downcase normalized LDAP DNs and UIDsMichael Kozono
2017-10-07Fix normalize behavior for escaped delimiter charsMichael Kozono
2017-10-07Refactor to distinguish between UIDs and DNsMichael Kozono
2017-10-07Trim extraneous spaces from DNsMichael Kozono
2017-10-02Refactors SAML identity creation in gl_user.Tiago Botelho
2017-09-25Creates compound query for LDAP email attributes.Tiago Botelho
2017-09-25Attempt to link saml users to ldap by emailTiago Botelho
2017-08-23Support simple string LDAP attribute specifications, and search for name rath...Douwe Maan
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-02-23Enable Rails/DelegateDouwe Maan
2017-01-06LDAP attributes needs default valuesDrew Blessing
2017-01-03Gitlab::LDAP::Person uses LDAP attributes configurationDrew Blessing
2015-03-22Faulty LDAP DN name escaping removedMichael Alt
2015-03-06Escape wildcards when searching LDAP by username.Douwe Maan
2014-10-14Use server specific uidJan-Willem van der Meer
2014-10-14Remove unused methodJan-Willem van der Meer
2014-10-13Refactor lib files for multiple LDAP groupsJan-Willem van der Meer
2014-09-01Refactor: beter naming for active directory disabled usersJan-Willem van der Meer
2014-05-14Improve ad_disabled method nameJacob Vosmaer
2014-05-14Document the Active Directory magic numbersJacob Vosmaer
2014-05-14Fix syntax error in AD disabled user filterJacob Vosmaer
2014-05-14Add LDAP::Person#ad_disabled?Jacob Vosmaer
2014-03-14Allow passing an adapter to Gitlab::LDAP::PersonJacob Vosmaer
2014-03-10Remove copyrightDmitriy Zaporozhets
2014-03-10Port LDAP code from EEDmitriy Zaporozhets