Skip to content

Catch Net::LDAP::DN exceptions in EE::Gitlab::LDAP::Group

In EE::Gitlab::LDAP::Group we do some processing using Net::LDAP::DN. This can throw exceptions if the DN is badly formed. Now GitLab handles this occurrence gracefully and moves on, logging the error or warning appropriately. Closes #1755 (closed)

Merge request reports