Re: Restricting users to their home dir’s

Markus Krause <[email protected]>
Newsgroups gmane.comp.horde.gollem
Message-ID <[email protected]>
Zitat von Sam Moore <[email protected]>:
> Horde 3.1.3
> gollem 1.0.2

Horde 3.1.4
Gollem 1.0.3

>
> 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?

Yes, we do it here with the following settings in  
horde/gollem/config/backends.php:
----
$backends['file'] = array(
     'name' => 'Virtual Home',
     'driver' => 'file',
     'preferred' => '',
     'hordeauth' => false,
     'params' => array(
         'vfsroot' => '/var/horde-vfs/home/' . Auth::getAuth(),
     ),
     'loginparams' => array(),
     'root' => '/',
     'home' => '/',
     'createhome' => false,
     'quota' => false,
     'clipboard' => true,
     'attributes' => array('type', 'name', 'download', 'modified', 'size')
);
----

there may be other and even better ways to do this :-)

regards
    markus

+-----------------------------------------------------------------+
| Markus Krause, Mogli-Soft                                       |
| Support for Mac OS X, Webmail/Horde, LDAP, RADIUS, MySQL        |
| by order of the                                                 |
|    Computing Center of the Max-Planck-Institute of Biochemistry |
+--------------------------------+--------------------------------+
| E-Mail: [email protected]  |  Tel.: 089 - 89 40 85 99       |
|         [email protected]  |  Fax.: 089 - 89 40 85 98       |
|  Skype: markus.krause          | iChat: [email protected]   |
+--------------------------------+--------------------------------+

----------------------------------------------------------------------
      This message was sent using https://webmail2.biochem.mpg.de
If you encounter any problems please report to [email protected]


-- 
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.