56 lines
846 B
Groff
56 lines
846 B
Groff
.TH NPASSWD 1 06/22/1996 npasswd npasswd
|
|
.SH NAME
|
|
npasswd \- Change a user's password
|
|
.SH SYNOPSIS
|
|
.B npasswd
|
|
[
|
|
.B -h
|
|
] [
|
|
.B -S
|
|
.I server
|
|
] [
|
|
.B -U
|
|
.I user name
|
|
]
|
|
.B -t
|
|
.I object type
|
|
]
|
|
|
|
.SH DESCRIPTION
|
|
With
|
|
.B npasswd,
|
|
you can change your password on a NetWare server.
|
|
.B npasswd
|
|
asks for the old password and twice for the new password. Then it
|
|
changes the password on the server.
|
|
|
|
.SH OPTIONS
|
|
|
|
.B -h
|
|
.RS 3
|
|
With -h npasswd prints a little help text.
|
|
.RE
|
|
|
|
.B -S
|
|
.I server
|
|
.RS 3
|
|
is the name of the server you want to use.
|
|
.RE
|
|
|
|
.B -U
|
|
.I user name
|
|
.RS 3
|
|
is the name of the bindery object whose password is to be changed.
|
|
.RE
|
|
|
|
.B -t
|
|
.I object type
|
|
.RS 3
|
|
is the bindery object type of the object whose password is to be
|
|
changed.
|
|
.RE
|
|
|
|
.SH CREDITS
|
|
npasswd would not have been possible without the work of Guntram
|
|
Blom. Look at nwcrypt.c for his work.
|