docs:smbdotconf: remove swat-specific flags.
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / protocol / aclcheckpermissions.xml
index 69162617596cb4b5737fd21d8f046691f50cc062..91d2b3fbef1fdbfe39ab776f197f7df980218115 100644 (file)
@@ -1,11 +1,13 @@
 <samba:parameter name="acl check permissions"
                  context="S"
                 type="boolean"
-                 advanced="1" wizard="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
+    <para>Please note this parameter is now deprecated in Samba 3.6.2 and will be removed
+    in a future version of Samba.
+    </para>
     <para>This boolean parameter controls what <citerefentry><refentrytitle>smbd</refentrytitle> 
-    <manvolnum>8</manvolnum></citerefentry>does on receiving a protocol request of "open for delete"
+    <manvolnum>8</manvolnum></citerefentry> does on receiving a protocol request of "open for delete"
     from a Windows client. If a Windows client doesn't have permissions to delete a file then they
     expect this to be denied at open time. POSIX systems normally only detect restrictions on delete by
     actually attempting to delete the file or directory. As Windows clients can (and do) "back out" a
     and allows the open. If the user doesn't have permission to delete the file this will only be
     discovered at close time, which is too late for the Windows user tools to display an error message
     to the user. The symptom of this is files that appear to have been deleted "magically" re-appearing
-    on a Windows explorer refersh. This is an extremely advanced protocol option which should not
+    on a Windows explorer refresh. This is an extremely advanced protocol option which should not
     need to be changed. This parameter was introduced in its final form in 3.0.21, an earlier version
     with slightly different semantics was introduced in 3.0.20. That older version is not documented here.
     </para>
 </description>
-<value type="default">True</value>
+<value type="default">yes</value>
 </samba:parameter>