Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cito/pyramid_ldap3
- Owner: Cito
- License: other
- Created: 2014-05-02T18:57:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T16:03:21.000Z (about 3 years ago)
- Last Synced: 2024-10-03T17:32:25.261Z (about 1 month ago)
- Topics: authentication, authentication-middleware, ldap, pyramid, python
- Language: Python
- Homepage:
- Size: 119 KB
- Stars: 11
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
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.