docs:smbdotconf: remove swat-specific flags.
[amitay/samba.git] / docs-xml / smbdotconf / security / kerberosmethod.xml
index c95419442b7af872f192064619d5fdfb090e9469..a4948f2129c11abde156f725a46daa91814bfe4c 100644 (file)
@@ -1,5 +1,4 @@
 <samba:parameter name="kerberos method" context="G" type="enum"
-                advanced="1" developer="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>
@@ -8,7 +7,7 @@
 
        <para>Valid options are:</para>
        <itemizedlist>
-         <listitem><para>secrets only - use only the secrets.(n)tdb for
+         <listitem><para>secrets only - use only the secrets.tdb for
          ticket verification (default)</para></listitem>
 
          <listitem><para>system keytab - use only the system keytab
@@ -17,7 +16,7 @@
          <listitem><para>dedicated keytab - use a dedicated keytab
          for ticket verification</para></listitem>
 
-         <listitem><para>secrets and keytab - use the secrets.(n)tdb
+         <listitem><para>secrets and keytab - use the secrets.tdb
          first, then the system keytab</para></listitem>
        </itemizedlist>