Supported options:
const
char
*
passwd_check(krb5_context context
, krb5_principal principal
, krb5_data *password
)
context
is an initialized context;
principal
is the one who tries to change passwords, and
password
is the new password. Note that the password (in
password->data
)
is not zero terminated.