Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pylons/pyramid_ldap
LDAP authentication policy for Pyramid
https://github.com/Pylons/pyramid_ldap
ldap ldap-authentication pyramid python
Last synced: 3 months ago
JSON representation
LDAP authentication policy for Pyramid
- Host: GitHub
- URL: https://github.com/Pylons/pyramid_ldap
- Owner: Pylons
- License: other
- Created: 2012-03-30T09:58:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T20:00:47.000Z (over 3 years ago)
- Last Synced: 2024-05-14T19:54:45.421Z (9 months ago)
- Topics: ldap, ldap-authentication, pyramid, python
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 9
- Watchers: 10
- Forks: 21
- Open Issues: 14
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-pyramid - pyramid_ldap - an LDAP (Authentication)
README
############
Pyramid LDAP
############``pyramid_ldap`` provides LDAP authentication services for your Pyramid
application. Thanks to the ever-awesome `SurveyMonkey
`_ for sponsoring the development of this package!See the documentation at
https://docs.pylonsproject.org/projects/pyramid_ldap/en/latest/ for more
information.This package will only work with Pyramid 1.3 and later.
Installation
------------``pyramid_ldap`` uses ``pyldap`` which in turn requires ``libldap2`` and
``libsasl2`` development headers installed.On Ubuntu 16.04 you can install them using the command ``apt-get install libldap2-dev libsasl2-dev``.