Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-02-13 22:08:47 +0300
committerRobert Speicher <rspeicher@gmail.com>2018-02-14 23:09:34 +0300
commit3ad0ee8bc2b1a1a5f9522e943371c6e8fda802d4 (patch)
tree8c404f6dcf48d5b88c31828c75a4870092b6ea58 /changelogs
parentaddf2b7f46c0ca90eee2194734228a529cbe4000 (diff)
Merge branch 'remove_ldap_person_validation' into 'master'
Remove problematic LDAP::Person validation for new strategy Closes #42412 and #42359 See merge request gitlab-org/gitlab-ce!16727
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/remove_ldap_person_validation.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/remove_ldap_person_validation.yml b/changelogs/unreleased/remove_ldap_person_validation.yml
new file mode 100644
index 00000000000..da7f0a52886
--- /dev/null
+++ b/changelogs/unreleased/remove_ldap_person_validation.yml
@@ -0,0 +1,5 @@
+---
+title: LDAP Person no longer throws exception on invalid entry
+merge_request:
+author:
+type: fixed