docs:smbdotconf: add enumlist property to parameters where missing
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / ldap / clientldapsaslwrapping.xml
index a926cec6458b4beb37aa12b8895b5cb1f1691b3f..3152f0682ddd189b29dc040c83c92628cc497d2f 100644 (file)
@@ -1,7 +1,7 @@
 <samba:parameter name="client ldap sasl wrapping"
                  context="G"
-                        type="string"
-                advanced="1" 
+                 type="enum"
+                 enumlist="enum_ldap_sasl_wrapping"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>
        </para>
 
        <para>
-       The default value is <emphasis>plain</emphasis> which is not irritable 
-       to KRB5 clock skew errors. That implies synchronizing the time
-       with the KDC in the case of using <emphasis>sign</emphasis> or 
-       <emphasis>seal</emphasis>.
+       The default value is <emphasis>sign</emphasis>. That implies synchronizing the time
+       with the KDC in the case of using <emphasis>Kerberos</emphasis>.
        </para>
 </description>
-<value type="default">plain</value>
+<value type="default">sign</value>
 </samba:parameter>