]> arthur.barton.de Git - netatalk.git/blob - config/papd.conf
Documented -admingroup option
[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 #       am   str  none          Comma separated list of uams to use
10 #                               (for every printer) whenever 
11 #                               authentication is on 
12 #
13 # Some examples:
14 #
15 #       On many systems (notably not Solaris), no papd.conf is required,
16 #       since papd shares the same defaults as lpd.
17 #
18 #       A simple example:
19 #
20 #               terminator:\
21 #                       :pr=lp:op=wes:\
22 #                       :pd=/usr/share/lib/ppd/HPLJ_4M.PPD:
23 #
24 #       An example with authenticated printing (see README.MORGAN):
25 #               authprn:\
26 #                       :pr=|/usr/bin/lpr -Plp:\
27 #                       :pd=/usr/share/lib/ppd/HPLJ_4M.PPD:\
28 #                       :sp:ca:\
29 #                       :am=uams_clrtxt.so:
30 #
31 #       Note also that papd.conf can list several printers.