Re: Restricting users to their home dirXs

Anant Athavale <[email protected]>
Newsgroups gmane.comp.horde.gollem
Message-ID <[email protected]>
Following configuration works (backend.php)

$backends['file'] = array(
     'name' => 'Virtual Home Directories',
     'driver' => 'file',
     'preferred' => '',
     'hordeauth' => full,
     'params' => array(
         // The base location under which the user home directories live.
         'vfsroot' => '/tmp/home/',
         // The default permissions to set for newly created folders and files.
         // 'permissions' => $conf['umask']
      ),
     'loginparams' => array(),
      'root' => '/' . Auth::getAuth(),
      'home' => Auth::getAuth(),
      'createhome' => true,
      // 'filter' => '^regex$',
      'quota' => false,
      'clipboard' => false,
      'attributes' => array('type', 'name', 'download', 'modified', 'size')
);


Quoting Sam Moore <[email protected]>:

> Horde 3.1.3
> gollem 1.0.2
>
> I’m trying to lock users down so they can only view their home dir’s  
>  I’ve tried various incarnations of the ‘root’ statement to no avail.
>
> Has anyone got this working?
>
> Cheers,
>
> _________________________________________________________________
> Could you be the guest MSN Movies presenter? Click Here to Audition
> http://www.lightscameraaudition.co.uk



Regards,

Anant Athavale.
-- 
Gollem mailing list - Join the hunt: http://horde.org/bounties/#gollem
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.