summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDrew Blessing <drew@blessing.io>2019-05-17 15:26:15 -0500
committerDrew Blessing <drew@blessing.io>2019-06-21 05:49:56 -0500
commit05d5504d072fa1a1c222e94b21e483ba28cbe666 (patch)
treed71b107855b213fb87fa64032b78808ef23b4983 /changelogs
parentc10bde1ff088d0b744ce98b28ee6faa16b0eda34 (diff)
downloadgitlab-ce-05d5504d072fa1a1c222e94b21e483ba28cbe666.tar.gz
Sanitize LDAP output in Rake tasks
The various LDAP check Rake tasks have long supported a SANITIZE environment variable. When present, identifiable information is obscured such as user names and project/group names. Until now, the LDAP check did not honor this. Now it will only say how many users were found. This should at least give the indication that the LDAP configuration found something, but will not leak what it is. Resolves #56131
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sanitize_rake_ldap_check_output.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sanitize_rake_ldap_check_output.yml b/changelogs/unreleased/sanitize_rake_ldap_check_output.yml
new file mode 100644
index 00000000000..92824d1dd48
--- /dev/null
+++ b/changelogs/unreleased/sanitize_rake_ldap_check_output.yml
@@ -0,0 +1,5 @@
+---
+title: Sanitize LDAP output in Rake tasks
+merge_request: 28427
+author:
+type: fixed