File: papd.conf.5.tmpl

package info (click to toggle)
netatalk 2.0.3-4%2Betch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 9,012 kB
  • ctags: 6,109
  • sloc: ansic: 67,633; sh: 8,424; perl: 1,187; makefile: 1,001
file content (180 lines) | stat: -rw-r--r-- 7,324 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
.TH papd.conf 5 "06 Sep 2004" 2.0.3 Netatalk 
.SH NAME
papd.conf \- Configuration file used by papd(8) to determine the configuration of printers used by the Netatalk printing daemon
.SH DESCRIPTION
\fI:ETCDIR:/papd.conf\fR is the
configuration file used by papd to configure the printing services offered
by netatalk. Please note that papd must be enabled in \fI:ETCDIR:/netatalk.conf\fR for this to take any effect.
\fIpapd\fR shares the same defaults as lpd on
many systems, but not Solaris.
.PP
Any line not prefixed with \fI#\fR is
interpreted. The configuration lines are composed like:
.PP
\fIprintername:[options]\fR
.PP
On systems running a System V printing system the simplest case is
to have either no papd.conf, or to have one that has no active lines. In
this case, atalkd should auto\-discover the local printers on the machine.
Please note that you can split lines by using \fI\\\\fR.\fR
.PP
printername may be just a name (\fIPrinter
1\fR), or it may be a full name in nbp_name format (\fIPrinter 1:LaserWriter@My Zone\fR).
.PP
Systems using a BSD printing system should make use of a pipe to the
printing command in question within the \fIpr\fR
option (eg. \fIpr=|/usr/bin/lpr \-J%J \-u%U\fR).
Note: When printing using a pipe, papd recognizes several wildcards: %F
will be replaced by the name present in the "%%For:" comment in the
PostScript stream, same with %J for the "%%Title:" comment. %U will be
substituted with the login name (the latter applies only when
authenticated printing is in effect).
.PP
When CUPS support is compiled in, then \fIcupsautoadd \fRas the first entry in papd.conf will
automagically share all CUPS printers by papd utilizing the PPDs assigned
in CUPS (customizable \-\- see below). This can be overwritten for individal
printers by subsequently adding individual entries using the CUPS queue
name as \fIpr \fRentry. Note: CUPS support is
mutually exclusive with System V support described above.
.PP
The possible options are colon delimited (\fI:\fR), and lines must be terminated with colons. The
possible options and flags are:
.TP 
\fIam=(uams list)\fR
The \fIam\fR option allows specific
UAMs to be specified for a particular printer. It has no effect if
the \fIau\fR flag is not present or if papd
authentication was not built into netatalk. Note: possible values
are \fIuams_guest.so\fR and \fIuams_clrtxt.so\fR only. The first method requires
a valid username, but no password. The second requires both a valid
username and the correct password.
.TP 
\fIau\fR
If present, this flag enables authentication for the printer.
Please note that papd authentication must be built into netatalk for
this to take effect.
.TP 
\fIco=(CUPS options)\fR
The \fIco\fR option allows options to
be passed through to CUPS (eg. \fIco="protocol=TBCP" \fRor \fIco="raw"\fR).
.TP 
\fIcupsautoadd[:type][@zone]\fR
If used as the first entry in papd.conf this will share all
CUPS printers via papd. type/zone settings as well as other
parameters assigned to this special printer share will apply to all
CUPS printers. Unless the \fIpd\fR option
is set, the CUPS PPDs will be used. To overwrite these global
settings for individual printers simply add them subsequently to
papd.conf and assign different settings.
.TP 
\fIfo\fR
If present, this flag enables a hack to translate line endings
originating from pre Mac OS X LaserWriter drivers to let \fIfoomatic\-rip\fR recognize foomatic PPD options set
in the printer dialog. Attention: Use with caution since this might
corrupt binary print jobs!
.TP 
\fIop=(operator)\fR
This specifies the operator name, for lpd spooling.
.TP 
\fIpa=(appletalk address)\fR
Allows specification of Appletalk addresses. Usually not
needed.
.TP 
\fIpd=(path to ppd file)\fR
Specifies a particular PPD (printer description file) to
associate with the selected printer.
.TP 
\fIpr=(lpd/CUPS printer name or pipe command)\fR
Sets the \fIlpd\fR or \fICUPS\fR printer that this is spooled to.
.SH EXAMPLES
Unless CUPS support has been compiled in (which is default from
Netatalk 2.0 on) one simply defines the lpd queue in question by setting
the \fBpr\fR parameter to the queue name, in the following
example "ps". If no \fBpr\fR parameter is set, the default
printer will be used.
.PP
\fBpapd.conf System V printing system examples\fR
.PP
The first spooler is known by the AppleTalk name Mac Printer
Spooler, and uses a PPD file located in
\fB/usr/share/lib/ppd\fR. In addition, the user mcs will
be the owner of all jobs that are spooled. The second spooler is known
as HP Printer and all options are the default. 

