[imp] patch: ACLs for the rest of us
Brian Keifer
brian at valinor.net
Sun Feb 9 00:04:18 PST 2003
Hi, all.
The recent ACL patch to imp/lib/Session.php and imp/config/servers.php.dist
works out-of-the-box for Cyrus users, but the rest of us have to add a line to
our server config to avoid errors at the login screen.
'acl' => false,
Attached is a patch that adds this line to the non-Cyrus examples in
servers.php.dist.
-Brian
--
When all else fails, there's always delusion.
--Conan O'Brien
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
-------------- next part --------------
Index: servers.php.dist
===================================================================
RCS file: /usr/home/cvs/horde/imp/config/servers.php.dist,v
retrieving revision 1.31
diff -u -r1.31 servers.php.dist
--- servers.php.dist 7 Feb 2003 23:12:36 -0000 1.31
+++ servers.php.dist 9 Feb 2003 04:53:30 -0000
@@ -136,6 +136,7 @@
'realm' => '',
'preferred' => '',
'quota' => false,
+ 'acl' => false,
'dotfiles' => false,
'hierarchies' => array());
@@ -175,6 +176,7 @@
'realm' => '',
'preferred' => '',
'quota' => false,
+ 'acl' => false,
'dotfiles' => false,
'hierarchies' => array());
@@ -190,5 +192,6 @@
'realm' => '',
'preferred' => '',
'quota' => false,
+ 'acl' => false,
'dotfiles' => false,
'hierarchies' => array());
More information about the imp
mailing list