s3: introduce a new share config option "durable handles" defaulting to "yes"
commit1d012a6780c543620413b24237cb7e9b97a6e3bc
authorMichael Adam <obnox@samba.org>
Thu, 6 Sep 2012 12:23:26 +0000 (6 14:23 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 8 Sep 2012 17:46:08 +0000 (8 19:46 +0200)
treecc480d606db4060958c6c29343b072471c9db184
parentba011c1de0e8dc4c6bb9e2b53fef2f0fcff43854
s3: introduce a new share config option "durable handles" defaulting to "yes"

This is in order to be able to turn durable handles off and on on a per share
basis.

Note: This is only used in combination with:

kernel share modes = no
kernel oplocks = no
posix locking = no

Which means CIFS/SMB2 only access.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/param/param_functions.c
lib/param/param_table.c
source3/include/proto.h
source3/param/loadparm.c