added installation
parent
b549ccb20b
commit
1fcc987f1a
13
README.md
13
README.md
|
@ -2,7 +2,18 @@ Ldappr
|
|||
=======
|
||||
|
||||
Ldappr is a wrapper around python-ldap, meant for quick and easy handling of
|
||||
common administrative tasks concerning your LDAP compliant repository. It is particularly useful in small, one-time scripts to get things done, or interactively within an (i)Python shell.
|
||||
common administrative tasks concerning your LDAP compliant repository. It is
|
||||
particularly useful in small, one-time scripts to get things done, or
|
||||
interactively within an (i)Python shell.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Of course, python-ldap is supposed to be already installed.
|
||||
|
||||
```
|
||||
pip install ldappr
|
||||
```
|
||||
|
||||
Connect
|
||||
-------
|
||||
|
|
Loading…
Reference in New Issue