1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00
Jelmer Vernooij acee25664c Update DTD location
(This used to be commit 889dfcc532bd3357314313fe8f70a022a174eef4)
2008-04-23 08:46:19 -05:00

30 lines
1.2 KiB
XML

<samba:parameter name="cups options"
context="S"
type="string"
print="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<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.
</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.</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,media=a4,job-sheets=secret,secret"</value>
</samba:parameter>