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 | a0e672af9e5ddbb35a53d8b906e735a1d48849ce (patch) | |
tree | 29161919b399f67b5fefa29e55bdf29587a7af69 /testdata/samba3 | |
parent | d991196655a5102275736a32bf4861ae193a3761 (diff) | |
download | samba-a0e672af9e5ddbb35a53d8b906e735a1d48849ce.tar.gz |
r9828: Fix path to testdata (tests are always run from source/)
(This used to be commit 76666d401071bf9b67b0402efc1d647f45533259)
Diffstat (limited to 'testdata/samba3')
-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] |