From d89d6779f9827da816a05065919cd070068b8848 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Thu, 6 Feb 2014 13:25:25 +0100 Subject: [PATCH] Document new config file options in comments. --- etc/vfs.conf.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/vfs.conf.in b/etc/vfs.conf.in index dbb6dea..d356687 100644 --- a/etc/vfs.conf.in +++ b/etc/vfs.conf.in @@ -5,3 +5,13 @@ LoadPlugin plugin_vfs /usr/lib@LIB_SUFFIX@/dmlite/plugin_vfs.so TokenPassword change-this TokenId ip TokenLife 1000 + +# global authz (default: Allow .*, AllowWrite .*) +#Allow .* +#AllowWrite .* +#Deny +#DenyWrite + +# directory prefix locations (default: empty) +#NSPrefix /var/lib/dmlite-vfs-catalog +#DiskPrefix /var/lib/dmlite-vfs-data -- 1.8.2.3