IPnom Home • Manuals • FreeBSD

 FreeBSD Man Pages

Man Sections:Commands (1)System Calls (2)Library Functions (3)Device Drivers (4)File Formats (5)Miscellaneous (7)System Utilities (8)
Keyword Live Search (10 results max):
 Type in part of a command in the search box.
 


krb5_unparse_name(3)

NAME

     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 principal, and will convert in to a printable rep-
     resentation with the same syntax as described 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			       HEIMDAL

SPONSORED LINKS




Man(1) output converted with man2html , sed , awk