blob: 62be7e66c5335ce63d35dbe96a3db3d5cf06b831 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<samba:parameter name="cups options"
context="S"
type="string"
print="1"
xmlns:samba="http://samba.org/common">
<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. Frequently this is used to enable
raw printing for a queue without enabling the feature system wide in
<filename>cupsd.conf</filename>.
</para>
</description>
<value type="default">""</value>
<value type="example">"raw"</value>
</samba:parameter>
|