Skip to main content

pyramid_ldap

Project description

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.

0.3.1.post1 (2018-05-15)

  • version changed in setup.py

0.3.1 (2018-05-15)

  • Added wheels license to setup.cfg

0.3 (2018-05-15)

  • Python 3 is now supported! This is possible thanks to python-ldap supporting python 3

  • BREAKING CHANGE: pyramid_ldap now depends on python-ldap >= 3.0, which supports python 2 and 3. If you upgrade pyramid_ldap without upgrading python-ldap, you will see failures where python-ldap receives text arguments instead of bytes. See below for more information.

  • python-ldap >= 3.0 stopped accepting bytes type arguments for many LDAPObject methods. We now use the pyramid.compat.text_ function to support text arguments for python 2 and 3.

  • In versions 0.2 and lower, invalid LDAP strings passed to pyramid_ldap.Connector.authenticate would raise ldap.FILTER_ERROR. In 0.3 and up we use ldap.filter.escape_filter_chars to properly escape these prior to running the LDAP search. Applications using pyramid_ldap have always been responsible for making sure the login value fits the ldap.login_filter_tpl setting in their application. However, if you relied on ldap.FILTER_ERROR to catch bad username formats (such as CORP\username, where the unescaped \ is disallowed in LDAP searches), note that now authenticate will return None instead.

  • Use tox for testing against Python 2.7, 3.6, PEP8, coverage and building docs. Setup Travis CI to run tox. Use pylons-sphinx-themes to fix broken Read The Docs builds. See: https://github.com/Pylons/pyramid_ldap/pull/22

0.2

0.1

  • Initial version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyramid_ldap-0.3.1.post1.tar.gz (23.3 kB view details)

Uploaded Source

Built Distribution

pyramid_ldap-0.3.1.post1-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file pyramid_ldap-0.3.1.post1.tar.gz.

File metadata

File hashes

Hashes for pyramid_ldap-0.3.1.post1.tar.gz
Algorithm Hash digest
SHA256 78b1b3abe466cb5173a6975e8f2ee3b62b32448cd6718a7b752d65f6a799db4c
MD5 7a9dfa7da71e480d9d610a8eed864188
BLAKE2b-256 53dcf8925eb23ded3901b792add45901ca452c480132c8b01fd6896f802e298d

See more details on using hashes here.

File details

Details for the file pyramid_ldap-0.3.1.post1-py3-none-any.whl.

File metadata

File hashes

Hashes for pyramid_ldap-0.3.1.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 cf4d82475190b1b6288c2c743ebb197369691dae30296599198714d93445a66e
MD5 db795f97c6ca324499247d98319971e3
BLAKE2b-256 1eeecc27a7f825e33d8f9bc74b163e59369b53c7a8d5cd2d3e3a6be4160a0e51

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page