From 095ae2aa5072282f4b1842e78baeb4c82bd31098 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Sat, 5 May 2012 10:53:44 -0400 Subject: Help updates for kfw 4.0 Signed-off-by: Kevin Wasserman [kaduk@mit.edu: Squash commits, a couple of grammar fixes, and also turn a few instances of "Leash" into "MIT Kerberos". Trim trailing whitespace and other whitespace tweaks to pass the commit hooks.] ticket: 7300 (new) queue: kfw target_version: 1.10.4 tags: pullup Signed-off-by: Kevin Wasserman --- src/windows/leash/htmlhelp/html/KPASSWD.htm | 55 +++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/windows/leash/htmlhelp/html/KPASSWD.htm (limited to 'src/windows/leash/htmlhelp/html/KPASSWD.htm') diff --git a/src/windows/leash/htmlhelp/html/KPASSWD.htm b/src/windows/leash/htmlhelp/html/KPASSWD.htm new file mode 100644 index 000000000..660e581c2 --- /dev/null +++ b/src/windows/leash/htmlhelp/html/KPASSWD.htm @@ -0,0 +1,55 @@ + + + + + + +KPASSWD + + +

KPASSWD Command

+ + + +
The following information reproduces the information from UNIX man page for the KPASSWD command.
+ + +

SYNOPSIS

+ + + + + +
kpasswd + [principal] +
+ + +

DESCRIPTION

+

+The kpasswd command is used to change a Kerberos principal's password. kpasswd first prompts for the current Kerberos password, then prompts the user twice for the new password, and the password is changed. + +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.) +

+ +

OPTIONS

+ + + + +
principal + Change the password for the Kerberos principal principal. Otherwise, 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 kpasswd command.
+ + +

SEE ALSO

+
    +
  • kadmin
  • +
  • kadmind
  • + +
+ + + + + + -- cgit