gitlab-org--gitlab-foss/spec/lib
Drew Blessing babb7d5260 Gitlab::LDAP::Person uses LDAP attributes configuration
We allow users to configure LDAP attribute preferences. For example,
email can be configured to use `mail`, `email` and `userPrincipalName`,
falling through to the next until a value is found. Prior to this
change, Gitlab::LDAP::Person did not honor this configuration. Now,
the class will honor `name` and `mail` configuration. It does not
handle `username`, or fallback to `first_name` + `last_name` in the
absence of `name`.
2017-01-03 13:26:47 -06:00
..
banzai Merge branch 'issue_25682' into 'master' 2016-12-29 20:12:45 +00:00
bitbucket Add Wiki import to BB importer 2016-12-19 20:48:08 +02:00
ci Convert CI YAML variables keys into strings 2016-12-15 17:05:53 +08:00
constraints Add nested groups support on data level 2016-12-08 11:47:16 +02:00
container_registry
gitlab Gitlab::LDAP::Person uses LDAP attributes configuration 2017-01-03 13:26:47 -06:00
json_web_token
mattermost Add new tests 2016-12-21 14:11:00 +01:00
disable_email_interceptor_spec.rb
event_filter_spec.rb Add issue events filter and make sure "All" really shows everything 2016-12-04 23:07:22 +01:00
expand_variables_spec.rb
extracts_path_spec.rb Allow browsing branches that end with '.atom' 2016-10-11 13:31:12 +01:00
file_size_validator_spec.rb
git_ref_validator_spec.rb
gitlab_spec.rb
light_url_builder_spec.rb refactored and added missing spec to light URL builder 2016-11-17 08:22:57 +01:00
repository_cache_spec.rb