gitlab-org--gitlab-foss/lib/gitlab/ldap
Drew Blessing 7d1fdcdc83 Modify LDAP::Person to return username value based on attributes
`Gitlab::LDAP::Person` did not respect the LDAP attributes username
configuration and would simply return the uid value. There are
cases where users would like to specify a different username field
to allow more friendly GitLab usernames. For example, it's common
in AD to have sAMAccountName be an employee ID like `A12345` while
the local part of the email address is more human-friendly.
2018-01-04 17:10:40 -06:00
..
access.rb refactor users update service 2017-09-28 08:46:39 +02:00
adapter.rb Modify LDAP::Person to return username value based on attributes 2018-01-04 17:10:40 -06:00
auth_hash.rb Normalize LDAP DN when looking up identity 2017-10-31 17:13:50 +01:00
authentication.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
config.rb Modify LDAP::Person to return username value based on attributes 2018-01-04 17:10:40 -06:00
dn.rb Redefine respond_to? in light of method_missing 2017-10-07 10:28:13 -07:00
person.rb Modify LDAP::Person to return username value based on attributes 2018-01-04 17:10:40 -06:00
user.rb Make sure user email is read only when synced with LDAP 2017-12-15 12:48:48 +01:00