Zitat von [email protected]:
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/
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]