Next update of VFS modules development guide
[kai/samba.git] / docs / smbdotconf / security / usekerberoskeytab.xml
1 <samba:parameter name="use kerberos keytab"
2                  context="G"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>
7         Specifies whether Samba should attempt to maintain service principals in the systems
8         keytab file for <constant>host/FQDN</constant> and <constant>cifs/FQDN</constant>.
9         </para>
10
11         <para>
12         When you are using the heimdal Kerberos libraries, you must also specify the following in
13         <filename>/etc/krb5.conf</filename>:
14 <programlisting>
15 [libdefaults]
16 default_keytab_name = FILE:/etc/krb5.keytab
17 </programlisting>
18         </para>
19
20 </description>
21
22 <value type="default">False</value>
23 </samba:parameter>