]> arthur.barton.de Git - netatalk.git/blob - config/papd.conf
include description of authentication options which were
[netatalk.git] / config / papd.conf
1 # Attributes are:
2 #
3 #       Name Type Default       Description
4 #       pd   str  ".ppd"        Pathname to ppd file.
5 #       pr   str  "lp"          LPD printer name.
6 #       pa   str  "0.0"         AppleTalk address (not usually needed).
7 #       op   str  "operator"    Operator name, for LPD spooling.
8 #       au   flag not-present   If present, authentication required
9 #                               note that if ca and sp are both set,
10 #                               ca will be tried first and then sp
11 #       am   str  none          Comma separated list of uams to use
12 #                               (for every printer) whenever 
13 #                               authentication is on
14 #       ca   str  not-present   If present, use cap-style authentication
15 #                               directory to place print authentication files 
16 #       sp   flag not-present   use PSSP authentication.
17 #
18 # Some examples:
19 #
20 #       On many systems (notably not Solaris), no papd.conf is required,
21 #       since papd shares the same defaults as lpd.
22 #
23 #       A simple example:
24 #
25 #               terminator:\
26 #                       :pr=lp:op=wes:\
27 #                       :pd=/usr/share/lib/ppd/HPLJ_4M.PPD:
28 #
29 #       An example with authenticated printing:
30 #               authprn:\
31 #                       :pr=|/usr/bin/lpr -Plp:\
32 #                       :pd=/usr/share/lib/ppd/HPLJ_4M.PPD:\
33 #                       :sp:ca=/tmp/print:\
34 #                       :am=uams_clrtxt.so:
35 #
36 #       Note also that papd.conf can list several printers.