source: vendor/current/docs-xml/smbdotconf/protocol/clientminprotocol.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: 999 bytes
Line 
1<samba:parameter name="client min protocol"
2 context="G"
3 type="enum"
4 enumlist="enum_protocol"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>This setting controls the minimum protocol version that the
8 client will attempt to use.</para>
9
10 <para>Normally this option should not be set as the automatic
11 negotiation phase in the SMB protocol takes care of choosing
12 the appropriate protocol.</para>
13
14 <para>See <related>client max protocol</related> for a full list
15 of available protocols.</para>
16
17 <para>IPC$ connections for DCERPC e.g. in winbindd, are handled by the
18 <smbconfoption name="client ipc min protocol"/> option.</para>
19</description>
20
21<related>client max protocol</related>
22<related>server min protocol</related>
23<related>client ipc min protocol</related>
24<related>client ipc max protocol</related>
25
26<value type="default">CORE</value>
27<value type="example">NT1</value>
28</samba:parameter>
Note: See TracBrowser for help on using the repository browser.