mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
Add -H to usage
This commit is contained in:
parent
488189aed2
commit
fb6590f8db
4 changed files with 4 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ usage( const char *s )
|
||||||
" -D binddn bind DN\n"
|
" -D binddn bind DN\n"
|
||||||
" -f file read operations from `file'\n"
|
" -f file read operations from `file'\n"
|
||||||
" -h host LDAP server\n"
|
" -h host LDAP server\n"
|
||||||
|
" -H URI LDAP Uniform Resource Indentifier(s)\n"
|
||||||
" -I use SASL Interactive mode\n"
|
" -I use SASL Interactive mode\n"
|
||||||
" -k use Kerberos authentication\n"
|
" -k use Kerberos authentication\n"
|
||||||
" -K like -k, but do only step 1 of the Kerberos bind\n"
|
" -K like -k, but do only step 1 of the Kerberos bind\n"
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,7 @@ usage( const char *prog )
|
||||||
" -D binddn bind DN\n"
|
" -D binddn bind DN\n"
|
||||||
" -f file read operations from `file'\n"
|
" -f file read operations from `file'\n"
|
||||||
" -h host LDAP server\n"
|
" -h host LDAP server\n"
|
||||||
|
" -H URI LDAP Uniform Resource Indentifier(s)\n"
|
||||||
" -I use SASL Interactive mode\n"
|
" -I use SASL Interactive mode\n"
|
||||||
" -k use Kerberos authentication\n"
|
" -k use Kerberos authentication\n"
|
||||||
" -K like -k, but do only step 1 of the Kerberos bind\n"
|
" -K like -k, but do only step 1 of the Kerberos bind\n"
|
||||||
|
|
|
||||||
|
|
@ -77,6 +77,7 @@ usage( const char *s )
|
||||||
" -D binddn bind DN\n"
|
" -D binddn bind DN\n"
|
||||||
" -f file read operations from `file'\n"
|
" -f file read operations from `file'\n"
|
||||||
" -h host LDAP server\n"
|
" -h host LDAP server\n"
|
||||||
|
" -H URI LDAP Uniform Resource Indentifier(s)\n"
|
||||||
" -I use SASL Interactive mode\n"
|
" -I use SASL Interactive mode\n"
|
||||||
" -k use Kerberos authentication\n"
|
" -k use Kerberos authentication\n"
|
||||||
" -K like -k, but do only step 1 of the Kerberos bind\n"
|
" -K like -k, but do only step 1 of the Kerberos bind\n"
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,7 @@ usage( const char *s )
|
||||||
" -D binddn bind DN\n"
|
" -D binddn bind DN\n"
|
||||||
" -f file read operations from `file'\n"
|
" -f file read operations from `file'\n"
|
||||||
" -h host LDAP server\n"
|
" -h host LDAP server\n"
|
||||||
|
" -H URI LDAP Uniform Resource Indentifier(s)\n"
|
||||||
" -I use SASL Interactive mode\n"
|
" -I use SASL Interactive mode\n"
|
||||||
" -k use Kerberos authentication\n"
|
" -k use Kerberos authentication\n"
|
||||||
" -K like -k, but do only step 1 of the Kerberos bind\n"
|
" -K like -k, but do only step 1 of the Kerberos bind\n"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue