Add Jerry's list of relevant TDB files to smbd manpage
[Samba.git] / docs / smbdotconf / misc / dosfilemode.xml
blob7cf26eddc6acd4c8f06b1c6adc003d98cfa67eb7
1 <samba:parameter name="dos filemode"
2                  context="S"
3                  type="boolean"
4                  xmlns:samba="http://samba.org/common">
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 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 is not changed, only the permissions 
15         are modified.</para>
16 </description>
17 <value type="default">no</value>
18 </samba:parameter>