[hermes] cant resolve an error in hermes

Ryan McDonald ryan at rlmnet.net
Tue Apr 8 16:40:10 PDT 2003


Ed (and everyone else),

Thanks for responding but I think you misunderstood what I was saying.  
I can successfully set up admins in horde/config/conf.php like so...

$conf['auth']['admins'] = array('johndoe');

But my problem is that when I tell horde to let imp do the auth, like 
below,  johndoe is no longer an admin.

$conf['auth']['driver'] = 'application';
$conf['auth']['params']['app'] = 'imp';
$conf['auth']['admins'] = array('johndoe');

I promise I've read the documentation but I still can't figure out what 
I'm doing wrong as far as having imp-authed admins goes.

-Ryan



eculp at encontacto.net wrote:

>Quoting Ryan McDonald <ryan at rlmnet.net>:
>
>| I have a reasonably sane install of the head-cvs of horde, imp, and
>| hermes. (horde/imp works with no errors and there are no gotchas seen on
>| the test.php page)
>|
>| I keep getting the following error right when I click on Time Tracking in
>| the 'toolbar'.
>|
>| Fatal error: Call to undefined function: singleton()
>| in /var/www/html/horde/hermes/time.php on line 17
>|
>| My sql database is created correctly and I have configured hermes to use
>| the right login credentials to mysql.
>|
>| I do have the latest pear and I do have the Log module for pear.
>|
>| By the way, if you let IMP do your main auth, how do you
>| define "administrator" users?  I can define admins as long as I dont use
>| imp for the auth.
>
>Ryan, you just need to configure the following in horde/config/conf.php
>
>// Which users should be treated as administrators (root, super-user)
>// by Horde? Example: $conf['auth']['admins'] = array('admin', 'john');
>$conf['auth']['admins'] = array();
>
>good luck,
>
>ed
>
>-------------------------------------------------
>
>
>  
>




More information about the hermes mailing list