1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

Document "use kerberos keytab".

Jeremy, can you please check this entry?
(This used to be commit ab7d9f688781b23d3d58df33d06a4ac331447dc7)
This commit is contained in:
Jelmer Vernooij 2004-09-27 12:20:16 +00:00 committed by Gerald W. Carter
parent 30220f8485
commit ad49ab8a79

View File

@ -0,0 +1,21 @@
<samba:parameter name="use kerberos keytab"
context="G"
type="boolean"
xmlns:samba="http://samba.org/common">
<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>:</para>
<programlisting>
[libdefaults]
default_keytab_name = FILE:/etc/krb5.keytab
</programlisting>
</description>
<value type="default">False</value>
</samba:parameter>