rpc_gss_is_installed — Query for the presence of a security mechanism
Contents
Availability
The rpc_gss_is_installed() function is part of libtirpc.
Description
This function indicates whether the GSS_API mechanism named "mech" is installed and enabled.
Name
rpc_gss_is_installed — Query for the presence of a security mechanism
Parameters
mech The name of a GSS_API mechanism. "kerberos_v5" is currently the only supported mechanism.
Return Values
Returns TRUE if the named GSS_API mechanism is installed and enabled, FALSE otherwise.
See Also
rpc(3), gssapi(3), rpcsec_gss(3)
Synopsis
#include<rpc/rpcsec_gss.h>bool_trpc_gss_is_installed(constchar*mech);
