summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-06 14:23:26 +0200
committerStefan Metzmacher <metze@samba.org>2012-09-08 19:46:08 +0200
commit1d012a6780c543620413b24237cb7e9b97a6e3bc (patch)
treecc480d606db4060958c6c29343b072471c9db184 /source3/param
parentba011c1de0e8dc4c6bb9e2b53fef2f0fcff43854 (diff)
downloadsamba-1d012a6780c543620413b24237cb7e9b97a6e3bc.tar.gz
samba-1d012a6780c543620413b24237cb7e9b97a6e3bc.tar.bz2
samba-1d012a6780c543620413b24237cb7e9b97a6e3bc.zip
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>
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 563d6446a0..f1999ad817 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -282,6 +282,7 @@ static struct loadparm_service sDefault =
#endif
.ismb_encrypt = SMB_SIGNING_DEFAULT,
.bKernelShareModes = true,
+ .bDurableHandles = true,
.param_opt = NULL,
.dummy = ""
};