Drop support for LDAP logins
Summary
So I actually did this accidentally a long time ago when first cleaning go. You used to be able to login with LDAP creds on a custom login page that I removed. The implementation currently in go is dated, non-efficient, and it slows down our build times and we do not use it. We need to nuke all references to LDAP and only support cas through our existing implementation. We could potentially bring it back at a later time but for now, we should remove it.
Helpful Links
grep -r ldap
- rm -rf
- the delete key