1RPC_GSS_IS_INSTALLED(3) BSD Library Functions Manual RPC_GSS_IS_INSTALLED(3)
2
4 rpc_gss_is_installed — Query for the presence of a security mechanism
5
7 #include <rpc/rpcsec_gss.h>
8
9 bool_t
10 rpc_gss_is_installed(const char *mech);
11
13 This function indicates whether the GSS_API mechanism named "mech" is
14 installed and enabled.
15
17 mech The name of a GSS_API mechanism. "kerberos_v5" is currently the
18 only supported mechanism.
19
21 Returns TRUE if the named GSS_API mechanism is installed and enabled,
22 FALSE otherwise.
23
25 The rpc_gss_is_installed() function is part of libtirpc.
26
28 rpc(3), gssapi(3), rpcsec_gss(3)
29
31 This manual page was written by Doug Rabson <dfr@FreeBSD.org>.
32
33BSD January 26, 2010 BSD