skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: KRB5 (Kerberos V5) Application Programming Interface KRB5 (Kerberos V5) Application Programming Interface
go to previous page: krb5_change_password  Change an existing password krb5_change_password Change an existing password
go to next page: krb5_copy_addresses  Copy Kerberos addresseskrb5_copy_addresses Copy Kerberos addresses
end of book navigation links

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.


go to previous page: krb5_change_password  Change an existing password krb5_change_password Change an existing password
go to next page: krb5_copy_addresses  Copy Kerberos addresseskrb5_copy_addresses Copy Kerberos addresses