prevent user from accessing others files
Per olof Ljungmark <[email protected]> Sun, 10 Aug 2014 23:09:29 +0200
| Newsgroups | gmane.comp.horde.gollem |
|---|---|
| Organization | BSDLabs AB |
| Message-ID | <[email protected]> |
Hi,
What should be changed in this configuration to contain users in their
home directory without access to '/' ?
$backends['file'] = array(
// Disabled by default
'disabled' => false,
'name' => 'Virtual Home Directories',
'driver' => 'file',
'hordeauth' => true,
'params' => array(
// The base location under which the user home directories live.
'vfsroot' => '/usr/home/horde/vfs',
// The default permissions to set for newly created folders and
files.
'permissions' => '700'
),
'loginparams' => array(),
'root' => '/',
'home' => $GLOBALS['registry']->getAuth(),
// 'createhome' => false,
// 'filter' => '^regex$',
// 'quota' => false,
'shares' => false,
'attributes' => array(
'type',
'name',
'share',
'edit',
'download',
'modified',
'size',
'permission'
)
);
Thank you,
//per
--
BSDLabs AB
--
gollem mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]