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?
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?