From 7ad5c69bd45d9211dc3bceb655d63d2f141f1bc6 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 12 Aug 2009 13:54:38 -0700 Subject: Documentation for "store create time". Jeremy. --- docs-xml/smbdotconf/filename/storecreatetime.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs-xml/smbdotconf/filename/storecreatetime.xml (limited to 'docs-xml/smbdotconf/filename/storecreatetime.xml') 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 @@ + + + + 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. + + +no + -- cgit