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