devpi / devpi-ldap

Plugin for devpi-server which provides LDAP authentication.
36 stars 20 forks source link

Encrypts connection before passing creds #43

Open 00willo opened 5 years ago

00willo commented 5 years ago

Ensure appropriate flags are set on ldap3.Connection object based on the following:

00willo commented 5 years ago

Updated PR to also test with python3.7.

Looks like the Travis build failed on the first commit due to a transient dependency issue, which is now resolved.

00willo commented 5 years ago

@fschulze Do you need anything else added or changed in this PR before it can be merged?

fschulze commented 5 years ago

@00willo time to look at it. I hope to get to it next week. Thanks!

fschulze commented 2 years ago

Work on devpi-ldap was very low priority for a while, so I only got to look at this now.

This PR looks very useful, but the code base has changed a bit in the meantime. Would you still be interested in rebasing and updating this PR? If so, it would be nice to have some tests for the added conditions in the connection setup.