]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/gssd/svcgssd.man
1a015e1f5e06627d92c51449ff82b457165bb14b
[nfs-utils.git] / utils / gssd / svcgssd.man
1 .\"
2 .\" rpc.svcgssd(8)
3 .\"
4 .\" Copyright (C) 2003 J. Bruce Fields <bfields@umich.edu>
5 .TH rpc.svcgssd 8 "12 Jan 2007"
6 .SH NAME
7 rpc.svcgssd \- server-side rpcsec_gss daemon
8 .SH SYNOPSIS
9 .B "rpc.svcgssd [-v] [-r] [-i] [-f] [-p pipefsdir]"
10 .SH DESCRIPTION
11 The rpcsec_gss protocol gives a means of using the gss-api generic security
12 api to provide security for protocols using rpc (in particular, nfs).  Before
13 exchanging any rpc requests using rpcsec_gss, the rpc client must first
14 establish a security context with the rpc server.  The linux kernel's
15 implementation of rpcsec_gss depends on the userspace daemon
16 .B rpc.svcgssd
17 to handle context establishment on the rpc server.  The
18 daemon uses files in the proc filesystem to communicate with
19 the kernel.
20
21 .SH OPTIONS
22 .TP
23 .B -f
24 Runs
25 .B rpc.svcgssd
26 in the foreground and sends output to stderr (as opposed to syslogd)
27 .TP
28 .B -v
29 Increases the verbosity of the output (can be specified multiple times).
30 .TP
31 .B -r
32 If the rpcsec_gss library supports setting debug level,
33 increases the verbosity of the output (can be specified multiple times).
34 .TP
35 .B -i
36 If the nfsidmap library supports setting debug level,
37 increases the verbosity of the output (can be specified multiple times).
38
39 .SH SEE ALSO
40 .BR rpc.gssd(8),
41 .SH AUTHORS
42 .br
43 Dug Song <dugsong@umich.edu>
44 .br
45 Andy Adamson <andros@umich.edu>
46 .br
47 Marius Aamodt Eriksen <marius@umich.edu>
48 .br
49 J. Bruce Fields <bfields@umich.edu>