summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-08-22 13:05:01 -0700
committerStan Hu <stanhu@gmail.com>2018-08-22 13:07:14 -0700
commit7486d424b917cb31f60b26d66cf32c6d4b805eac (patch)
tree702dbbb3048f4f40d62f25f909c3d57f52b91be6 /changelogs
parent0e9dc23d4622332c3f8874ba024cac9aa28277a3 (diff)
downloadgitlab-ce-7486d424b917cb31f60b26d66cf32c6d4b805eac.tar.gz
Fix broken Git over HTTP clones with LDAP users
Due to a regression in !20608, the LDAP authenticator was not being used unless OmniAuth was enabled. This change allows the LDAP provider to be used if it is configured regardless of the OmniAuth setting. Closes #50579
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-broken-ldap-clones.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-broken-ldap-clones.yml b/changelogs/unreleased/sh-fix-broken-ldap-clones.yml
new file mode 100644
index 00000000000..abe725924f2
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-broken-ldap-clones.yml
@@ -0,0 +1,5 @@
+---
+title: Fix broken Git over HTTP clones with LDAP users
+merge_request: 21352
+author:
+type: fixed