source: vendor/current/docs-xml/smbdotconf/printing/spoolssosversion.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.4 KB
Line 
1<samba:parameter name="spoolss: os_major"
2 context="G"
3 type="integer"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>Windows might require a new os version number. This option allows
7 to modify the build number. The complete default version number is:
8 5.0.2195 (Windows 2000). The example is 6.1.7601 (Windows 2008 R2).
9 </para>
10</description>
11<value type="default">5</value>
12<value type="example">6</value>
13</samba:parameter>
14
15<samba:parameter name="spoolss: os_minor"
16 context="G"
17 type="integer"
18 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
19<description>
20 <para>Windows might require a new os version number. This option allows
21 to modify the build number. The complete default version number is:
22 5.0.2195 (Windows 2000). The example is 6.1.7601 (Windows 2008 R2).
23 </para>
24</description>
25<value type="default">0</value>
26<value type="example">1</value>
27</samba:parameter>
28
29<samba:parameter name="spoolss: os_build"
30 context="G"
31 type="integer"
32 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
33<description>
34 <para>Windows might require a new os version number. This option allows
35 to modify the build number. The complete default version number is:
36 5.0.2195 (Windows 2000). The example is 6.1.7601 (Windows 2008 R2).
37 </para>
38</description>
39<value type="default">2195</value>
40<value type="example">7601</value>
41</samba:parameter>
Note: See TracBrowser for help on using the repository browser.