1 <samba:parameter name="kerberos method"
4 enumlist="enum_kerberos_method"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
8 Controls how kerberos tickets are verified.
11 <para>Valid options are:</para>
13 <listitem><para>secrets only - use only the secrets.tdb for
14 ticket verification (default)</para></listitem>
16 <listitem><para>system keytab - use only the system keytab
17 for ticket verification</para></listitem>
19 <listitem><para>dedicated keytab - use a dedicated keytab
20 for ticket verification</para></listitem>
22 <listitem><para>secrets and keytab - use the secrets.tdb
23 first, then the system keytab</para></listitem>
27 The major difference between "system keytab" and "dedicated
28 keytab" is that the latter method relies on kerberos to find the
29 correct keytab entry instead of filtering based on expected
34 When the kerberos method is in "dedicated keytab" mode,
35 <smbconfoption name="dedicated keytab file"/> must be set to
36 specify the location of the keytab file.
40 Suggested configuration is to use the default value 'secrets only' together with the
41 <smbconfoption name="sync machine password to keytab"/> option.
45 <related>dedicated keytab file</related>
46 <value type="default">default</value>