From ab7d9f688781b23d3d58df33d06a4ac331447dc7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 27 Sep 2004 12:20:16 +0000 Subject: [PATCH] Document "use kerberos keytab". Jeremy, can you please check this entry? --- 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 00000000000..59777074eda --- /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 + -- 2.11.4.GIT