diff options
author | Stan Hu <stanhu@gmail.com> | 2018-02-13 19:08:47 +0000 |
---|---|---|
committer | Mark Fletcher <mark@gitlab.com> | 2018-02-14 11:50:01 +0000 |
commit | ed9f6c845911eacba1b74f61df319eef76e3b701 (patch) | |
tree | c71f07751b0c65c1deb481e71bff475ee93cbf63 /changelogs | |
parent | 6f92957248ee6a54b4eabca06ded6685f8511dd2 (diff) | |
download | gitlab-ce-ed9f6c845911eacba1b74f61df319eef76e3b701.tar.gz |
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.yml | 5 |
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 |