Metadata-Version: 2.4
Name: Products.LDAPMultiPlugins
Version: 6.0
Summary: LDAP-backed plugins for the Zope PluggableAuthService
Home-page: https://github.com/dataflake/Products.LDAPMultiPlugins
Author: Jens Vagelpohl and contributors
Author-email: jens@dataflake.org
License: ZPL-2.1
Project-URL: Documentation, https://productsldapmultiplugins.readthedocs.io/
Project-URL: Issue Tracker, https://github.com/dataflake/Products.LDAPMultiPlugins/issues
Project-URL: Sources, https://github.com/dataflake/Products.LDAPMultiPlugins
Keywords: web application server zope ldap
Classifier: Development Status :: 6 - Mature
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: 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: Products.LDAPUserFolder
Requires-Dist: Products.PluggableAuthService
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.LDAPMultiPlugins/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/dataflake/Products.LDAPMultiPlugins/actions/workflows/tests.yml
   :alt: Automated test results

.. image:: https://coveralls.io/repos/github/dataflake/Products.LDAPMultiPlugins/badge.svg
   :target: https://coveralls.io/github/dataflake/Products.LDAPMultiPlugins
   :alt: Test coverage

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

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

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


===========================
 Products.LDAPMultiPlugins
===========================

The LDAPMultiPlugins package provides `PluggableAuthService
<https://productspluggableauthservice.readthedocs.io>`_ plugins that use
LDAP (standards-conforming implementations as well as ActiveDirectory)
as the backend for the services they provide. The PluggableAuthService
is a Zope user folder product that can be extended in modular fashion using
so-called plugins.

The plugins in this package provide a PluggableAuthService-compatible shim
around a `LDAPUserFolder <https://productsldapuserfolder.readthedocs.io>`_
instance. After instantiating a plugin all further configuration is done on the
LDAPUserFolder object itself, which is created automatically inside the plugin.
Visit the `ZMI` `Configure` tab to find it.
