|
NAMErpc_gss_is_installed —
Query for the presence os a security mechanism
LIBRARYRPC GSS-API Authentication Library (librpcsec_gss, -lrpcsec_gss)SYNOPSIS#include <rpc/rpcsec_gss.h>
bool_t
DESCRIPTIONThis function looks up a mechanism by name by reading the file /etc/gss/mech.PARAMETERS
RETURN VALUESReturnsTRUE if the mechanism is installed,
FALSE otherwise.
SEE ALSOgssapi(3), rpc(3), rpcset_gss(3)HISTORYTherpc_gss_is_installed function first appeared in
FreeBSD 8.0.
AUTHORSThis manual page was written by Doug Rabson <dfr@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |