Update usage message in README.md file
This commit is contained in:
parent
4c2a31cf49
commit
f3771a77c7
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -36,9 +36,18 @@ Options:
|
||||||
-c CONSUMER, --consumer=CONSUMER
|
-c CONSUMER, --consumer=CONSUMER
|
||||||
LDAP consumer URI (example :
|
LDAP consumer URI (example :
|
||||||
ldaps://ldapslave.foo:636)
|
ldaps://ldapslave.foo:636)
|
||||||
|
-i SERVERID, --serverID=SERVERID
|
||||||
|
Compare contextCSN of a specific master. Useful in
|
||||||
|
MultiMaster setups where each master has a unique ID
|
||||||
|
and a contextCSN for each replicated master exists. A
|
||||||
|
valid serverID is a integer value from 0 to 4095
|
||||||
|
(limited to 3 hex digits, example: '12' compares the
|
||||||
|
contextCSN matching '#00C#')
|
||||||
|
-T, --starttls Start TLS on LDAP provider/consumers connections
|
||||||
-D DN, --dn=DN LDAP bind DN (example :
|
-D DN, --dn=DN LDAP bind DN (example :
|
||||||
uid=nagios,ou=sysaccounts,o=example
|
uid=nagios,ou=sysaccounts,o=example
|
||||||
-P PWD, --pwd=PWD LDAP bind password
|
-P PWD, --pwd=PWD LDAP bind password. Specify '-P -' to ask for a
|
||||||
|
prompt.
|
||||||
-b BASEDN, --basedn=BASEDN
|
-b BASEDN, --basedn=BASEDN
|
||||||
LDAP base DN (example : o=example)
|
LDAP base DN (example : o=example)
|
||||||
-f FILTER, --filter=FILTER
|
-f FILTER, --filter=FILTER
|
||||||
|
|
Loading…
Reference in a new issue