summaryrefslogtreecommitdiffstats
path: root/doc/rst_source/krb_users/user_commands/kpasswd.rst
blob: 1b646326592b45b0572271a810dbb6a7f0ceb406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.. _kpasswd(1):

kpasswd
=======

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
--------

:ref:`kadmin(1)`, :ref:`kadmind(8)`