source: vendor/current/docs-xml/smbdotconf/printing/disablespoolss.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 1.0 KB
Line 
1<samba:parameter name="disable spoolss"
2 context="G"
3 type="boolean"
4 function="_disable_spoolss"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>Enabling this parameter will disable Samba's support
8 for the SPOOLSS set of MS-RPC's and will yield identical behavior
9 as Samba 2.0.x. Windows NT/2000 clients will downgrade to using
10 Lanman style printing commands. Windows 9x/ME will be unaffected by
11 the parameter. However, this will also disable the ability to upload
12 printer drivers to a Samba server via the Windows NT Add Printer
13 Wizard or by using the NT printer properties dialog window. It will
14 also disable the capability of Windows NT/2000 clients to download
15 print drivers from the Samba host upon demand.
16 <emphasis>Be very careful about enabling this parameter.</emphasis>
17</para>
18</description>
19
20<related>use client driver</related>
21
22<value type="default">no</value>
23</samba:parameter>
Note: See TracBrowser for help on using the repository browser.