s4-torture: add some more tests for witness_AsyncNotify and RegisterEx with different...
[Samba.git] / docs-xml / smbdotconf / printing / spoolssosversion.xml
blobcd568e736d447a52e5bff91f5eba3bff7eeccea6
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>
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>
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>