diff options
author | Tomas Bzatek <tbzatek@redhat.com> | 2013-01-24 16:05:15 +0100 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2013-01-24 16:05:15 +0100 |
commit | 54914bbc688d108c95f3d7a51bfe29d2a917a287 (patch) | |
tree | 27d82913d72435faa6294d8e2e7644de09021108 /test | |
parent | d4c9c43daf7abd3831862ea8f794188ac978f14b (diff) | |
download | gvfs-54914bbc688d108c95f3d7a51bfe29d2a917a287.tar.gz |
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
Diffstat (limited to 'test')
-rwxr-xr-x | test/gvfs-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gvfs-test b/test/gvfs-test index 5eb85e3a..9682c5a8 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] |