devpi-ldap icon indicating copy to clipboard operation
devpi-ldap copied to clipboard

Plugin for devpi-server which provides LDAP authentication.

Results 20 devpi-ldap issues
Sort by recently updated
recently updated
newest added

The README states > For use with devpi-server >= 2.1.0. however in `setup.py` it has the following under `install_requires`: `'devpi-server>=2.0.0',` I'm guessing setup.py was missed getting updated. Happy to do...

HI Team, Can any body suggest how to use ldap connectivity using ssl, Please provide yaml configuration fo yml file. ## my test.yml file devpi-ldap: url: "ldaps://test.ldap:636" user_search: base: CN=Test...

Your module is prone to LDAP injection attacks. You should properly escape special LDAP filter chars in user's input probably in method LDAP._search().

Hello, in devpi_ldap/main.py/line 175 there is: `if any(attribute_name in x.get('attributes', {}) for x in conn.response):` but I had scenario when conn.response returned dict `{attributes:{'dn':[]}}` and `attribute_name` was set to `"dn"`...

I'd like to add functional testing. I tried using ``python-ldap-test`` but it hangs for me on OS X with version 0.3.0. No idea how feasible it would be to use...

If I log in via LDAP: ``` $ devpi login ${USER} password for user marca: logged in 'marca', credentials valid for 10.00 hours ``` No index gets automatically created for...

enhancement
not in devpi-ldap

I have successfully validated my config using the command `devpi-ldap`. I can also start the server either without the `--ldap-config` flag or without the `--start`flag. However, when using _both_, the...

not in devpi-ldap

If "attribute_email" is provided, it should be used to extract the email address of the found user.

enhancement

There's an issue where the validate function in main.py is taking the username and password to be validated. However it flows through _userdn to verify the username which will end...

When the ``-c`` option of devpi-server is used, the plugin should look for configuration in that file first.

enhancement