Metadata-Version: 2.1
Name: ldapserver
Version: 0.0.1.dev5
Summary: Library to implement special-purpose LDAP servers
Home-page: https://git.cccv.de/uffd/python-ldapserver
Author: Julian Rother
Author-email: python-ldapserver@jrother.eu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

Python LDAP Server Library
==========================

Python library that implements the socketserver.BaseRequestHandler interface
for LDAP. It provides stubs for all operations (BIND, SEARCH, ...). Overwrite
the stubs you need to provide actual functionality.

**Early prototype, API not stable yet, do not rely on it!**


