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:
parent
30220f8485
commit
ad49ab8a79
21
docs/smbdotconf/security/usekerberoskeytab.xml
Normal file
21
docs/smbdotconf/security/usekerberoskeytab.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user