summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-11-15 10:20:11 +0000
committerDouwe Maan <douwe@gitlab.com>2016-11-15 10:20:11 +0000
commit3a3b06b4faccaf49279bee397af6df2916a9195e (patch)
tree4cd77e6fc3160bfd21e5911ad68c073aec6c568f /changelogs
parente98e7c60c5ff115f1d892a82722e0951e049e301 (diff)
parent3cff3a2e5b87c40927eb02a8884c84260ca30c2a (diff)
downloadgitlab-ce-3a3b06b4faccaf49279bee397af6df2916a9195e.tar.gz
Merge branch 'fix_saml_ldap_link' into 'master'
Omniauth auto link LDAP user falls back to find by DN when user cannot be found by uid Unfortunately, SAML IDs can be an LDAP UID, DN, or something else entirely. UID and DN are most common, though. This adds a fallback scenario so we first try to find a matching LDAP user by UID, then by DN. This will fix a problem for the customer in https://gitlab.zendesk.com/agent/tickets/43298 See merge request !7002
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fix_saml_ldap_link.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix_saml_ldap_link.yml b/changelogs/unreleased/fix_saml_ldap_link.yml
new file mode 100644
index 00000000000..3b6f26d610e
--- /dev/null
+++ b/changelogs/unreleased/fix_saml_ldap_link.yml
@@ -0,0 +1,5 @@
+---
+title: Omniauth auto link LDAP user falls back to find by DN when user cannot be found
+ by UID
+merge_request: 7002
+author: