logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kpasswd - change a user's Kerberos password

Author

       MIT

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

Environment

       See kerberos(7) for a description of Kerberos environment variables.

Name

       kpasswd - change a user's Kerberos password

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(1), kadmind(8), kerberos(7)

Synopsis

kpasswd [principal]

See Also