krb5_unparse_name
- principal to string conversion
LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
SYNOPSIS
#include <krb5.h> krb5_error_code
krb5_unparse_name (krb5_context context krb5_principal principal char **name);
DESCRIPTION
This function takes a
Fa principal ,
and will convert in to a printable representation with the same syntax
as described in
krb5_parse_name3.
Fa *name
will point to allocated data and should be freed by the caller.