.nf
Mac Printer Spooler:\\
   :pr=ps:\\
   :pd=/usr/share/lib/ppd/HPLJ_4M.PPD:\\
   :op=mcs:

HP Printer:\\
   :
.fi
.PP
An alternative to the technique outlined above is to direct papd's
output via a pipe into another program. Using this mechanism almost all
printing systems can be driven. Netatalk supplies three "wildcards" that
get substituted with values of the already printed job:
\fB%F\fR, \fB%U\fR and \fB%J\fR. Using
these wildcards, one can pass those parameters directly to programs or
implement small wrapper scripts to call the printing system in
question.
.PP
\fBpapd.conf examples using pipes\fR
.PP
The first spooler is known as HP 8100. It pipes the print job to
/usr/bin/lpr for printing using the value of the
\fI%%Title: \fRcomment as job name. PSSP authenticated
printing is enabled, as is CAP\-style authenticated printing. Both
methods support guest and cleartext authentication as specified by the
\&'\fBam\fR' option. The PPD used is
\fB/etc/atalk/ppds/hp8100.ppd\fR. The second spooler is
called "Dump PostScript" and uses a pipe to cat to
send the raw PostScript code into the user's home directory into a file
called like the printjob. 

.nf
HP 8100:\\
   :pr=|/usr/bin/lpr \-Plp \-J"%J":\\
   :sp:\\
   :ca=/tmp/print:\\
   :am=uams_guest.so,uams_pam.so:\\
   :pd=/etc/atalk/ppds/hp8100.ppd:

Dump PostScript:LaserWriter@Server:\\
   :pr=|cat >/home/%U/%J\-prn.out:\\
   :pd=/usr/share/lib/ppd/mooralana.ppd:\\
   :sp:au:op=lp:\\
   :am=uams_clrtxt.so:
.fi
.PP
Starting with Netatalk 2.0 direct CUPS integration is available. In
this case, defining only a queue name as \fBpr\fR parameter
won't invoke the SysV lpd daemon but uses CUPS instead. Unless a specific
PPD has been assigned using the \fBpd\fR switch, the PPD
configured in CUPS will be used by papd, too.
.PP
There exists one special share named "cupsautoadd". If this is
present as the first entry then all available CUPS queues will be served
automagically using the parameters assigned to this global share. But
subsequent printer definitions can be used to override these global
settings for individual spoolers.
.PP
\fBpapd.conf CUPS examples\fR
.PP
The first entry sets up automatic sharing of all CUPS printers.
All those shares appear in the zone "1st floor" and since no additional
settings have been made, they use the CUPS printer name as NBP name and
use the PPD configured in CUPS. The second entry defines different
settings for one single CUPS printer. It's NBP name is differing from
the printer's name and the registration happens in another zone.

.nf
cupsautoadd@1st floor:op=root:

Boss' LaserWriter@2nd floor:\\
   :pr=laserwriter\-chief:
.fi
.SH "SEE ALSO"
\fBpapd\fR(8), \fBatalkd.conf\fR(5), \fBlpd\fR(8), \fBlpoptions\fR(8)