Documentation for "store create time".
authorJeremy Allison <jra@samba.org>
Wed, 12 Aug 2009 20:54:38 +0000 (13:54 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 12 Aug 2009 20:54:38 +0000 (13:54 -0700)
Jeremy.

docs-xml/smbdotconf/filename/storecreatetime.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/filename/storecreatetime.xml b/docs-xml/smbdotconf/filename/storecreatetime.xml
new file mode 100644 (file)
index 0000000..5957a5d
--- /dev/null
@@ -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>