1 <samba:parameter name="client use kerberos"
4 function="_client_use_kerberos"
5 enumlist="enum_use_kerberos_vals"
6 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
9 This parameter determines whether Samba client tools will try
10 to authenticate using Kerberos. For Kerberos authentication you
11 need to use dns names instead of IP addresses when connecting
15 <para>Possible option settings are:</para>
19 <emphasis>desired</emphasis> - Kerberos
20 authentication will be tried first and if it fails it
21 automatically fallback to NTLM.
27 <emphasis>required</emphasis> - Kerberos
28 authentication will be required. There will be no
29 fallback to NTLM or a different alternative.
35 <emphasis>off</emphasis> - Don't use
36 Kerberos, use NTLM instead or another
43 In case that weak cryptography is not allowed (e.g. FIPS mode)
44 the default will be forced to <emphasis>required</emphasis>.
48 <value type="default">desired</value>