]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/svcgssd/svcgssd.man
Add option to set rpcsec_gss debugging level (if available)
[nfs-utils.git] / utils / svcgssd / svcgssd.man
1 .\"
2 .\" rpc.svcgssd(8)
3 .\"
4 .\" Copyright (C) 2003 J. Bruce Fields <bfields@umich.edu>
5 .TH rpc.svcgssd 8 "17 Mar 2003"
6 .SH NAME
7 rpc.svcgssd \- server-side rpcsec_gss daemon
8 .SH SYNOPSIS
9 .B "rpc.svcgssd [-v] [-r] [-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
35 .SH SEE ALSO
36 .BR rpc.gssd(8),
37 .SH AUTHORS
38 .br
39 Dug Song <dugsong@umich.edu>
40 .br
41 Andy Adamson <andros@umich.edu>
42 .br
43 Marius Aamodt Eriksen <marius@umich.edu>
44 .br
45 J. Bruce Fields <bfields@umich.edu>