RPC_GSS_GET_MECHANISMS(3NSL) | Networking Services Library Functions | RPC_GSS_GET_MECHANISMS(3NSL) |
rpc_gss_get_mechanisms, rpc_gss_get_mech_info, rpc_gss_get_versions, rpc_gss_is_installed - get information on mechanisms and RPC version
#include <rpc/rpcsec_gss.h> char **rpc_gss_get_mechanisms();
char **rpc_gss_get_mech_info(char *mech, rpc_gss_service_t *service);
bool_t rpc_gss_get_versions(u_int *vers_hi, u_int *vers_lo);
bool_t rpc_gss_is installed(char *mech);
These "convenience functions" return information on available security mechanisms and versions of RPCSEC_GSS .
rpc_gss_get_mechanisms()
rpc_gss_get_mech_info()
rpc_gss_get_versions()
rpc_gss_is_installed()
Information on RPCSEC_GSS data types for parameters may be found on the rpcsec_gss(3NSL) man page.
mech
service
vers_hi
vers_lo
/etc/gss/mech
/etc/gss/qop
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
MT-Level | MT-Safe |
rpc(3NSL), rpcsec_gss(3NSL), mech(5), qop(5), attributes(7)
ONC+ Developer's Guide
Linn, J. RFC 2743, Generic Security Service Application Program Interface Version 2, Update 1. Network Working Group. January 2000.
June 29, 2001 | OmniOS |