enable strict locking by default. This will be slow, so now we just
authorAndrew Tridgell <tridge@samba.org>
Thu, 6 Sep 2001 01:22:17 +0000 (01:22 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 6 Sep 2001 01:22:17 +0000 (01:22 +0000)
need to fiind a way to make it fast

source/param/loadparm.c

index 2a991466a1aa20cc5f6c37f72bfa74a7c6bdb90e..98bb5abd09dbf03996281fb4a090b2bf791e934d 100644 (file)
@@ -471,7 +471,7 @@ static service sDefault = {
        False,                  /* bMap_hidden */
        True,                   /* bMap_archive */
        True,                   /* bLocking */
-       False,                  /* bStrictLocking */
+       True,                   /* bStrictLocking */
        True,                   /* bPosixLocking */
        True,                   /* bShareModes */
        True,                   /* bOpLocks */