diff options
Diffstat (limited to 'usr/src/man/man3nsl/rpc_gss_set_defaults.3nsl')
| -rw-r--r-- | usr/src/man/man3nsl/rpc_gss_set_defaults.3nsl | 31 |
1 files changed, 10 insertions, 21 deletions
diff --git a/usr/src/man/man3nsl/rpc_gss_set_defaults.3nsl b/usr/src/man/man3nsl/rpc_gss_set_defaults.3nsl index 5a2f3599e0..e9d94e9c95 100644 --- a/usr/src/man/man3nsl/rpc_gss_set_defaults.3nsl +++ b/usr/src/man/man3nsl/rpc_gss_set_defaults.3nsl @@ -3,13 +3,13 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH rpc_gss_set_defaults 3NSL "5 Feb 2002" "SunOS 5.11" "Networking Services Library Functions" +.TH RPC_GSS_SET_DEFAULTS 3NSL "Feb 5, 2002" .SH NAME rpc_gss_set_defaults \- change service, QOP for a session .SH SYNOPSIS .LP .nf -#include <rpc/rpcsec_gss.h> +#include <rpc/rpcsec_gss.h> \fBbool_t\fR \fBrpc_gss_set_defaults\fR(\fBAUTH\fR \fI*auth\fR, \fBrpc_gss_service_t\fR \fIservice\fR, \fBchar\fR \fI*qop\fR); .fi @@ -28,35 +28,29 @@ Information on \fBRPCSEC_GSS\fR data types for parameters may be found on the \fBrpcsec_gss\fR(3NSL) man page. .sp .ne 2 -.mk .na \fB\fIauth\fR \fR .ad .RS 12n -.rt An RPC authentication handle returned by \fBrpc_gss_seccreate()\fR). .RE .sp .ne 2 -.mk .na \fB\fIservice\fR \fR .ad .RS 12n -.rt An enum of type \fBrpc_gss_service_t\fR, representing one of the following types of security service: authentication, privacy, integrity, or none. .RE .sp .ne 2 -.mk .na \fB\fIqop\fR \fR .ad .RS 12n -.rt A string representing Quality of Protection. Valid strings may be found in the file \fB/etc/gss/qop\fR or by using \fBrpc_gss_get_mech_info()\fR. .RE @@ -69,12 +63,10 @@ file \fB/etc/gss/qop\fR or by using \fBrpc_gss_get_mech_info()\fR. .SH FILES .sp .ne 2 -.mk .na \fB\fB/etc/gss/qop\fR \fR .ad .RS 17n -.rt File containing valid QOPs .RE @@ -86,22 +78,19 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE -_ -MT-LevelMT-Safe +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ +MT-Level MT-Safe +.TE .SH SEE ALSO .sp .LP -\fBrpc\fR(3NSL), \fBrpc_gss_get_mech_info\fR(3NSL), \fBrpcsec_gss\fR(3NSL), \fBqop\fR(4), \fBattributes\fR(5) +\fBrpc\fR(3NSL), \fBrpc_gss_get_mech_info\fR(3NSL), \fBrpcsec_gss\fR(3NSL), \fBqop\fR(4), \fBattributes\fR(5) .sp .LP -\fIONC+ Developer\&'s Guide\fR +\fIONC+ Developer\&'s Guide\fR .sp -.LP -Linn, J. \fIRFC 2078, Generic Security Service Application Program Interface, Version 2\fR. Network Working Group. January 1997. |
