mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-11-27 02:22:00 +08:00
authcid/authzid clarification
This commit is contained in:
parent
9d241af7f6
commit
8e60092245
@ -41,7 +41,7 @@ ldapdelete \- LDAP delete entry tool
|
||||
[\c
|
||||
.BR \-O \ security-properties ]
|
||||
[\c
|
||||
.BI \-U \ username\fR]
|
||||
.BI \-U \ authcid\fR]
|
||||
[\c
|
||||
.BR \-x ]
|
||||
[\c
|
||||
@ -159,8 +159,8 @@ only as needed.
|
||||
.B \-Q
|
||||
Enable SASL Quiet mode. Never prompt.
|
||||
.TP
|
||||
.BI \-U \ username
|
||||
Specify the username for SASL bind. The syntax of the username depends on the
|
||||
.BI \-U \ authcid
|
||||
Specify the authentication ID for SASL bind. The form of the identity depends on the
|
||||
actual SASL mechanism used.
|
||||
.TP
|
||||
.BI \-X \ authzid
|
||||
|
@ -47,7 +47,7 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools
|
||||
[\c
|
||||
.BR \-Q ]
|
||||
[\c
|
||||
.BI \-U \ username\fR]
|
||||
.BI \-U \ authcid\fR]
|
||||
[\c
|
||||
.BR \-x ]
|
||||
[\c
|
||||
@ -97,7 +97,7 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools
|
||||
[\c
|
||||
.BR \-Q ]
|
||||
[\c
|
||||
.BI \-U \ username\fR]
|
||||
.BI \-U \ authcid\fR]
|
||||
[\c
|
||||
.BR \-x ]
|
||||
[\c
|
||||
@ -220,9 +220,9 @@ only as needed.
|
||||
.B \-Q
|
||||
Enable SASL Quiet mode. Never prompt.
|
||||
.TP
|
||||
.BI \-U \ username
|
||||
Specify the username for SASL bind. The syntax of the username depends on the
|
||||
actual SASL mechanism used.
|
||||
.BI \-U \ authcid
|
||||
Specify the authentication ID for SASL bind. The form of the ID
|
||||
depends on the actual SASL mechanism used.
|
||||
.TP
|
||||
.BI \-X \ authzid
|
||||
Specify the requested authorization ID for SASL bind.
|
||||
|
@ -45,7 +45,7 @@ ldapmodrdn \- LDAP rename entry tool
|
||||
[\c
|
||||
.BR \-Q ]
|
||||
[\c
|
||||
.BI \-U \ username\fR]
|
||||
.BI \-U \ authcid\fR]
|
||||
[\c
|
||||
.BR \-x ]
|
||||
[\c
|
||||
@ -154,9 +154,9 @@ only as needed.
|
||||
.B \-Q
|
||||
Enable SASL Quiet mode. Never prompt.
|
||||
.TP
|
||||
.BI \-U \ username
|
||||
Specify the username for SASL bind. The syntax of the username depends on the
|
||||
actual SASL mechanism used.
|
||||
.BI \-U \ authcid
|
||||
Specify the authentication ID for SASL bind. The form of the ID
|
||||
depends on the actual SASL mechanism used.
|
||||
.TP
|
||||
.BI \-X \ authzid
|
||||
Specify the requested authorization ID for SASL bind.
|
||||
|
@ -41,7 +41,7 @@ ldappasswd \- change the password of an LDAP entry
|
||||
[\c
|
||||
.BR \-Q ]
|
||||
[\c
|
||||
.BI \-U \ username\fR]
|
||||
.BI \-U \ authcid\fR]
|
||||
[\c
|
||||
.BR \-x ]
|
||||
[\c
|
||||
@ -135,9 +135,9 @@ only as needed.
|
||||
.B \-Q
|
||||
Enable SASL Quiet mode. Never prompt.
|
||||
.TP
|
||||
.BI \-U \ username
|
||||
Specify the username for SASL bind. The syntax of the username depends on the
|
||||
actual SASL mechanism used.
|
||||
.BI \-U \ authcid
|
||||
Specify the authentication ID for SASL bind. The form of the ID
|
||||
depends on the actual SASL mechanism used.
|
||||
.TP
|
||||
.BI \-X \ authzid
|
||||
Specify the requested authorization ID for SASL bind.
|
||||
|
@ -61,7 +61,7 @@ ldapsearch \- LDAP search tool
|
||||
[\c
|
||||
.BR \-Q ]
|
||||
[\c
|
||||
.BI \-U \ username\fR]
|
||||
.BI \-U \ authcid\fR]
|
||||
[\c
|
||||
.BR \-x ]
|
||||
[\c
|
||||
@ -246,9 +246,9 @@ only as needed.
|
||||
.B \-Q
|
||||
Enable SASL Quiet mode. Never prompt.
|
||||
.TP
|
||||
.BI \-U \ username
|
||||
Specify the username for SASL bind. The syntax of the username depends on the
|
||||
actual SASL mechanism used.
|
||||
.BI \-U \ authcid
|
||||
Specify the authentication ID for SASL bind. The form of the ID
|
||||
depends on the actual SASL mechanism used.
|
||||
.TP
|
||||
.BI \-X \ authzid
|
||||
Specify the requested authorization ID for SASL bind.
|
||||
|
Loading…
Reference in New Issue
Block a user