~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/printing/disablespoolss.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<samba:parameter name="disable spoolss"
 
2
                 context="G"
 
3
                                 type="boolean"
 
4
                 print="1"
 
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>