smbd: Enable leases by default
[kai/samba-autobuild/.git] / docs-xml / smbdotconf / locking / smb2leases.xml
index 5ca13d2aa9088253de92766ebf44eb1b5e23dde5..65873001ed8852780ba75b69aa12f950cc76c86c 100644 (file)
@@ -7,8 +7,7 @@
        This boolean option tells <command moreinfo="none">smbd</command> whether to
        globally negotiate SMB2 leases on file open requests. Leasing is an SMB2-only
        feature which allows clients to aggressively cache files locally above and
-       beyond the caching allowed by SMB1 oplocks. This (experimental) parameter is
-       set to off by default until the SMB2 leasing code is declared fully stable.
+       beyond the caching allowed by SMB1 oplocks.
        </para>
 
        <para>
 
        <para>Note that the write cache won't be used for file handles with a smb2 write lease.</para>
 
-       <para>
-       The Samba implementation of leases is currently marked as experimental!
-       </para>
 </description>
 
 <related>oplocks</related>
 <related>kernel oplocks</related>
 <related>level2 oplocks</related>
 <related>write cache size</related>
-<value type="default">no</value>
+<value type="default">yes</value>
 </samba:parameter>