Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / heimdal / appl / kf / kfd.8
1 .\" Things to fix:
2 .\"   * correct section, and operating system
3 .\"   * remove Op from mandatory flags
4 .\"   * use better macros for arguments (like .Pa for files)
5 .\"
6 .Dd July  2, 2000
7 .Dt KFD 8
8 .Os Heimdal
9 .Sh NAME
10 .Nm kfd
11 .Nd receive forwarded tickets
12 .Sh SYNOPSIS
13 .Nm
14 .Oo
15 .Fl p Ar port |
16 .Fl -port Ns = Ns Ar port
17 .Oc
18 .Op Fl i | -inetd
19 .Oo
20 .Fl R Ar regpag |
21 .Fl -regpag Ns = Ns Ar regpag
22 .Oc
23 .Op Fl h | -help
24 .Op Fl -version
25 .Sh DESCRIPTION
26 This is the daemon for
27 .Xr kf 1 .
28 Supported options:
29 .Bl -tag -width indent
30 .It Xo
31 .Fl p Ar port ,
32 .Fl -port Ns = Ns Ar port
33 .Xc
34 port to listen to
35 .It Fl i , -inetd
36 not started from inetd
37 .It Xo
38 .Fl R Ar regpag ,
39 .Fl -regpag= Ns Ar regpag
40 .Xc
41 path to regpag binary
42 .El
43 .\".Sh ENVIRONMENT
44 .\".Sh FILES
45 .Sh EXAMPLES
46 Put the following in
47 .Pa /etc/inetd.conf :
48 .Bd -literal
49 kf      stream  tcp     nowait  root    /usr/heimdal/libexec/kfd        kfd
50 .Ed
51 .\".Sh DIAGNOSTICS
52 .Sh SEE ALSO
53 .Xr kf 1
54 .\".Sh STANDARDS
55 .\".Sh HISTORY
56 .\".Sh AUTHORS
57 .\".Sh BUGS