This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
[tprouty/samba.git] / docs / docbook / smbdotconf / misc / dosfiletimes.xml
1 <samba:parameter name="dos filetimes"
2                  context="S"
3                  xmlns:samba="http://samba.org/common">
4 <listitem>
5         <para>Under DOS and Windows, if a user can write to a 
6         file they can change the timestamp on it. Under POSIX semantics, 
7         only the owner of the file or root may change the timestamp. By 
8         default, Samba runs with POSIX semantics and refuses to change the 
9         timestamp on a file if the user <command moreinfo="none">smbd</command> is acting 
10         on behalf of is not the file owner. Setting this option to <constant>
11         yes</constant> allows DOS semantics and <citerefentry><refentrytitle>smbd</refentrytitle>
12         <manvolnum>8</manvolnum></citerefentry> will change the file 
13         timestamp as DOS requires.</para>
14
15         <para>Default: <command moreinfo="none">dos filetimes = no</command></para>
16 </listitem>
17 </samba:parameter>