summaryrefslogtreecommitdiff
path: root/docs/manpages/smb.conf.5
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-10-20 20:34:55 +0000
committerJeremy Allison <jra@samba.org>1997-10-20 20:34:55 +0000
commita6929fadf3ee74a896342a10c4713114410393cb (patch)
treefba09d1251a8385bffa3613d2cbed36f192baa22 /docs/manpages/smb.conf.5
parent79f4fb52c1ed56fd843f81b4eb0cdd2991d4d0f4 (diff)
downloadsamba-a6929fadf3ee74a896342a10c4713114410393cb.tar.gz
samba-a6929fadf3ee74a896342a10c4713114410393cb.tar.bz2
samba-a6929fadf3ee74a896342a10c4713114410393cb.zip
Adding make_smbcodepage.1 man page.
Updated smb.conf with dos filetimes. Jeremy (jallison@whistle.com) (This used to be commit c4a4a9016ea5654c5d945a935e60d4f1f3b073e5)
Diffstat (limited to 'docs/manpages/smb.conf.5')
-rw-r--r--docs/manpages/smb.conf.518
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5
index 432ef7035c..6774e670de 100644
--- a/docs/manpages/smb.conf.5
+++ b/docs/manpages/smb.conf.5
@@ -546,6 +546,8 @@ directory mode
dont descend
+dos filetimes
+
exec
fake oplocks
@@ -1264,6 +1266,22 @@ descend" entries. For example you may need "./proc" instead of just
.B Example:
dont descend = /proc,/dev
+.SS dos filetimes (S)
+Under DOS and Windows, if a user can write to a file they can change
+the timestamp on it. Under POSIX semantics, only the owner of the file
+or root may change the timestamp. By default, Samba runs with POSIX
+semantics and refuses to change the timestamp on a file if the user
+smbd is acting on behalf of is not the file owner. Setting this option
+to True allows DOS semantics and smbd will change the file timstamp as
+DOS requires. This is a correct implementation of a previous compile-time
+options (UTIME_WORKAROUND) which was broken and is now removed.
+
+.B Default:
+ dos filetimes = False
+
+.B Example:
+ dos filetimes = True
+
.SS encrypt passwords (G)
This boolean controls whether encrypted passwords will be negotiated