source: trunk/third/kpasswd/kpasswd.1 @ 11545

Revision 11545, 1.9 KB checked in by ghudson, 26 years ago (diff)
CNS kpasswd man page.
Line 
1.\" Copyright 1989 by the Massachusetts Institute of Technology.
2.\"
3.\" For copying and distribution information,
4.\" please see the file <mit-copyright.h>.
5.\"
6.TH KPASSWD 1 "Kerberos Version 4.0" "MIT Project Athena"
7.FM mit
8.SH NAME
9kpasswd \- change a user's Kerberos password
10.SH SYNOPSIS
11.B kpasswd
12[
13.B \-h
14] [
15.B \-n
16.I name
17] [
18.B \-i
19.I instance
20] [
21.B \-r
22.I realm
23] [
24\-u
25.IR username[.instance][@realm] ]
26.SH DESCRIPTION
27The
28.I kpasswd
29command is used to change a Kerberos principal's password.
30.PP
31If the
32.I \-h
33option is specified, a brief summary of the options is printed, and
34.I kpasswd
35then exits.
36.PP
37If the
38.I \-n
39option is specified,
40.I name
41is used as the principal name rather than the username of the user
42running
43.IR kpasswd .
44(This is determined from the ticket file if it exists;
45otherwise, it is determined from the unix user id.)
46.PP
47If the
48.I \-i
49option is specified,
50.I instance
51is used as the instance rather than a null instance.
52.PP
53If the
54.I \-r
55option is specified,
56.I realm
57is used as the realm rather than the local realm.
58.PP
59If the
60.I \-u
61option is specified, a fully qualified kerberos
62principal can be given.
63.PP
64
65The utility prompts for the current Kerberos password (printing
66the name of the principal for which it intends to change the password),
67which is verified by the Kerberos server.  If the old password is
68correct, the user is prompted twice for the new password.  A message is
69printed indicating the success or failure of the password changing
70operation.
71
72.SH BUGS
73
74.I kpasswd
75does not handle names, instances, or realms with special
76characters in them when the -n, -i, or -r options are used.  Any
77valid fullname is accepted, however, if the -u option is used.
78
79If the principal whose password you are trying to change does
80not exist, you will not be told until after you have entered the
81old password.
82
83.SH SEE ALSO
84kerberos(1), kinit(1), passwd(1), kadmin(8)
Note: See TracBrowser for help on using the repository browser.