[horde] Still having problems logging in
Jan Schneider
jan at horde.org
Wed Jan 30 03:57:00 PST 2002
Zitat von Anthony Ryan Mattke <tony at iphere.com>:
> Ok, So I tried some debugging in the admin/user.php file
>
> I don't know much about php or horde, so I'm not sure where to see
> where
> these variables are actually included into the project at, But this is
> what I've found out.
>
> I added this to admin/user.php
>
> var_dump(@is_array($conf['auth']['admins']));
> print "." . $conf['auth']['admins'] . ".";
> var_dump($conf['auth']['driver']);
>
> And what I get back is conclusive that my settings don't get loaded at
> all from my horde.php file.. But menu.php does reflect changes in my
> registry.php file (IE I see the IMP mail link at the bottom when I'm
> logging into horde)
>
> So where does it actually load the config from horde.php and why isn't
> it doing it. ??
If it wouldn't load horde.php it would stop from working completely.
var_dump($conf['auth']['admins']) should give you the array pretty printed
that contains your admins.
But thats not your problem, your problem is that you can't login at all,
right? A starting point may be lib/Auth/sql.php. Try to find out where in
the authenticate() method which value is returned.
Jan.
--
::::::::::::::::::::::::::::::::::::::::
AMMMa AG - discover your knowledge
:::::::::::::::::::::::::::
Detmolder Str. 25-33 :: D-33604 Bielefeld
fon +49.521.96878-0 :: fax +49.521.96878-20
http://www.ammma.de
::::::::::::::::::::::::::::::::::::::::::::::
More information about the horde
mailing list