Metadata-Version: 2.4
Name: Products.LDAPUserFolder
Version: 6.0
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
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.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: Zope>=5
Requires-Dist: dataflake.cache
Requires-Dist: dataflake.fakeldap
Requires-Dist: python-ldap>=3.3
Provides-Extra: exportimport
Requires-Dist: Products.GenericSetup>=2.0b1; extra == "exportimport"
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: furo; extra == "docs"
Requires-Dist: repoze.sphinx.autointerface; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

.. 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.
