From: František Dvořák Date: Sun, 23 Feb 2014 15:48:28 +0000 (+0100) Subject: Update configuration file, it is possible to use VFS plugin parts separately. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=eaecb277058bc8e54663ca790ef98e395f99125c;p=dmlite-plugins-vfs.git Update configuration file, it is possible to use VFS plugin parts separately. --- diff --git a/etc/vfs.conf.in b/etc/vfs.conf.in index d356687..2a6f152 100644 --- a/etc/vfs.conf.in +++ b/etc/vfs.conf.in @@ -1,6 +1,24 @@ -# Load the VFS plugin +# Load the VFS plugin (all-in-one lightweight version) LoadPlugin plugin_vfs /usr/lib@LIB_SUFFIX@/dmlite/plugin_vfs.so +# +# Load the enhanced version of VFS plugin (to be used instead of plugin_vfs) +# +# Catalog has custom directory format with user extended attributes for +# metadata. +# +#LoadPlugin plugin_vfs_ns /usr/lib@LIB_SUFFIX@/dmlite/plugin_vfs.so + +# +# VFS authorization (to be used with plugin_vfs_ns or standalone) +# +#LoadPlugin plugin_vfs_authn /usr/lib@LIB_SUFFIX@/dmlite/plugin_vfs.so + +# +# VFS disk (to be used with plugin_vfs_ns or standalone) +# +#LoadPlugin plugin_vfs_disk /usr/lib@LIB_SUFFIX@/dmlite/plugin_vfs.so + # Token generation TokenPassword change-this TokenId ip