Skip to main content

Helper for managing an LDAP directory on CLI

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ldapmgk-0.6.7.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

ldapmgk-0.6.7-py2.py3-none-any.whl (26.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page