xref: /original-bsd/old/athena/kpasswd/kpasswd.1 (revision e59fb703)
$Source: /mit/kerberos/src/man/RCS/kpasswd.1,v $
$Author: steiner $
$Header: kpasswd.1,v 4.1 89/01/24 09:21:13 steiner Exp $
Copyright 1989 by the Massachusetts Institute of Technology.

For copying and distribution information,
please see the file <mit-copyright.h>.

KPASSWD 1 "Kerberos Version 4.0" "MIT Project Athena"
.FM mit
NAME
kpasswd - change a user's Kerberos password
SYNOPSIS
kpasswd [ -h ] [ -u username ] [ -i instance ]
DESCRIPTION
The kpasswd command is used to change a Kerberos principal's password.

If the -h option is specified, a brief summary of the options is printed, and kpasswd then exits.

If the -u option is specified, username is used as the principal name, rather than the username of the user running kpasswd .

If the -i option is specified, instance is used as the instance, rather than a null instance.

The utility prompts for the current Kerberos password (printing the name of the principal for which it intends to change the password), which is verified by the Kerberos server. If the old password is correct, the user is prompted twice for the new password. A message is printed indicating the success or failure of the password changing operation.

SEE ALSO
kerberos(1), kinit(1), passwd(1)
BUGS
kpasswd should take the default name and instance from the current ticket file rather than by using the Unix username.