git-svn-id: https://svn.cern.ch/reps/lcgdm/dmlite-plugins-vfs/trunk@7082 
4525493e-7705-40b1-a816-
d608a930855b
 # Subdirectories
 add_subdirectory (src)
 
+# Configuration files
+configure_file (${CMAKE_CURRENT_SOURCE_DIR}/etc/vfs.conf.in
+                ${CMAKE_CURRENT_BINARY_DIR}/etc/vfs.conf
+                @ONLY)
+
+install (FILES       ${CMAKE_CURRENT_BINARY_DIR}/etc/vfs.conf
+         DESTINATION etc/dmlite.conf.d/disabled)
 
 %defattr(-,root,root,-)
 %{_libdir}/dmlite/plugin_vfs.so
 %doc LICENSE README RELEASE-NOTES
+%config(noreplace) %{_sysconfdir}/dmlite.conf.d/*
 
 %changelog
 * Mon Aug 20 2012 Alejandro Alvarez <alejandro.alvarez.ayllon@cern.ch> - 0.1.0-1
 
--- /dev/null
+# Load the VFS plugin
+LoadPlugin plugin_vfs /usr/lib@LIB_SUFFIX@/dmlite/plugin_vfs.so
+
+# Token generation
+TokenPassword change-this
+TokenId ip
+TokenLife 1000