1RPC_GSS_SET_DEFAULTS(3) BSD Library Functions Manual RPC_GSS_SET_DEFAULTS(3)
2
4 rpc_gss_set_defaults — set service and quality of protection
5
7 #include <rpc/rpcsec_gss.h>
8
9 bool_t
10 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service,
11 const char *qop);
12
14 Set the service and quality of protection to be used for RPC requests.
15 The new values apply for the rest of the lifetime of the context (unless
16 changed again with this function).
17
19 service The service type to use for subsequent RPC requests
20
21 qop The quality of protection to use or NULL for the default
22
24 Returns TRUE if the values were set
25
27 The rpc_gss_set_defaults() function is part of libtirpc.
28
30 rpc(3), gssapi(3), rpcsec_gss(3)
31
33 This manual page was written by Doug Rabson <dfr@FreeBSD.org>.
34
35BSD January 26, 2010 BSD