[gvfs] gvfs-test: Fix private dir in generated smb.conf
- From: Tomas Bzatek <tbzatek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] gvfs-test: Fix private dir in generated smb.conf
- Date: Thu, 24 Jan 2013 15:15:09 +0000 (UTC)
commit 54914bbc688d108c95f3d7a51bfe29d2a917a287
Author: Tomas Bzatek <tbzatek redhat com>
Date: Thu Jan 24 16:05:15 2013 +0100
gvfs-test: Fix private dir in generated smb.conf
Testing on Samba 3.6.9, "private directory" directive is not recognized
and smbd fails on secrets.tdb paths. This comes with Samba 4.0, however
it's still a synonym for "private dir" so let's use that.
https://bugzilla.gnome.org/show_bug.cgi?id=691568
test/gvfs-test | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/gvfs-test b/test/gvfs-test
index 5eb85e3..9682c5a 100755
--- a/test/gvfs-test
+++ b/test/gvfs-test
@@ -724,7 +724,7 @@ lock directory = %(workdir)s/samba
state directory = %(workdir)s/samba
cache directory = %(workdir)s/samba
pid directory = %(workdir)s/samba
-private directory = %(workdir)s/samba
+private dir = %(workdir)s/samba
ncalrpc dir = %(workdir)s/samba
[public]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]