diff options
author | Gerald Carter <jerry@samba.org> | 2004-05-04 15:36:55 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 11:50:56 -0500 |
commit | 91f61d32d068ebba593cdfa427b463f64f62c078 (patch) | |
tree | e1fb02989104452b69c6e90f7c9ebe6337d692ce | |
parent | c6047c5215202ce2f2be23cb7d7703928d39a949 (diff) | |
download | samba-91f61d32d068ebba593cdfa427b463f64f62c078.tar.gz samba-91f61d32d068ebba593cdfa427b463f64f62c078.tar.xz samba-91f61d32d068ebba593cdfa427b463f64f62c078.zip |
updating cups options entry based on feedback from Lars M. @ SuSE
-rw-r--r-- | docs/smbdotconf/printing/cupsoptions.xml | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/docs/smbdotconf/printing/cupsoptions.xml b/docs/smbdotconf/printing/cupsoptions.xml index 62be7e66c53..803c6b137db 100644 --- a/docs/smbdotconf/printing/cupsoptions.xml +++ b/docs/smbdotconf/printing/cupsoptions.xml @@ -7,13 +7,23 @@ <para>This parameter is only applicable if <link linkend="PRINTING"><parameter moreinfo="none">printing</parameter></link> is set to <constant>cups</constant>. Its value is a free form string of options - passed directly to the cups library. Frequently this is used to enable - raw printing for a queue without enabling the feature system wide in - <filename>cupsd.conf</filename>. + passed directly to the cups library. </para> + <para>You can pass any generic print option known to CUPS (as listed + in the CUPS "Software Users' Manual"). You can also pass any printer + specific option (as listed in "lpoptions -d <printername> -l") + valid for the target queue(s).</para> + + <para>You should set this parameter to <constant>raw</constant> if your CUPS server + <filename>error_log</filename> file contains messages such as + "Unsupported format 'application/octet-stream'" when printing from a Windows client + through Samba. It is no longer necessary to enable + system wide raw printing in <filename>/etc/cups/mime.{convs,types}</filename>. + </para> + </description> <value type="default">""</value> -<value type="example">"raw"</value> +<value type="example">"raw,media=a4,job-sheets=secret,secret"</value> </samba:parameter> |