blob: 5c829f865016b897ef96507319239a54f488476b (
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>
<value type="default">""</value>
<value type="example">"raw"</value>
</description>
</samba:parameter>
|