Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cito/pyramid_ldap3

Provides LDAP authentication services for your Pyramid application based on the ldap3 package.
https://github.com/cito/pyramid_ldap3

authentication authentication-middleware ldap pyramid python

Last synced: 25 days ago
JSON representation

Provides LDAP authentication services for your Pyramid application based on the ldap3 package.

Awesome Lists containing this project

README

        

``pyramid_ldap3``
=================

``pyramid_ldap3`` provides LDAP authentication services for your Pyramid
application. It is a fork of the ``pyramid_ldap`` package with the goal
of eliminating the dependency on ``python-ldap`` and ``ldappool``,
replacing it with a dependency on ``ldap3``, which is a pure Python package
that supports both Python 2 and Python 3.

See the documentation at https://pyramid-ldap3.readthedocs.io/
for more information.