Metadata-Version: 2.1
Name: slapdsock
Version: 1.3.1
Summary: Module package for back-sock listeners for OpenLDAP
Home-page: https://code.stroeder.com/pymod/python-slapdsock
Download-URL: https://pypi.python.org/pypi/slapdsock/
Author: Michael Stroeder
Author-email: michael@stroeder.com
Maintainer: Michael Stroeder
Maintainer-email: michael@stroeder.com
License: Apache-2.0
Project-URL: Code, https://code.stroeder.com/pymod/python-slapdsock
Project-URL: Issue tracker, https://code.stroeder.com/pymod/python-slapdsock/issues
Keywords: LDAP,OpenLDAP,slapd-sock,back-sock
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
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 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

slapdsock - OpenLDAP back-sock listeners
========================================

This module package makes it easy to implement
[slapd-sock(5) listeners](https://www.openldap.org/software/man.cgi?query=slapd-sock)
for the OpenLDAP server either working as full backend or overlay.

Notes:

  * Version 0.11.0+ only works with Python 3.6 or newer!
    For Python 2 release [0.10.0](https://pypi.org/project/slapdsock/0.10.0/)
    must be used.
