false, 'name' => 'Filesystem', 'driver' => 'file', 'hordeauth' => true, 'params' => array( // The base location under which the user home directories live. 'vfsroot' => '__DATA_DIR__', // The default permissions to set for newly created folders and files. // 'permissions' => '750' ), 'loginparams' => array(), 'root' => '/', 'home' => $GLOBALS['registry']->getAuth(), // 'createhome' => false, // 'filter' => '^regex$', // 'quota' => false, 'shares' => true, 'attributes' => array( 'type', 'name', 'share', 'edit', 'download', 'modified', 'size', ) );