rpc_gss_get_principal_name
Get a principal name
- Provided by: libtirpc-dev (Version: 1.3.4+ds-1.1build1)
- Source: libtirpc
- Report a bug
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⟩.