Closed consideRatio closed 2 months ago
@minrk I rebased, fixed a commit message, and changed kvargs
to kwargs
and mentions of a "key value pairs" was updated to "keyword arguments", and adjusted to use pytest.raises.
Thank you for reviewing @minrk!!!!!
Thank you!
And together with #258, I think its fair to say this also...
I didn't want to add several separate config options of what can be configured in the
ldap3
package through LDAPAuthenticator, so I instead addedtls_kvargs
and referenced ldap3 docs and source code for details. Like this we avoid maintenance and a layer that de-couples users fromldap3
which really does the work related to TLS anyhow.