gitlab-org--gitlab-foss/spec/lib/gitlab/o_auth
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
..
auth_hash_spec.rb Don't force the encoding of the OAuth provider in Gitlab::OAuth::AuthHash#provider 2017-09-14 10:29:35 +02:00
provider_spec.rb
user_spec.rb Modify LDAP::Person to return username value based on attributes 2018-01-04 17:10:40 -06:00