Metadata-Version: 2.0
Name: pyramid-ldap
Version: 0.2
Summary: pyramid_ldap
Home-page: http://pylonsproject.org
Author: Chris McDonough
Author-email: pylons-discuss@groups.google.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Keywords: web pyramid pylons ldap
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Classifier: License :: Repoze Public License
Requires-Dist: ldappool
Requires-Dist: pyramid (>=1.3a9)
Requires-Dist: python-ldap
Provides-Extra: docs
Requires-Dist: Sphinx; extra == 'docs'
Provides-Extra: sampleapp
Requires-Dist: pyramid-debugtoolbar; extra == 'sampleapp'
Requires-Dist: waitress; extra == 'sampleapp'
Provides-Extra: testing
Requires-Dist: coverage; extra == 'testing'
Requires-Dist: nose; extra == 'testing'

############
Pyramid LDAP
############

``pyramid_ldap`` provides LDAP authentication services for your Pyramid
application.  Thanks to the ever-awesome `SurveyMonkey
<http://surveymonkey.com>`_ for sponsoring the development of this package!

See the documentation at
http://docs.pylonsproject.org/projects/pyramid_ldap/en/latest/ for more
information.

This package will only work with Pyramid 1.3a9 and better.

Installation
------------

``pyramid_ldap`` uses pyldap which in turn requires ``libldap2`` and
``libsasl2`` development headers installed

On Ubuntu 16.04 you can install them using
``apt-get install libldap2-dev libsasl2-dev`` command.



0.2
---

- Prevent the use of zero-length password authentication.
  See: https://github.com/Pylons/pyramid_ldap/pull/13

0.1
---

-  Initial version


