Moving docs tree to docs-xml to make room for generated docs in the release tarball.
[ira/wip.git] / docs-xml / smbdotconf / misc / dosfilemode.xml
1 <samba:parameter name="dos filemode"
2                  context="S"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para> The default behavior in Samba is to provide 
7         UNIX-like behavior where only the owner of a file/directory is 
8         able to change the permissions on it.  However, this behavior
9         is often confusing to  DOS/Windows users.  Enabling this parameter 
10         allows a user who has write access to the file (by whatever 
11         means) to modify the permissions (including ACL) on it.  Note that a user
12         belonging to the group owning the file will not be allowed to
13         change permissions if the group is only granted read access.
14         Ownership of the file/directory may also be changed.</para>
15 </description>
16 <value type="default">no</value>
17 </samba:parameter>