Hello,
I just installed midgard and have it running, but I can't login to the admin
site or /asgard. I keep getting an Authorization Failed page. I'm using 'admin'
and 'password'.
Here is the apache error log entry:
[Wed Mar 26 23:05:02 2003] [debug] mod_midgard.c(99): [client 192.168.1.1]
Midgard: basic auth failed ([unset], -7)
Here is the midgard error log:
midgard-lib:14874:debug:query=SELECT person.id,person.password FROM
person,member WHERE person.username='admin' AND person.sitegroup=0 AND
member.uid = person.id AND member.gid=0
When i run that sql statement manually I get:
mysql> SELECT person.id,person.password FROM person,member WHERE
-> person.username='admin' AND person.sitegroup=0 AND member.uid =
person.id AND member.gid=0;
+----+----------+
| id | password |
+----+----------+
| 1 | password |
+----+----------+
1 row in set (0.00 sec)
Which seems correct, though I'm not sure. I searched google and went through the
list archive, but haven't found anything. Has anyone seen this ([unset] -7)
error before? Any ideas?
Thanks,
Dan H.
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]