From b45c7dd5fecd33d1fbc9053cb353d7ed0c6d57dd Mon Sep 17 00:00:00 2001 From: Drew Blessing Date: Thu, 25 Jan 2018 16:18:15 -0600 Subject: 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. --- changelogs/unreleased/remove_ldap_person_validation.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/remove_ldap_person_validation.yml (limited to 'changelogs') 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 -- cgit v1.2.1