[horde] Admin or lack of it
Kevin Angus
kangus at acats.com
Fri Apr 18 21:24:17 PDT 2003
Thank you, that fixed it, how do we get:
// Which users should be treated as administrators (root, super-user)
// by Horde? Example: $conf['auth']['admins'] = array('admin', 'john');
this changed in the config.php file so others understand?
If you have a user name of: bobby then $conf['auth']['admins'] =
array('bobby');
-----Original Message-----
From: horde-bounces at lists.horde.org
[mailto:horde-bounces at lists.horde.org]On Behalf Of Eric Rostetter
Sent: Friday, April 18, 2003 6:23 PM
To: horde at lists.horde.org
Subject: Re: [horde] Admin or lack of it
Quoting Kevin Angus <kangus at acats.com>:
> I've read the list and can not find/figure out why my admin isn't working,
> $conf['auth']['admins'] = array('horde','somepassword');
The array only holds the username, not the password. The account must
already
exist and be a valid horde login. Adding the proper user login id to the
array makes it an admin account. So you want something like one of:
$conf['auth']['admins'] = array('horde');
or
$conf['auth']['admins'] = array('horde at domain');
The second for is needed if your logins are fully qualified either because
you use IMP logins with a realm specified, or you login with a fully
qualified name at the login screen.
> I have a user in the database called horde and can login to horde as
> horde/password, the other modules are not functional as I need to get into
> horde to set them up, I guess
Yes. Adding the username (in appropriate format) should make that login
an admin login.
> Where should I see the link to the admin functions?
On the horde summary page.
> I just grabbed the latest version from cvs, how do you tell what the
version
> number is of the files downloaded from cvs?
Look at lib/version.php for each module. I think the test.php file
will also show the versions.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
--
Horde mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list