mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
doc-xml: Add documentation for 'spoolss: os_[major|minor|build]' options.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
parent
55c279f0c4
commit
416958ca62
47
docs-xml/smbdotconf/printing/spoolssosversion.xml
Normal file
47
docs-xml/smbdotconf/printing/spoolssosversion.xml
Normal file
@ -0,0 +1,47 @@
|
||||
<samba:parameter name="spoolss: os_major"
|
||||
context="G"
|
||||
type="integer"
|
||||
advanced="1"
|
||||
developer="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>Windows might require a new os version number. This option allows
|
||||
to modify the build number. The complete default version number is:
|
||||
5.0.2195 (Windows 2000). The example is 6.1.7601 (Windows 2008 R2).
|
||||
</para>
|
||||
</description>
|
||||
<value type="default">5</value>
|
||||
<value type="example">6</value>
|
||||
</samba:parameter>
|
||||
|
||||
<samba:parameter name="spoolss: os_minor"
|
||||
context="G"
|
||||
type="integer"
|
||||
advanced="1"
|
||||
developer="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>Windows might require a new os version number. This option allows
|
||||
to modify the build number. The complete default version number is:
|
||||
5.0.2195 (Windows 2000). The example is 6.1.7601 (Windows 2008 R2).
|
||||
</para>
|
||||
</description>
|
||||
<value type="default">0</value>
|
||||
<value type="example">1</value>
|
||||
</samba:parameter>
|
||||
|
||||
<samba:parameter name="spoolss: os_build"
|
||||
context="G"
|
||||
type="integer"
|
||||
advanced="1"
|
||||
developer="1"
|
||||
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||||
<description>
|
||||
<para>Windows might require a new os version number. This option allows
|
||||
to modify the build number. The complete default version number is:
|
||||
5.0.2195 (Windows 2000). The example is 6.1.7601 (Windows 2008 R2).
|
||||
</para>
|
||||
</description>
|
||||
<value type="default">2195</value>
|
||||
<value type="example">7601</value>
|
||||
</samba:parameter>
|
Loading…
x
Reference in New Issue
Block a user