HP Open Source Security for OpenVMS Volume 3: Kerberos > Chapter 6 KRB5 (Kerberos V5) Application Programming Interface

krb5_cksumtype_to_string — Convert checksum type to string representation

 » Table of Contents

 » Glossary

 » Index

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.

ENOMEMInsufficient memory.
EINVALInvalid argument.