Helper for managing an LDAP directory on CLI
Purpose
ldapmgk is a simple command line program that manages an LDAP directory. You can use it to easily add or remove users and groups, reset passwords and add or remove users to groups.
Requirements
This program requires openldap development files for using the python-ldap module. It’ll be needed wheh installing through pip.
Installation
Using pip, it should be easy:
$ pip install ldapmgk
If you’re not using pip or got it from the repository, use the following command:
$ pip install -e .
We recommend using virtualenv to setup a self-contained app directory. In this case, you should use:
$ virtualenv env $ source env/bin/activate $ pip install -e .
If you want to see which libraries this application uses, please check the requirements.txt file.
Usage
Default paths:
Configuration: /etc/ldapmgk/ldapmgk.cfg
To run it, activate virtualenv first:
$ source env/bin/activate $ ldapmgk -h
Release files for ldapmgk 0.6.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ldapmgk-0.6.7.tar.gz | 8.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ldapmgk-0.6.7-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 35.1 kB
Release files / ldapmgk-0.6.7.tar.gz
| Download URL | ldapmgk-0.6.7.tar.gz |
|---|---|
| Size | 8.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8e720870b45956df6ddced3c8a317f36557bc1a0d39f4b59852277f8b5dab8c7
|
|
BLAKE2b-256 checksum How to use checksums |
c7d6985350cce651f61a39e30c50844cf2f96bd98687bac510bb0948bdb286d5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / ldapmgk-0.6.7-py2.py3-none-any.whl
| Download URL | ldapmgk-0.6.7-py2.py3-none-any.whl |
|---|---|
| Size | 26.3 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
8a65ca69116824c1f749d6743960d311dd1481639b77fbd3f1dc744f34c9b8fa
|
|
BLAKE2b-256 checksum How to use checksums |
7dd7241ef1af11a2963d5afcbe9dd7a3e7cce8f5606871a2cbd14e0fb2a5a77d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |