[horde] admin auth problems
Hermit
klowther at cisnet.com
Thu Jan 20 09:33:17 PST 2005
I did some upgrades to my Apache yesterday because it wasn't logging. Logging
is fixed. Horde broke. rpms.... sigh
Since I was going to be fixing things, I grabbed the latest CVS last night.
I have most of it back up and working. Seems Mandrake made some changes to some
of the php stuff. One thing that has me baffled. I can login and do email and
just about everthing else. I can go make config changes but cannot save the
config. But, I get logged out when I try to save the config.
This from the conf.php file:
$conf['auth']['admins'] = array('hermit');
Is there a syntax error I am missing? I can see the setup and get into it so it
must recognize me as admin, but I get logged out and find this in the logs:
Jan 20 12:17:26 HORDE [debug] [] SQL Query by DataTree_sql::_buildLoadQuery():
SELECT datatree_id, datatree_parents FROM horde_datatree WHERE datatree_name =
'horde' AND group_uid = 'horde.perms' ORDER BY datatree_id [on line 173 of
"/usr/share/pear/Horde/DataTree/sql.php"]
Jan 20 12:17:26 HORDE [debug] [] User does not have READ permission for horde
[on line 650 of "/usr/share/pear/Horde/Registry.php"]
Jan 20 12:17:27 HORDE [info] [imp] 68.254.147.32 [on line 31 of
"/var/www/html/horde/imp/login.php"]
Line 650/1:
Horde::logMessage(sprintf('User %s does not have READ permission for
%s', Auth::getAuth(), $app), __FILE__, __LINE__, PEAR_LOG_DEBUG);
return PEAR::raiseError(sprintf(_("User %s is not authorised for
%s."), Auth::getAuth(), $this->applications[$app]['name']), 'permission_denied');
Ken
More information about the horde
mailing list