s3/docs: Remove documentation of "use kerberos keytab".
authorKarolin Seeger <kseeger@samba.org>
Wed, 29 Apr 2009 10:38:28 +0000 (12:38 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 29 Apr 2009 10:40:12 +0000 (12:40 +0200)
This parameter has been removed with d96248a9b4655.

Karolin

docs-xml/smbdotconf/security/usekerberoskeytab.xml [deleted file]

diff --git a/docs-xml/smbdotconf/security/usekerberoskeytab.xml b/docs-xml/smbdotconf/security/usekerberoskeytab.xml
deleted file mode 100644 (file)
index ad6cc88..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<samba:parameter name="use kerberos keytab"
-                 context="G"
-                type="boolean"
-                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-<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>:
-<programlisting>
-[libdefaults]
-default_keytab_name = FILE:/etc/krb5.keytab
-</programlisting>
-       </para>
-
-</description>
-
-<value type="default">False</value>
-</samba:parameter>