~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/misc/dosfiletimes.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<samba:parameter name="dos filetimes"
 
2
                 context="S"
 
3
                 type="boolean"
 
4
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
5
<description>
 
6
        <para>Under DOS and Windows, if a user can write to a 
 
7
        file they can change the timestamp on it. Under POSIX semantics, 
 
8
        only the owner of the file or root may change the timestamp. By 
 
9
        default, Samba runs with POSIX semantics and refuses to change the 
 
10
        timestamp on a file if the user <command moreinfo="none">smbd</command> is acting 
 
11
        on behalf of is not the file owner. Setting this option to <constant>
 
12
        yes</constant> allows DOS semantics and <citerefentry><refentrytitle>smbd</refentrytitle>
 
13
        <manvolnum>8</manvolnum></citerefentry> will change the file 
 
14
        timestamp as DOS requires. Due to changes in Microsoft Office 2000 and beyond,
 
15
        the default for this parameter has been changed from "no" to "yes" in Samba 3.0.14
 
16
        and above. Microsoft Excel will display dialog box warnings about the file being
 
17
        changed by another user if this parameter is not set to "yes" and files are being
 
18
        shared between users.
 
19
        </para>
 
20
</description>
 
21
<value type="default">yes</value>
 
22
</samba:parameter>