Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dataflake/products.ldapmultiplugins
LDAP plugins for the Zope PluggableAuthService user folder
https://github.com/dataflake/products.ldapmultiplugins
ldap-authentication python zope zope-application zope4 zope5
Last synced: 17 days ago
JSON representation
LDAP plugins for the Zope PluggableAuthService user folder
- Host: GitHub
- URL: https://github.com/dataflake/products.ldapmultiplugins
- Owner: dataflake
- License: other
- Created: 2021-10-07T09:35:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T15:20:36.000Z (10 months ago)
- Last Synced: 2024-09-17T20:18:23.849Z (about 2 months ago)
- Topics: ldap-authentication, python, zope, zope-application, zope4, zope5
- Language: Python
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
.. 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
`_ 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 `_
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.