/usr/share/pyshared/repoze.who.plugins.ldap-1.0.egg-info/PKG-INFO is in python-repoze.who-plugins 20090913-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | Metadata-Version: 1.0
Name: repoze.who.plugins.ldap
Version: 1.0
Summary: LDAP plugin for repoze.who
Home-page: http://code.gustavonarea.net/repoze.who.plugins.ldap/
Author: Gustavo Narea
Author-email: me@gustavonarea.net
License: GNU General Public License v3
Download-URL: https://launchpad.net/repoze.who.plugins.ldap/+download
Description: repoze.who.plugins.ldap -- LDAP Authentication for WSGI Applications
repoze.who.plugins.ldap is an LDAP plugin for the identification and
authentication framework for WSGI applications, repoze.who, which acts as WSGI
middleware.
It provides with an straightforward solution to enable LDAP support in your
applications. Yes, you read well: "straightforward", "LDAP" and
"applications" are in the same sentence. In fact, you may make your application
LDAP-aware in few minutes and with few lines of code.
Another great news is that this package is *fully* documented and provides you
with a working and documented demo project.
See the `docs` subdirectory of this package for more information, or browse
the online documentation <http://code.gustavonarea.net/repoze.who.plugins.ldap/>.
repoze.who.plugins.ldap Changelog
=================================
1.0 (2008-09-11)
-------------------------------
The initial release.
- Provided the LDAP authenticator, which is compatible with identifiers that
define the 'login' item in the identity dict.
- Included the plugin to load metadata about the authenticated user from the
LDAP server.
- Documented how to install and use the plugins.
- Included Turbogears 2 demo project, using the plugin. There is also a section
in the documentation to explain how the demo works.
Keywords: ldap web application server wsgi repoze repoze.who
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
|