mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
document optional user argument
This commit is contained in:
parent
70f28f1ba4
commit
a07a97e7f6
1 changed files with 7 additions and 2 deletions
|
|
@ -50,13 +50,18 @@ ldappasswd \- change the password of an LDAP entry
|
|||
.BI \-Y \ mech\fR]
|
||||
[\c
|
||||
.BR \-Z[Z] ]
|
||||
[\c
|
||||
.IR user ]
|
||||
.SH DESCRIPTION
|
||||
.B ldappasswd
|
||||
is a tool to set the password of an LDAP user.
|
||||
.LP
|
||||
.B ldappasswd
|
||||
sets the password of associated with the user. If the new
|
||||
password is not specified on the command line or the user
|
||||
sets the password of associated with the user [or an optionally
|
||||
specified
|
||||
.IR user ].
|
||||
If the new
|
||||
password is not specified on the command line and the user
|
||||
doesn't enable prompting, the server will be asked to generate
|
||||
a password for the user.
|
||||
.LP
|
||||
|
|
|
|||
Loading…
Reference in a new issue