mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Add -y.
This commit is contained in:
parent
8de258d2e2
commit
dabbefd908
5 changed files with 38 additions and 6 deletions
|
|
@ -25,7 +25,9 @@ ldapcompare \- LDAP compare tool
|
|||
[\c
|
||||
.BR \-W ]
|
||||
[\c
|
||||
.BI \-w \ bindpasswd\fR]
|
||||
.BI \-w \ passwd\fR]
|
||||
[\c
|
||||
.BI \-y \ passwdfile\fR]
|
||||
[\c
|
||||
.BI \-H \ ldapuri\fR]
|
||||
[\c
|
||||
|
|
@ -111,8 +113,12 @@ Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory.
|
|||
Prompt for simple authentication.
|
||||
This is used instead of specifying the password on the command line.
|
||||
.TP
|
||||
.BI \-w \ bindpasswd
|
||||
Use \fIbindpasswd\fP as the password for simple authentication.
|
||||
.BI \-w \ passwd
|
||||
Use \fIpasswd\fP as the password for simple authentication.
|
||||
.TP
|
||||
.BI \-y \ passwdfile
|
||||
Use complete contents of \fIpasswdfile\fP as the password for
|
||||
simple authentication.
|
||||
.TP
|
||||
.BI \-H \ ldapuri
|
||||
Specify URI(s) referring to the ldap server(s).
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@ ldapdelete \- LDAP delete entry tool
|
|||
[\c
|
||||
.BI \-w \ passwd\fR]
|
||||
[\c
|
||||
.BI \-y \ passwdfile\fR]
|
||||
[\c
|
||||
.BI \-H \ ldapuri\fR]
|
||||
[\c
|
||||
.BI \-h \ ldaphost\fR]
|
||||
|
|
@ -127,6 +129,10 @@ This is used instead of specifying the password on the command line.
|
|||
.BI \-w \ passwd
|
||||
Use \fIpasswd\fP as the password for simple authentication.
|
||||
.TP
|
||||
.BI \-y \ passwdfile
|
||||
Use complete contents of \fIpasswdfile\fP as the password for
|
||||
simple authentication.
|
||||
.TP
|
||||
.BI \-H \ ldapuri
|
||||
Specify URI(s) referring to the ldap server(s).
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools
|
|||
[\c
|
||||
.BI \-w \ passwd\fR]
|
||||
[\c
|
||||
.BI \-y \ passwdfile\fR]
|
||||
[\c
|
||||
.BI \-H \ ldapuri\fR]
|
||||
[\c
|
||||
.BI \-h \ ldaphost\fR]
|
||||
|
|
@ -85,6 +87,8 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools
|
|||
[\c
|
||||
.BI \-w \ passwd\fR]
|
||||
[\c
|
||||
.BI \-y \ passwdfile\fR]
|
||||
[\c
|
||||
.BI \-h \ ldaphost\fR]
|
||||
[\c
|
||||
.BI \-p \ ldapport\fR]
|
||||
|
|
@ -198,6 +202,10 @@ This is used instead of specifying the password on the command line.
|
|||
.BI \-w \ passwd
|
||||
Use \fIpasswd\fP as the password for simple authentication.
|
||||
.TP
|
||||
.BI \-y \ passwdfile
|
||||
Use complete contents of \fIpasswdfile\fP as the password for
|
||||
simple authentication.
|
||||
.TP
|
||||
.BI \-H \ ldapuri
|
||||
Specify URI(s) referring to the ldap server(s).
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@ ldapmodrdn \- LDAP rename entry tool
|
|||
[\c
|
||||
.BI \-w \ passwd\fR]
|
||||
[\c
|
||||
.BI \-y \ passwdfile\fR]
|
||||
[\c
|
||||
.BI \-H \ ldapuri\fR]
|
||||
[\c
|
||||
.BI \-h \ ldaphost\fR]
|
||||
|
|
@ -130,6 +132,10 @@ This is used instead of specifying the password on the command line.
|
|||
.B \-w passwd
|
||||
Use \fIpasswd\fP as the password for simple authentication.
|
||||
.TP
|
||||
.BI \-y \ passwdfile
|
||||
Use complete contents of \fIpasswdfile\fP as the password for
|
||||
simple authentication.
|
||||
.TP
|
||||
.BI \-H \ ldapuri
|
||||
Specify URI(s) referring to the ldap server(s).
|
||||
.TP
|
||||
|
|
|
|||
|
|
@ -35,7 +35,9 @@ ldapsearch \- LDAP search tool
|
|||
[\c
|
||||
.BR \-W ]
|
||||
[\c
|
||||
.BI \-w \ bindpasswd\fR]
|
||||
.BI \-w \ passwd\fR]
|
||||
[\c
|
||||
.BI \-y \ passwdfile\fR]
|
||||
[\c
|
||||
.BI \-H \ ldapuri\fR]
|
||||
[\c
|
||||
|
|
@ -174,8 +176,12 @@ Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory.
|
|||
Prompt for simple authentication.
|
||||
This is used instead of specifying the password on the command line.
|
||||
.TP
|
||||
.BI \-w \ bindpasswd
|
||||
Use \fIbindpasswd\fP as the password for simple authentication.
|
||||
.BI \-w \ passwd
|
||||
Use \fIpasswd\fP as the password for simple authentication.
|
||||
.TP
|
||||
.BI \-y \ passwdfile
|
||||
Use complete contents of \fIpasswdfile\fP as the password for
|
||||
simple authentication.
|
||||
.TP
|
||||
.BI \-H \ ldapuri
|
||||
Specify URI(s) referring to the ldap server(s).
|
||||
|
|
|
|||
Loading…
Reference in a new issue