diff options
author | Robert Speicher <robert@gitlab.com> | 2016-09-09 18:59:33 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-09-09 18:59:33 +0000 |
commit | 0b2a34108d3189aff9a15f30006c270fb84be00e (patch) | |
tree | 9f3f644a0c4856d4f564849291d19868268b7702 /CHANGELOG | |
parent | 516100c55b589e69198feca602a2f71e4e66e280 (diff) | |
parent | bf8a48e179119830f83f3b358f66f8a95af17963 (diff) | |
download | gitlab-ce-0b2a34108d3189aff9a15f30006c270fb84be00e.tar.gz |
Merge branch 'restrict_ldap_return_attributes' into 'master'
Restrict ldap return attributes
## What does this MR do?
Fixes the CE part of #13821. We really only ever need uid, dn, cn, and mail attributes, and in some cases, even less. This merge request strips the request down to those four attributes by default, and allows the caller to specify others, if needed.
## Why was this MR needed?
This will improve performance especially in cases where the connection is slow between GitLab and LDAP, or when the LDAP object has lots of attributes we don't care about.
See merge request !6187
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index d10f880b0ac..ee69f254134 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -26,6 +26,7 @@ v 8.12.0 (unreleased) - Set path for all JavaScript cookies to honor GitLab's subdirectory setting !5627 (Mike Greiling) - Fix blame table layout width - Fix bug where pagination is still displayed despite all todos marked as done (ClemMakesApps) + - Request only the LDAP attributes we need !6187 - Center build stage columns in pipeline overview (ClemMakesApps) - Rename behaviour to behavior in bug issue template for consistency (ClemMakesApps) - Remove suggested colors hover underline (ClemMakesApps) |