summaryrefslogtreecommitdiffstats
path: root/src/clients/kpasswd/kpasswd.M
diff options
context:
space:
mode:
Diffstat (limited to 'src/clients/kpasswd/kpasswd.M')
-rw-r--r--src/clients/kpasswd/kpasswd.M74
1 files changed, 0 insertions, 74 deletions
diff --git a/src/clients/kpasswd/kpasswd.M b/src/clients/kpasswd/kpasswd.M
deleted file mode 100644
index ea71f383b5..0000000000
--- a/src/clients/kpasswd/kpasswd.M
+++ /dev/null
@@ -1,74 +0,0 @@
-.\" clients/kpasswd/kpasswd.M
-.\"
-.\" Copyright 1995 by the Massachusetts Institute of Technology.
-.\"
-.\" Export of this software from the United States of America may
-.\" require a specific license from the United States Government.
-.\" It is the responsibility of any person or organization contemplating
-.\" export to obtain such a license before exporting.
-.\"
-.\" WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
-.\" distribute this software and its documentation for any purpose and
-.\" without fee is hereby granted, provided that the above copyright
-.\" notice appear in all copies and that both that copyright notice and
-.\" this permission notice appear in supporting documentation, and that
-.\" the name of M.I.T. not be used in advertising or publicity pertaining
-.\" to distribution of the software without specific, written prior
-.\" permission. Furthermore if you modify this software you must label
-.\" your software as modified software and not distribute it in such a
-.\" fashion that it might be confused with the original M.I.T. software.
-.\" M.I.T. makes no representations about the suitability of
-.\" this software for any purpose. It is provided "as is" without express
-.\" or implied warranty.
-.\" "
-.TH KPASSWD 1
-.SH NAME
-kpasswd \- change a user's Kerberos password
-.SH SYNOPSIS
-.B kpasswd
-[\fIprincipal\fP]
-.SH DESCRIPTION
-.PP
-The
-.I kpasswd
-command is used to change a Kerberos principal's password.
-.I Kpasswd
-prompts for the current Kerberos password, which is used to obtain a
-.B changepw
-ticket from the
-.SM KDC
-for the user's Kerberos realm. If
-.B kpasswd
-successfully obtains the
-.B changepw
-ticket, the user is prompted twice for the new password, and the
-password is changed.
-.PP
-If the principal is governed by a policy that specifies the length and/or
-number of character classes required in the new password, the new
-password must conform to the policy. (The five character classes are
-lower case, upper case, numbers, punctuation, and all other characters.)
-.SH OPTIONS
-.TP
-.I principal
-change the password for the Kerberos principal
-.IR principal .
-Otherwise,
-.I kpasswd
-uses the principal name from an existing ccache if there is one; if
-not, the principal is derived from the identity of the user
-invoking the
-.I kpasswd
-command.
-.SH PORTS
-.B kpasswd
-looks first for kpasswd_server = host:port in the [realms] section of
-the krb5.conf file under the current realm. If that is missing,
-.B kpasswd
-looks for the admin_server entry, but substitutes 464 for the port.
-.SH SEE ALSO
-kadmin(8), kadmind(8)
-.SH BUGS
-.PP
-.B kpasswd
-may not work with multi-homed hosts running on the Solaris platform.