diff options
-rw-r--r-- | source4/scripting/python/samba/tests/samba3.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/tests/samba3.py b/source4/scripting/python/samba/tests/samba3.py index 03f1902142..260e151fd3 100644 --- a/source4/scripting/python/samba/tests/samba3.py +++ b/source4/scripting/python/samba/tests/samba3.py @@ -66,6 +66,7 @@ class PassdbTestCase(TestCase): self.lp.load(os.path.join(DATADIR, "smb.conf")) self.lp.set("private dir", DATADIR) self.lp.set("state directory", DATADIR) + self.lp.set("lock directory", DATADIR) passdb.set_secrets_dir(DATADIR) self.pdb = passdb.PDB("tdbsam") |