RPC_GSS_GET_PRINCIPAL_NAME(3) | Library Functions Manual | RPC_GSS_GET_PRINCIPAL_NAME(3) |
rpc_gss_get_principal_name
—
Get a principal name
#include
<rpc/rpcsec_gss.h>
bool_t
rpc_gss_get_principal_name
(rpc_gss_principal_t
*principal, const char *mech,
const char *name, const char
*node, const char *domain);
This function can be used to generate a client principal name from various strings.
Returns TRUE
if the principal was created
or FALSE
otherwise
The
rpc_gss_get_principal_name
()
function is part of libtirpc.
This manual page was written by Doug Rabson ⟨dfr@FreeBSD.org⟩.
January 26, 2010 | Debian |