logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rpc_gss_is_installed — Query for the presence of a security mechanism

Authors

       This manual page was written by Doug Rabson <dfr@FreeBSD.org>.

Debian                                          January 26, 2010                         RPC_GSS_IS_INSTALLED(3)

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);

See Also