Skip to content

andreif/ldap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ldap

LDAP utils.

Installing

$ pip install ldap

Help

$ ldap -h
ldap -h
usage: ldap [-h] [-v] [-d] {server} ...

LDAP utils.

optional arguments:
  -h, --help      show this help message and exit
  -v, --version   show program's version number and exit
  -d, --debug     enable debug logging

available commands:
  {server}
$ ldap server -h
usage: ldap server [-h] [-H HOST] [-P PORT]

optional arguments:
  -h, --help       show this help message and exit
  -H, --host HOST  default: `localhost`
  -P, --port PORT  default: `3389`