ctdb-server: Remove duplicate logic
[samba4-gss.git] / docs-xml / smbdotconf / security / kerberosmethod.xml
blobc9d70580c59437cd986d3d3ae6994de4c3767d5a
1 <samba:parameter name="kerberos method"
2                  context="G"
3                  type="enum"
4                  enumlist="enum_kerberos_method"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>
8         Controls how kerberos tickets are verified.
9         </para>
11         <para>Valid options are:</para>
12         <itemizedlist>
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>
24         </itemizedlist>
26         <para>
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
30           principals.
31         </para>
33         <para>
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.
37         </para>
39         <para>
40         Suggested configuration is to use the default value 'secrets only' together with the
41         <smbconfoption name="sync machine password to keytab"/> option.
42         </para>
44 </description>
45 <related>dedicated keytab file</related>
46 <value type="default">default</value>
47 </samba:parameter>