smbd: fileserver: Change defaults to work with EA support out of the box.
[metze/samba/wip.git] / docs-xml / smbdotconf / filename / mapreadonly.xml
index 24a2c841432850a3a869414eae4d6ab39d50389b..dae17c25614fdb4f5c059c885b28f6d701263fd2 100644 (file)
@@ -1,6 +1,7 @@
 <samba:parameter name="map readonly"
                  context="S"
-                type="enum"
+                 type="enum"
+                 enumlist="enum_map_readonly"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>
                </para></listitem>
     </itemizedlist>
 
+        <para>
+        Note that this parameter will be ignored if the <smbconfoption name="store dos attributes"/>
+        parameter is set, as the DOS 'read-only' attribute will then be stored inside a UNIX extended
+        attribute.
+        </para>
+
+        <para>
+        The default has changed to no in Samba release 4.9.0 and above to allow better Windows
+        fileserver compatibility in a default install. In addition the default setting of
+        <smbconfoption name="store dos attributes"/> has been changed to <constant>Yes</constant>
+        in Samba release 4.9.0 and above.
+        </para>
+
 </description>
-<value type="default">yes</value>
+<value type="default">no</value>
 </samba:parameter>