diff options
author | Jeremy Allison <jra@samba.org> | 2009-08-12 13:54:38 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-08-12 13:54:38 -0700 |
commit | 7ad5c69bd45d9211dc3bceb655d63d2f141f1bc6 (patch) | |
tree | a376308e31d0e18514345082d5f8b5a0f8dffd49 /docs-xml/smbdotconf | |
parent | d6270df748dcfd8d5a02c328518c2332da8fbed5 (diff) | |
download | samba-7ad5c69bd45d9211dc3bceb655d63d2f141f1bc6.tar.gz samba-7ad5c69bd45d9211dc3bceb655d63d2f141f1bc6.tar.bz2 samba-7ad5c69bd45d9211dc3bceb655d63d2f141f1bc6.zip |
Documentation for "store create time".
Jeremy.
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/filename/storecreatetime.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/filename/storecreatetime.xml b/docs-xml/smbdotconf/filename/storecreatetime.xml new file mode 100644 index 0000000000..5957a5db10 --- /dev/null +++ b/docs-xml/smbdotconf/filename/storecreatetime.xml @@ -0,0 +1,15 @@ +<samba:parameter name="store create time" + context="S" + type="boolean" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para> + If this parameter is set Samba attempts to store a create timestamp on any file or directory created by Samba + in a filesystem extended attribute. The data is written as an 8 byte Windows timestamp in little-endian form + in attribute named "user.DosTimestamps". This extended attribute is explicitly hidden from smbd clients requesting an + EA list. On Linux the filesystem must have been mounted with the mount option user_xattr in order for + extended attributes to work, also extended attributes must be compiled into the Linux kernel. + </para> +</description> +<value type="default">no</value> +</samba:parameter> |