Update usage message in README.md file
This commit is contained in:
parent
3507201ea4
commit
72d64029fd
1 changed files with 4 additions and 2 deletions
|
@ -46,8 +46,7 @@ Options:
|
||||||
-T, --starttls Start TLS on LDAP provider/consumers connections
|
-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. Specify '-P -' to ask for a
|
-P PWD, --pwd=PWD LDAP bind password
|
||||||
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
|
||||||
|
@ -70,6 +69,9 @@ Options:
|
||||||
user use to connect to the LDAP directory must have
|
user use to connect to the LDAP directory must have
|
||||||
write permission on this attribute on each object.
|
write permission on this attribute on each object.
|
||||||
--replace-touch In touch mode, replace value instead of adding.
|
--replace-touch In touch mode, replace value instead of adding.
|
||||||
|
--page-size=PAGE_SIZE
|
||||||
|
Page size : if defined, paging control using LDAP v3
|
||||||
|
extended control will be enabled.
|
||||||
```
|
```
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
|
Loading…
Reference in a new issue