rpc_gss_is_installed
Query for the presence of a security mechanism
- Provided by: libtirpc-dev (Version: 1.3.2-2ubuntu0.1)
- Source: libtirpc
- Report a bug
Query for the presence of a security mechanism
#include
<rpc/rpcsec_gss.h>
bool_t
rpc_gss_is_installed(const
char *mech);
This function indicates whether the GSS_API mechanism named "mech" is installed and enabled.
Returns TRUE if the named GSS_API
mechanism is installed and enabled, FALSE
otherwise.
The
rpc_gss_is_installed()
function is part of libtirpc.
This manual page was written by Doug Rabson ⟨dfr@FreeBSD.org⟩.