1RPC_GSS_SET_DEFAULTS(3)  BSD Library Functions Manual  RPC_GSS_SET_DEFAULTS(3)
2

NAME

4     rpc_gss_set_defaults — set service and quality of protection
5

SYNOPSIS

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

DESCRIPTION

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

PARAMETERS

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

RETURN VALUES

24     Returns TRUE if the values were set
25

AVAILABILITY

27     The rpc_gss_set_defaults() function is part of libtirpc.
28

SEE ALSO

30     rpc(3), gssapi(3), rpcsec_gss(3)
31

AUTHORS

33     This manual page was written by Doug Rabson <dfr@FreeBSD.org>.
34
35BSD                            January 26, 2010                            BSD
Impressum