• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

_libldap0/H20-Oct-2021-3,0852,336

build/H20-Oct-2021-

dist/H20-Oct-2021-

docs/H20-Oct-2021-2,1631,254

ldap0/H20-Oct-2021-9,0687,579

mypy/H20-Oct-2021-296223

tests/H20-Oct-2021-15,29714,462

.coveragercH A D20-Oct-2021311 2319

.gitignoreH A D20-Oct-2021120 1514

.gitlab-ci.ymlH A D20-Oct-20213.9 KiB10087

LICENSEH A D20-Oct-2021589 1410

MANIFEST.inH A D20-Oct-2021151 65

README.mdH A D20-Oct-2021984 3224

clean.shH A D20-Oct-2021291 85

release.shH A D20-Oct-2021754 3212

setup.cfgH A D03-May-20221.9 KiB6453

setup.pyH A D20-Oct-20214 KiB133120

stdeb.cfgH A D20-Oct-2021361 1211

tox.iniH A D20-Oct-2021471 1917

README.md

1Module ldap0
2============
3
4Module package *ldap0* provides an object-oriented API to access LDAP
5directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x
6libs for that purpose.
7
8Additionally the package contains some Python modules for:
9
10  * parsing and producing LDIF
11  * handling LDAP URLs
12  * parse and handle LDAPv3 subschema
13  * LDAPv3 extended operations and controls
14  * automatic tests with OpenLDAP server
15
16Installing this module is required for running this software:
17
18  * [web2ldap](https://web2ldap.de)
19  * [Æ-DIR](https://ae-dir.com)
20  * [OATH-LDAP](https://oath-ldap.stroeder.com/)
21  * [slapdcheck](https://pypi.org/project/slapdcheck/)
22
23Further notes:
24
25  * _ldap0_ means _ldap_ reset.
26  * Version 0.3.0+ only works with Python 3.6 or newer!
27    For Python 2 release 0.2.7 must be used.
28  * This module is of no general use!
29  * Don't use it for your own project!
30    The API may change at any time without further notice!
31    **You have been warned!**
32