Man Page: rpc_gss_set_defaults
Operating Environment: freebsd
Section: 3
RPC_GSS_SET_DEFAULTS(3) BSD Library Functions Manual RPC_GSS_SET_DEFAULTS(3)NAMErpc_gss_set_defaults -- set service and quality of protectionLIBRARYRPC GSS-API Authentication Library (librpcsec_gss, -lrpcsec_gss)SYNOPSIS#include <rpc/rpcsec_gss.h> bool_t rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop);DESCRIPTIONSet the service and quality of protection to be used for RPC requests. The new values apply for the rest of the lifetime of the context (unless changed again with this function).PARAMETERSservice The service type to use for subsequent RPC requests qop The quality of protection to use or NULL for the defaultRETURN VALUESReturns TRUE if the values were setSEE ALSOgssapi(3), rpc(3), rpcset_gss(3)HISTORYThe rpc_gss_set_defaults function first appeared in FreeBSD 8.0.AUTHORSThis manual page was written by Doug Rabson <dfr@FreeBSD.org>.BSDJanuary 26, 2010 BSD
| Related Man Pages |
|---|
| rpc_gss_set_defaults(3nsl) - sunos |
| rpc_gss_set_svc_name(3) - freebsd |
| rpc_gss_set_defaults(3nsl) - php |
| rpc_gss_set_defaults(3nsl) - linux |
| rpc_gss_set_defaults(3nsl) - minix |
| Similar Topics in the Unix Linux Community |
|---|
| The Whole Story on #! /usr/bin/ksh |
| Is UNIX an open source OS ? |
| Valid separator in time and date format |
| Controlling user input |