OpenLDAP library wrapper
Project description
libldap module - a wrapper for OpenLDAP library - version 1.3
Description
This module is a Python3 wrapper for the OpenLDAP library. Module defines only one exception: `LDAPError'. This exception is accompagnied with a string value which is generally the error message generated by OpenLDAP library.
See OpenLDAP library documentation (http://www.openldap.org) for more details.
Basic Installation
To build libldap:
-
You need to have OpenLDAP library and file `/usr/include/ldap.h' installed on your system
-
You need to have SASL library and file `/usr/include/sasl/sasl.h'
-
`cd' to the toplevel directory of the package and run the command:
$ python3 setup.py build
-
To (re)make html documentation, run (you need
sphinx' tool for Python3, see http://sphinx-doc.org andsphinx_py3doc_enhanced_theme' module):$ python3 setup.py build_sphinx --source-dir sphinx/source --build-dir doc
and you will find the documentation generated in subdirectory doc/html.
-
As `root', type:
$ python3 setup.py install
-
Optionally, you can type:
$ python3 setup.py clean
to save disk space.
Documentation
On line documentation can be found at:
http://libldap.readthedocs.io
License information
libldap is free software. See the file COPYING for copying conditions.
Note
This module has been tested on Linux and FreeBSD.
Author
Yves Legrandgerard email: ylg@irif.fr
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file py3-libldap-1.3.4.tar.gz.
File metadata
- Download URL: py3-libldap-1.3.4.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6322179ae5884580fce490ae82a5a7d9d72d3a7ff2ba5ade6fb9a063ffe0393
|
|
| MD5 |
96f31c581857d1927cc73e6f6207025f
|
|
| BLAKE2b-256 |
bc166ca6b0e2f94a01088c3722d2cd490a9b343bd4179acdd114d01022141ddc
|