summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2018-01-25 16:18:15 -0600
committerDrew Blessing <drew@gitlab.com>2018-02-13 08:42:40 -0600
commitb45c7dd5fecd33d1fbc9053cb353d7ed0c6d57dd (patch)
tree42e72062303e77e28fc7729b5dc214f4fb4a6e3c /changelogs
parent7a18675c59d46da7234dd0cdf6960b527b513a80 (diff)
downloadgitlab-ce-b45c7dd5fecd33d1fbc9053cb353d7ed0c6d57dd.tar.gz
Revert problematic LDAP person validation that threw exceptions
Constructors shouldn't throw exceptions. We also learned that different LDAP servers behave a bit unexpectedly sometimes - returning attributes we didn't ask for, or returned attributes with language subtypes.
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