[imp] Disable folder sharing in IMP

Jan Schneider jan at horde.org
Tue May 8 09:16:44 UTC 2012


Zitat von lst_hoe02 at kwsoft.de:

> Hello
>
> we like to disable folder sharing in IMP and have therefore set the  
> following in prefs.local.php
>
>
> // *** ACL Preferences ***
>
> $prefGroups['acl'] = array(
>     'column' => _("General"),
>     'label' => _("Share Folders"),
>     'desc' => _("Share your mail folders with other users."),
>     'members' => array('aclmanagement')
> );
>
> // ACL preference management screen
> $_prefs['aclmanagement'] = array(
>     'type' => 'special'
> );
>
> // folder sharing preferences
> $_prefs['acl'] = array(
>     // set 'locked' => true to disable folder sharing
>     'locked' => true,
>     'value' => ''
> );
>
> This does not work, folder sharing is still possible for users with  
> no initial prefs. What have we done wrong?

Disable the acl setting in the backend configuration. Or don't enable it.

-- 
Jan Schneider
The Horde Project
http://www.horde.org/




More information about the imp mailing list