Deleted Added
full compact
rpc_clnt_auth.3 (84306) rpc_clnt_auth.3 (108087)
1.\" @(#)rpc_clnt_auth.3n 1.21 93/05/07 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" @(#)rpc_clnt_auth 1.4 89/07/20 SMI;
4.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
5.\" $NetBSD: rpc_clnt_auth.3,v 1.1 2000/06/03 09:29:50 fvdl Exp $
1.\" @(#)rpc_clnt_auth.3n 1.21 93/05/07 SMI; from SVr4
2.\" Copyright 1989 AT&T
3.\" @(#)rpc_clnt_auth 1.4 89/07/20 SMI;
4.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
5.\" $NetBSD: rpc_clnt_auth.3,v 1.1 2000/06/03 09:29:50 fvdl Exp $
6.\" $FreeBSD: head/lib/libc/rpc/rpc_clnt_auth.3 84306 2001-10-01 16:09:29Z ru $
6.\" $FreeBSD: head/lib/libc/rpc/rpc_clnt_auth.3 108087 2002-12-19 09:40:28Z ru $
7.Dd May 7, 1993
8.Dt RPC_CLNT_AUTH 3
9.Os
10.Sh NAME
11.Nm auth_destroy ,
12.Nm authnone_create ,
13.Nm authsys_create ,
14.Nm authsys_create_default

--- 52 unchanged lines hidden (view full) ---

67Create and return an RPC
68authentication handle that passes nonusable
69authentication information with each remote procedure call.
70This is the default authentication used by RPC.
71.It Fn authsys_create
72Create and return an RPC authentication handle that contains
73.Dv AUTH_SYS
74authentication information.
7.Dd May 7, 1993
8.Dt RPC_CLNT_AUTH 3
9.Os
10.Sh NAME
11.Nm auth_destroy ,
12.Nm authnone_create ,
13.Nm authsys_create ,
14.Nm authsys_create_default

--- 52 unchanged lines hidden (view full) ---

67Create and return an RPC
68authentication handle that passes nonusable
69authentication information with each remote procedure call.
70This is the default authentication used by RPC.
71.It Fn authsys_create
72Create and return an RPC authentication handle that contains
73.Dv AUTH_SYS
74authentication information.
75The parameter
75The
76.Fa host
76.Fa host
77argument
77is the name of the machine on which the information was
78created;
79.Fa uid
80is the user's user ID;
81.Fa gid
82is the user's current group ID;
83.Fa len
84and
85.Fa aup_gids
86refer to a counted array of groups to which the user belongs.
87.It Fn authsys_create_default
88Call
89.Fn authsys_create
78is the name of the machine on which the information was
79created;
80.Fa uid
81is the user's user ID;
82.Fa gid
83is the user's current group ID;
84.Fa len
85and
86.Fa aup_gids
87refer to a counted array of groups to which the user belongs.
88.It Fn authsys_create_default
89Call
90.Fn authsys_create
90with the appropriate parameters.
91with the appropriate arguments.
91.El
92.Sh SEE ALSO
93.Xr rpc 3 ,
94.Xr rpc_clnt_calls 3 ,
95.Xr rpc_clnt_create 3
92.El
93.Sh SEE ALSO
94.Xr rpc 3 ,
95.Xr rpc_clnt_calls 3 ,
96.Xr rpc_clnt_create 3