From ad49ab8a797d2d6671682f8c18dd183695c82818 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Sep 2004 12:20:16 +0000 Subject: Document "use kerberos keytab". Jeremy, can you please check this entry? (This used to be commit ab7d9f688781b23d3d58df33d06a4ac331447dc7) --- docs/smbdotconf/security/usekerberoskeytab.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/smbdotconf/security/usekerberoskeytab.xml diff --git a/docs/smbdotconf/security/usekerberoskeytab.xml b/docs/smbdotconf/security/usekerberoskeytab.xml new file mode 100644 index 0000000000..59777074ed --- /dev/null +++ b/docs/smbdotconf/security/usekerberoskeytab.xml @@ -0,0 +1,21 @@ + + + +Specifies whether Samba should attempt to maintain service principals in the systems +keytab file for host/FQDN and cifs/FQDN. + + +When you are using the heimdal Kerberos libraries, you must also +specify the following in /etc/krb5.conf: + + +[libdefaults] + default_keytab_name = FILE:/etc/krb5.keytab + + + +False + -- cgit