nitmir / django-cas-server

A Django Central Authentication Service server implementing the CAS Protocol 3.0 Specification
GNU General Public License v3.0
132 stars 44 forks source link

TLS support for LDAP authentication and ignoring certs? #49

Closed daveseff closed 4 years ago

daveseff commented 4 years ago

I have a successful django oauth implementation that uses Active Directory as a backend. I was to add CAS as a feature but it does not want to use the django_auth_ldap.backend.LDAPBackend backend. Adding all of the basic CADLDAP parameters one thing that seem to be missing is the ability to ignore verification for TLS certs for testing and development.

Is this the case or is there a way to configure this?

daveseff commented 4 years ago

After testing python ldap3 scripts for talking TLS it seems that certs are already ignored. This may not be an issue.