]> arthur.barton.de Git - netatalk.git/blob - man/man5/papd.conf.5.tmpl
787c620b31c69e0bc9046ac02f0df8b4cdaa0b73
[netatalk.git] / man / man5 / papd.conf.5.tmpl
1 .\" $Id: papd.conf.5.tmpl,v 1.1 2000-09-26 19:09:25 rufustfirefly Exp $
2 .TH papd.conf 5 "26 September 2000" "netatalk 1.5"
3 .UC 4
4 .SH NAME
5 papd.conf \- Configuration file used by \fBpapd\fR(8)
6 to determine the configuration of printers used by the Netatalk printing
7 daemon
8
9 .SH DESCRIPTION
10 \fB:ETCDIR:/papd.conf\fR is the configuration file used
11 by papd to configure the printing services offered by netatalk. Please note
12 that papd must be enabled in \fB:ETCDIR:/netatalk.conf\fR for this to take
13 any effect. \fBpapd\fR shares the same defaults as lpd on many systems, but not
14 Solaris.
15
16 Any line not prefixed with \fB#\fR is interpreted. The configuration lines
17 are composed like:
18
19 .RS
20 .sp
21 .I printername:[options]
22
23 .sp
24 .RE
25 The simplest case is to have either no papd.conf, or to have one that
26 has no active lines. In this case, atalkd should auto-discover the local
27 printers on the machine. Please note that you can split lines by using
28 \fB\\\fR.
29
30 The possible options are colon delimited (\fB:\fR), and lines must be
31 terminated with colons. The possible options and flags are:
32
33 .TP
34 .B am=(uams list)
35 The \fBam\fR option allows specific UAMs to be specified for a particular
36 printer. It has no effect if the \fBau\fR flag is not present or if papd
37 authentication was not built into netatalk.
38
39 .TP
40 .B au
41 If present, this flag enables authentication for the printer. Please note
42 that papd authentication must be built into netatalk for this to take
43 effect.
44
45 .TP
46 .B op=(operator)
47 This specifies the operator name, for lpd spooling.
48
49 .TP
50 .B pa=(appletalk address)
51 Allows specification of Appletalk addresses. Usually not needed.
52
53 .TP
54 .B pd=(path to ppd file)
55 Specifies a particular PPD (printer description file) to associate with
56 the selected printer.
57
58 .TP
59 .B pr=(lpd printer name)
60 Sets the \fBlpd\fR printer that this is spooled to.
61
62 .SH SEE ALSO
63 papd(8), atalkd.conf(5), lpd(8)