blob: 51801620e8be5c42db32563ff4f2ec4daf4e1718 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<samba:parameter name="max print jobs"
context="S"
print="1"
type="integer"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This parameter limits the maximum number of
jobs allowable in a Samba printer queue at any given moment.
If this number is exceeded, <citerefentry><refentrytitle>smbd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> will remote "Out of Space" to the client.
</para>
</description>
<value type="default">1000</value>
<value type="example">5000</value>
</samba:parameter>
|