Summary | memcache & permissions system |
Queue | Horde Base |
Queue Version | 3.3.8 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | sergio.raspaolo (at) eng (dot) it |
Created | 08/24/2010 (5427 days ago) |
Due | |
Updated | 08/27/2010 (5424 days ago) |
Assigned | 08/24/2010 (5427 days ago) |
Resolved | 08/27/2010 (5424 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
perhaps is resolved.
Seems to be related to the memcached php library version. I've tried
with a 2.2.5 (stable) version instead of 3.0.1 (beta, from debian
lenny distro (!!)) and now seems to work correctly.
Thanks
Sergio
I've also tried using a file based session handler instead of the same
memcache server. Nothing.
New Attachment: conf.php
sorry for my English......
resource, either using datatree or horde_perms.
If I disable the cache system or I use another driver, horde correctly
disables
the access to the resource.
My installation is a Horde Groupware Webmail Edition 1.2.6 with a
totally clean db.
This is the permission record in datatree (turba disabled):
2 horde.perms raspaolo turba
a:2:{s:4:"type";s:6:"matrix";s:7:"default";i:0;} 15
It denies the access to turba application only disabling memcache
caching system:
diff conf.php conf.bak.php
75c75
< $conf['cache']['driver'] = 'none';
---
> $conf['cache']['driver'] = 'memcache';
In attachment the working configuration with memcache disabled.
Thx !!!
Bye
Sergio
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ memcache & permissions system
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
permissions system at all.
This happend with sql-based cache and use_memorycache=memcache too.