mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
a2aa7d6d65
Similar to spoolss server options, make the client advertised OS version values configurable to allow overriding the defaults provided to the print server. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13597 Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
81 lines
2.7 KiB
XML
81 lines
2.7 KiB
XML
<samba:parameter name="spoolss: os_major"
|
|
context="G"
|
|
type="integer"
|
|
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"
|
|
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"
|
|
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>
|
|
|
|
<samba:parameter name="spoolss_client: os_major"
|
|
context="G"
|
|
type="integer"
|
|
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:
|
|
6.1.7007 (Windows 7 and Windows Server 2008 R2).
|
|
</para>
|
|
</description>
|
|
<value type="default">6</value>
|
|
</samba:parameter>
|
|
|
|
<samba:parameter name="spoolss_client: os_minor"
|
|
context="G"
|
|
type="integer"
|
|
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:
|
|
6.1.7007 (Windows 7 and Windows Server 2008 R2).
|
|
</para>
|
|
</description>
|
|
<value type="default">1</value>
|
|
</samba:parameter>
|
|
|
|
<samba:parameter name="spoolss_client: os_build"
|
|
context="G"
|
|
type="integer"
|
|
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:
|
|
6.1.7007 (Windows 7 and Windows Server 2008 R2).
|
|
</para>
|
|
</description>
|
|
<value type="default">7007</value>
|
|
</samba:parameter>
|