krb5_cksumtype_to_string -- Convert
checksum type to string representation

C Prototype

krb5_error_code krb5_cksumtype_to_string (
krb5_cksumtype cksumtype,
char *buffer,
size_t buflen );
Arguments

cksumtype (input) | | The checksum type to convert. |
| buffer (output) | | A pointer to a buffer to
hold the string value of the checksum type. |
| buflen (input) | | The maximum string length
that can fit in buffer. |
Description

This routine changes the password for an existing Kerberos
account.
Return
Values

This routine returns one of the following KRB5 status codes:
0
|
Successful completion.
|
ENOMEM
|
Insufficient memory.
|
EINVAL
|
Invalid argument.
|