Metadata-Version: 2.1
Name: ldap0
Version: 1.2.8
Summary: Module package for implementing LDAP clients
Home-page: https://gitlab.com/ae-dir/python-ldap0
Author: Michael Stroeder
Author-email: michael@stroeder.com
Maintainer: Michael Stroeder
Maintainer-email: michael@stroeder.com
License: Apache-2.0
Download-URL: https://pypi.python.org/pypi/ldap0/
Project-URL: Source Code, https://gitlab.com/ae-dir/python-ldap0
Keywords: LDAP,OpenLDAP
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
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 :: Only
Classifier: Topic :: Database
Classifier: Topic :: Internet
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

Module ldap0
============

Module package *ldap0* provides an object-oriented API to access LDAP
directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x
libs for that purpose.

Additionally the package contains some Python modules for:

  * parsing and producing LDIF
  * handling LDAP URLs
  * parse and handle LDAPv3 subschema
  * LDAPv3 extended operations and controls
  * automatic tests with OpenLDAP server

Installing this module is required for running this software:

  * [web2ldap](https://web2ldap.de)
  * [Æ-DIR](https://ae-dir.com)
  * [OATH-LDAP](https://oath-ldap.stroeder.com/)
  * [slapdcheck](https://pypi.org/project/slapdcheck/)

Further notes:

  * _ldap0_ means _ldap_ reset.
  * Version 0.3.0+ only works with Python 3.6 or newer!
    For Python 2 release 0.2.7 must be used.
  * This module is of no general use!
  * Don't use it for your own project!
    The API may change at any time without further notice!
    **You have been warned!**


