document optional user argument

This commit is contained in:
Kurt Zeilenga 2000-09-06 18:44:51 +00:00
parent 70f28f1ba4
commit a07a97e7f6

View File

@ -50,13 +50,18 @@ ldappasswd \- change the password of an LDAP entry
.BI \-Y \ mech\fR] .BI \-Y \ mech\fR]
[\c [\c
.BR \-Z[Z] ] .BR \-Z[Z] ]
[\c
.IR user ]
.SH DESCRIPTION .SH DESCRIPTION
.B ldappasswd .B ldappasswd
is a tool to set the password of an LDAP user. is a tool to set the password of an LDAP user.
.LP .LP
.B ldappasswd .B ldappasswd
sets the password of associated with the user. If the new sets the password of associated with the user [or an optionally
password is not specified on the command line or the user 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 doesn't enable prompting, the server will be asked to generate
a password for the user. a password for the user.
.LP .LP