lib:replace: Don't use deprecated readline CPPFunction cast
[samba4-gss.git] / docs-xml / smbdotconf / protocol / clientipcminprotocol.xml
blobfc04b780b15496ad2e8f6b424f99d1be2ab7f8d7
1 <samba:parameter name="client ipc min protocol"
2                  context="G"
3                  type="enum"
4                  function="_client_ipc_min_protocol"
5                  enumlist="enum_protocol"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <description>
8         <para>This setting controls the minimum protocol version that the
9         will be attempted to use for IPC$ connections as DCERPC transport.</para>
11         <para>Normally this option should not be set as the automatic
12         negotiation phase in the SMB protocol takes care of choosing
13         the appropriate protocol.</para>
15         <para>The value <constant>default</constant> refers to the higher value
16         of <constant>NT1</constant> and the effective value of
17         <smbconfoption name="client min protocol"/>.</para>
19         <para>See <smbconfoption name="client max protocol"/>  for a full list
20         of available protocols. The values CORE, COREPLUS, LANMAN1, LANMAN2
21         are silently upgraded to NT1.</para>
22 </description>
24 <related>client ipc max protocol</related>
25 <related>client min protocol</related>
26 <related>client max protocol</related>
27 <value type="default">default</value>
28 <value type="example">SMB3_11</value>
29 </samba:parameter>