docs:smbdotconf: make formatting of headers uniform.
[Samba.git] / docs-xml / smbdotconf / security / kerberosmethod.xml
blobc529e1455da7e91827a8e6085fa0312d50e920fc
1 <samba:parameter name="kerberos method"
2                  context="G"
3                  type="enum"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>
7         Controls how kerberos tickets are verified.
8         </para>
10         <para>Valid options are:</para>
11         <itemizedlist>
12           <listitem><para>secrets only - use only the secrets.tdb for
13           ticket verification (default)</para></listitem>
15           <listitem><para>system keytab - use only the system keytab
16           for ticket verification</para></listitem>
18           <listitem><para>dedicated keytab - use a dedicated keytab
19           for ticket verification</para></listitem>
21           <listitem><para>secrets and keytab - use the secrets.tdb
22           first, then the system keytab</para></listitem>
23         </itemizedlist>
25         <para>
26           The major difference between "system keytab" and "dedicated
27           keytab" is that the latter method relies on kerberos to find the
28           correct keytab entry instead of filtering based on expected
29           principals.
30         </para>
32         <para>
33           When the kerberos method is in "dedicated keytab" mode,
34           <smbconfoption name="dedicated keytab file"/> must be set to
35           specify the location of the keytab file.
36         </para>
37 </description>
38 <related>dedicated keytab file</related>
39 <value type="default">default</value>
40 </samba:parameter>