mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-10 01:51:49 -05:00
django-auth-ldap can throw exceptions, like TypeError if it's misconfigured. If we encounter an exception attempting to log into an LDAP server, log it and move on (otherwise, an uncaught exception will cause local login to fail, too). see: #5933