Metadata-Version: 2.0
Name: papaya
Version: 0.2.2
Summary: A LDAP-based django authentication provider, with openid.
Home-page: https://github.com/Polyconseil/papaya
Author: Polyconseil Sysadmin Team
Author-email: sysadmin+papaya@polyconseil.fr
License: GPL
Keywords: papaya,ldap,authentication,django,openid
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: Console
Classifier: Framework :: Django
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Requires-Dist: Django (>=1.7,<1.8)
Requires-Dist: pyldap (<2.5)
Requires-Dist: django-appconf
Requires-Dist: python-openid

papaya
======

This django-backed library is intended as an authentication provider within an organization's internal services.

It contains:

* An LDAP-based authentication backend
* An OpenID provider, with autologin for trusted sites
* An OpenID consumer, with autologin to a predefined OpenID provider



License
-------

Copyright (C) 2009 Bolloré telecom
Copyright (C) 2014 Polyconseil
See AUTHORS file for a full list of contributors.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.



