krb5_unparse_name(3) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
KRB5_UNPARSE_NAME(3)      NetBSD Programmer's Manual      KRB5_UNPARSE_NAME(3)


NAME
krb5_unparse_name - Principal to string conversion
SYNOPSIS
#include <krb5.h> krb5_error_code krb5_unparse_name(krb5_context context, krb5_principal principal, char **name);
DESCRIPTION
This function takes a principal, and will convert in to a printable rep- resentation with the same syntax as decribed in krb5_parse_name(3). *name will point to allocated data and should be freed by the caller.
SEE ALSO
krb5_425_conv_principal(3), krb5_build_principal(3), krb5_free_principal(3), krb5_parse_name(3), krb5_sname_to_principal(3) HEIMDAL August 8, 1997 1
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.