diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-31 14:30:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:36:16 -0500 |
commit | 76666d401071bf9b67b0402efc1d647f45533259 (patch) | |
tree | 27252a8f12dc22bffb41f9058625fb5a3aeb8ffd /testdata | |
parent | fb2fd8da10b281b2064d4cae5d5a0630e8a207da (diff) | |
download | samba-76666d401071bf9b67b0402efc1d647f45533259.tar.gz |
r9828: Fix path to testdata (tests are always run from source/)
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/samba3/smb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/samba3/smb.conf b/testdata/samba3/smb.conf index b0b74d008d7..a903dc2c3e5 100644 --- a/testdata/samba3/smb.conf +++ b/testdata/samba3/smb.conf @@ -1,7 +1,7 @@ [global] workgroup = SAMBA security = user - passdb backend = smbpasswd:smbpasswd tdbsam:passdb.tdb ldapsam:tdb://samba3.ldb + passdb backend = smbpasswd:../testdata/samba3/smbpasswd tdbsam:../testdata/samba3/passdb.tdb ldapsam:tdb://samba3.ldb debug level = 5 [cd1] |