Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS support for LDAP authentication and ignoring certs? #49

Closed
daveseff opened this issue Feb 24, 2020 · 1 comment
Closed

TLS support for LDAP authentication and ignoring certs? #49

daveseff opened this issue Feb 24, 2020 · 1 comment

Comments

@daveseff
Copy link

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 CAD_LDAP_ 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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant