[gollem] Backend -file- and groups

Jan Schneider jan at horde.org
Fri Apr 8 15:02:56 UTC 2011


Zitat von webmaster at mairie-meyzieu.fr:

> Just to understand... I thought that horde permissions could show or  
> not folders if I give the right to the backend. Ex. backend1 = group1
>
> I configured group folder like this and i gave all permissions to my  
> group on this backend.
>
> $backends['file_group'] = array(
> 'name' => 'group',
> 'driver' => 'file',
> 'preferred' => '',
> 'hordeauth' => true,
> 'params' => array(
> // The base location under which the user home directories live.
> 'vfsroot' => '/home/group/',
> // The default permissions to set for newly created folders and files.
> // 'permissions' => $conf['umask']
> ),
> 'loginparams' => array(),
> 'root' => '/',
> 'home' => '/',
> // 'createhome' => false,
> // 'filter' => '^regex$',
> // 'quota' => false,
> 'clipboard' => true,
> 'attributes' => array('type', 'name', 'edit', 'download',  
> 'modified', 'size', 'permission')
> );
>
> Why does it need FTP ?

Because only the adminstrator can set up permissions like that. If you  
want your users to share certain folders with their groups, you need a  
backend that supports it.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the gollem mailing list