Metadata-Version: 2.1
Name: Products.LDAPUserFolder
Version: 5.2
Summary: A LDAP-enabled Zope user folder
Home-page: https://github.com/dataflake/Products.LDAPUserFolder
Author: Jens Vagelpohl and contributors
Author-email: jens@dataflake.org
License: ZPL 2.1
Project-URL: Documentation, https://productsldapuserfolder.readthedocs.io/
Project-URL: Issue Tracker, https://github.com/dataflake/Products.LDAPUserFolder/issues
Project-URL: Sources, https://github.com/dataflake/Products.LDAPUserFolder
Keywords: web application server zope authentication ldap
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope
Classifier: Framework :: Zope :: 5
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Requires-Python: >=3.7
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: Zope >=5
Requires-Dist: dataflake.cache
Requires-Dist: dataflake.fakeldap
Requires-Dist: python-ldap >=3.3
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: repoze.sphinx.autointerface ; extra == 'docs'
Requires-Dist: pkginfo ; extra == 'docs'
Provides-Extra: exportimport
Requires-Dist: Products.GenericSetup >=2.0b1 ; extra == 'exportimport'

.. image:: https://github.com/dataflake/Products.LDAPUserFolder/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/dataflake/Products.LDAPUserFolder/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/dataflake/Products.LDAPUserFolder/badge.svg
   :target: https://coveralls.io/github/dataflake/Products.LDAPUserFolder

.. image:: https://readthedocs.org/projects/productsldapuserfolder/badge/?version=latest
   :target: https://productsldapuserfolder.readthedocs.io
   :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/Products.LDAPUserFolder.svg
   :target: https://pypi.python.org/pypi/Products.LDAPUserFolder
   :alt: Current version on PyPI

.. image:: https://img.shields.io/pypi/pyversions/Products.LDAPUserFolder.svg
   :target: https://pypi.org/project/Products.LDAPUserFolder
   :alt: Supported Python versions


=========================
 Products.LDAPUserFolder
=========================

This product is a replacement for a Zope user folder. It does not store its 
own user objects but uses an LDAP backend to store user and group/role
information.
