mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-18 15:20:35 +08:00
use "authcid" instead of "username".
This commit is contained in:
parent
672e8162fe
commit
867ed1c7c8
@ -74,12 +74,12 @@ usage( const char *s )
|
||||
" -P version procotol version (default: 3)\n"
|
||||
" -Q use SASL Quiet mode\n"
|
||||
" -R realm SASL realm\n"
|
||||
" -U user SASL authentication identity (username)\n"
|
||||
" -U authcid SASL authentication identity\n"
|
||||
" -v run in verbose mode (diagnostics to standard output)\n"
|
||||
" -w passwd bind passwd (for simple authentication)\n"
|
||||
" -W prompt for bind passwd\n"
|
||||
" -x Simple authentication\n"
|
||||
" -X id SASL authorization identity (\"dn:<dn>\" or \"u:<user>\")\n"
|
||||
" -X authzid SASL authorization identity (\"dn:<dn>\" or \"u:<user>\")\n"
|
||||
" -Y mech SASL mechanism\n"
|
||||
" -Z Start TLS request (-ZZ to require successful response)\n"
|
||||
, s );
|
||||
|
@ -121,12 +121,12 @@ usage( const char *prog )
|
||||
" -P version procotol version (default: 3)\n"
|
||||
" -Q use SASL Quiet mode\n"
|
||||
" -R realm SASL realm\n"
|
||||
" -U user SASL authentication identity (username)\n"
|
||||
" -U authcid SASL authentication identity\n"
|
||||
" -v run in verbose mode (diagnostics to standard output)\n"
|
||||
" -w passwd bind passwd (for simple authentication)\n"
|
||||
" -W prompt for bind passwd\n"
|
||||
" -x Simple authentication\n"
|
||||
" -X id SASL authorization identity (\"dn:<dn>\" or \"u:<user>\")\n"
|
||||
" -X authzid SASL authorization identity (\"dn:<dn>\" or \"u:<user>\")\n"
|
||||
" -Y mech SASL mechanism\n"
|
||||
" -Z Start TLS request (-ZZ to require successful response)\n"
|
||||
, prog, (strcmp( prog, "ldapadd" ) ? " is to replace" : "") );
|
||||
|
@ -88,12 +88,12 @@ usage( const char *s )
|
||||
" -P version procotol version (default: 3)\n"
|
||||
" -Q use SASL Quiet mode\n"
|
||||
" -R realm SASL realm\n"
|
||||
" -U user SASL authentication identity (username)\n"
|
||||
" -U authzid SASL authentication identity\n"
|
||||
" -v run in verbose mode (diagnostics to standard output)\n"
|
||||
" -w passwd bind passwd (for simple authentication)\n"
|
||||
" -W prompt for bind passwd\n"
|
||||
" -x Simple authentication\n"
|
||||
" -X id SASL authorization identity (\"dn:<dn>\" or \"u:<user>\")\n"
|
||||
" -X authzid SASL authorization identity (\"dn:<dn>\" or \"u:<user>\")\n"
|
||||
" -Y mech SASL mechanism\n"
|
||||
" -Z Start TLS request (-ZZ to require successful response)\n"
|
||||
, s );
|
||||
|
@ -49,12 +49,12 @@ usage(const char *s)
|
||||
" -p port port on LDAP server\n"
|
||||
" -Q use SASL Quiet mode\n"
|
||||
" -R realm SASL realm\n"
|
||||
" -U user SASL authentication identity (username)\n"
|
||||
" -U authcid SASL authentication identity\n"
|
||||
" -v run in verbose mode (diagnostics to standard output)\n"
|
||||
" -w passwd bind passwd (for simple authentication)\n"
|
||||
" -W prompt for bind passwd\n"
|
||||
" -x Simple authentication\n"
|
||||
" -X id SASL authorization identity (\"dn:<dn>\" or \"u:<user>\")\n"
|
||||
" -X authzid SASL authorization identity (\"dn:<dn>\" or \"u:<user>\")\n"
|
||||
" -Y mech SASL mechanism\n"
|
||||
" -Z Start TLS request (-ZZ to require successful response)\n"
|
||||
, s );
|
||||
|
@ -81,12 +81,12 @@ usage( const char *s )
|
||||
" -P version procotol version (default: 3)\n"
|
||||
" -Q use SASL Quiet mode\n"
|
||||
" -R realm SASL realm\n"
|
||||
" -U user SASL authentication identity (username)\n"
|
||||
" -U authcid SASL authentication identity\n"
|
||||
" -v run in verbose mode (diagnostics to standard output)\n"
|
||||
" -w passwd bind passwd (for simple authentication)\n"
|
||||
" -W prompt for bind passwd\n"
|
||||
" -x Simple authentication\n"
|
||||
" -X id SASL authorization identity (\"dn:<dn>\" or \"u:<user>\")\n"
|
||||
" -X authzid SASL authorization identity (\"dn:<dn>\" or \"u:<user>\")\n"
|
||||
" -Y mech SASL mechanism\n"
|
||||
" -Z Start TLS request (-ZZ to require successful response)\n"
|
||||
, s );
|
||||
|
@ -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…
x
Reference in New Issue
Block a user