s4:smbtorture: Fix samba3.smb.dir on btrfs
[samba4-gss.git] / docs-xml / smbdotconf / printing / spoolssosversion.xml
blob1b57b692705aa5eeedd351f67b4a71fd89e2af95
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>
43 <samba:parameter name="spoolss_client: os_major"
44                  context="G"
45                  type="integer"
46                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
47 <description>
48         <para>Windows might require a new os version number. This option allows
49                 to modify the build number. The complete default version number is:
50                 6.1.7007 (Windows 7 and Windows Server 2008 R2).
51         </para>
52 </description>
53 <value type="default">6</value>
54 </samba:parameter>
56 <samba:parameter name="spoolss_client: os_minor"
57                  context="G"
58                  type="integer"
59                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
60 <description>
61         <para>Windows might require a new os version number. This option allows
62                 to modify the build number. The complete default version number is:
63                 6.1.7007 (Windows 7 and Windows Server 2008 R2).
64         </para>
65 </description>
66 <value type="default">1</value>
67 </samba:parameter>
69 <samba:parameter name="spoolss_client: os_build"
70                  context="G"
71                  type="integer"
72                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
73 <description>
74         <para>Windows might require a new os version number. This option allows
75                 to modify the build number. The complete default version number is:
76                 6.1.7007 (Windows 7 and Windows Server 2008 R2).
77         </para>
78 </description>
79 <value type="default">7007</value>
80 </samba:parameter>