svn commit: samba-docs r233 - in trunk/smbdotconf/security: .

jelmer at samba.org jelmer at samba.org
Mon Sep 27 12:20:16 GMT 2004


Author: jelmer
Date: 2004-09-27 12:20:16 +0000 (Mon, 27 Sep 2004)
New Revision: 233

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk/smbdotconf/security&rev=233&nolog=1

Log:
Document "use kerberos keytab". 
Jeremy, can you please check this entry?

Added:
   trunk/smbdotconf/security/usekerberoskeytab.xml


Changeset:
Added: trunk/smbdotconf/security/usekerberoskeytab.xml
===================================================================
--- trunk/smbdotconf/security/usekerberoskeytab.xml	2004-09-27 11:53:47 UTC (rev 232)
+++ trunk/smbdotconf/security/usekerberoskeytab.xml	2004-09-27 12:20:16 UTC (rev 233)
@@ -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>



More information about the samba-cvs mailing list