Summary | User is not authorized for horde |
Queue | Horde Base |
Queue Version | 5.0.0beta5 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | hostmaster (at) ip6 (dot) li |
Created | 09/08/2012 (4680 days ago) |
Due | |
Updated | 07/11/2013 (4374 days ago) |
Assigned | |
Resolved | 09/10/2012 (4678 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
reinstalling etc I finally discovered that if I change the cookie
path by something other than '/' I got the error (Which may not be a
bug but IS a big hurdle)
Horde 5.1.1.
rampage.php on my horde website:
http://marc.info/?l=horde&m=137350543201886&w=2
reinstalling etc I finally discovered that if I change the cookie
path by something other than '/' I got the error (Which may not be a
bug but IS a big hurdle)
Horde 5.1.1.
reinstalling etc I finally discovered that if I change the cookie path
by something other than '/' I got the error (Which may not be a bug
but IS a big hurdle)
HORDE: User is not authorized for horde [pid 441 on line 259 of ...
5.0.2 was running fine, any hints ?
HORDE: User is not authorized for horde [pid 441 on line 259 of ...
5.0.2 was running fine, any hints ?
same time.
Please use the mailing list to ask for support.
http://www.horde.org/mail/ contains a list of all available mailing lists.
State ⇒ Not A Bug
Please use the mailing list to ask for support.
http://www.horde.org/mail/ contains a list of all available mailing lists.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ User is not authorized for horde
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
appears in syslog:
Sep 8 19:40:45 webmail-test HORDE: [horde] Login success for
xxx@example.net [192.168.116.22] to horde. [pid 3279 on line 160 of
"/var/www/test/login.php"]
Sep 8 19:40:45 webmail-test HORDE: User is not authorized for horde
[pid 3279 on line 266 of "/usr/share/php/Horde/Registry.php"]
backends.local.php:
<?php
$servers['imap'] = array(
// ENABLED by default
'disabled' => false,
'name' => 'IMAP Server',
'hostspec' => '192.168.116.2',
'hordeauth' => 'full',
'protocol' => 'imap',
'port' => 143,
'secure' => 'false',
'maildomain' => '',
'quota' => array(
'driver' => 'imap',
'params' => array(
'hide_when_unlimited' => true,
'unit' => 'MB'
)
),
'cache' => false,
'acl' => true,
);
this backend.local.php works without any problems in a Horde 4 environment.