]> arthur.barton.de Git - netatalk.git/blobdiff - config/papd.conf
include description of authentication options which were
[netatalk.git] / config / papd.conf
index afcf7bbec79b490794ea511749f9d74fcc4e8dd0..7614cd3572ab5822ecc3d63a165d5dd7536cfa31 100644 (file)
@@ -6,9 +6,14 @@
 #       pa   str  "0.0"         AppleTalk address (not usually needed).
 #      op   str  "operator"    Operator name, for LPD spooling.
 #      au   flag not-present   If present, authentication required
+#                              note that if ca and sp are both set,
+#                              ca will be tried first and then sp
 #      am   str  none          Comma separated list of uams to use
 #                              (for every printer) whenever 
-#                              authentication is on 
+#                              authentication is on
+#      ca   str  not-present   If present, use cap-style authentication
+#                              directory to place print authentication files 
+#      sp   flag not-present   use PSSP authentication.
 #
 # Some examples:
 #
 #                      :pr=lp:op=wes:\
 #                      :pd=/usr/share/lib/ppd/HPLJ_4M.PPD:
 #
-#      An example with authenticated printing (see README.MORGAN):
+#      An example with authenticated printing:
 #              authprn:\
 #                      :pr=|/usr/bin/lpr -Plp:\
 #                      :pd=/usr/share/lib/ppd/HPLJ_4M.PPD:\
-#                      :sp:ca:\
+#                      :sp:ca=/tmp/print:\
 #                      :am=uams_clrtxt.so:
 #
 #      Note also that papd.conf can list several printers.