项目作者: Cito

项目描述 :
Provides LDAP authentication services for your Pyramid application based on the ldap3 package.
高级语言: Python
项目地址: git://github.com/Cito/pyramid_ldap3.git
创建时间: 2014-05-02T18:57:36Z
项目社区:https://github.com/Cito/pyramid_ldap3

开源协议:Other

下载


pyramid_ldap3

⚠️ This project is no longer maintained. ⚠️
If you’d like to take it over, please contact me.

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.