Page 1 of 1

authentification doesn't work

Posted: Thu Aug 04, 2005 9:10 am
by Syl
I am almost done with setting up the camera, but the authentification doesn't work.
The database looks like this:
mysql> select * FROM Users;
+----+----------+----------------------------------+----------+---------+--------+--------+----------+--------+------------+
| Id | Username | Password | Language | Enabled | Stream | Events | Monitors | System| MonitorIds |
+----+----------+----------------------------------+----------+---------+--------+--------+----------+--------+------------+
| 1 | admin | 21232f297a57a5a743894a0e4a801fc3 | en_gb | 1 | View | Edit | Edit | Edit| 2 |
| 2 | silvian | vLKRJO9FDNLhI | en_gb | 1 | View | Edit | Edit | Edit| 2 |
+----+----------+----------------------------------+----------+---------+--------+--------+----------+--------+------------+
2 rows in set (0.00 sec)
I have two users, two different passwords (one encrypted with MD5 and the other with encrypt) and I cannot login to ZoneMinder with none of this usernames...
It's ZoneMinder 1.21.3 running on Mandrake 10.1.
What could be the problem ?

Posted: Tue Aug 09, 2005 9:58 pm
by lazyleopard
My guess is you have PHP 4.4.0 installed? If so, see the other threads on this subject.

Posted: Wed Aug 10, 2005 7:16 am
by Syl
nope... It's PHP 4.3.4 !

Posted: Wed Aug 10, 2005 10:34 am
by Syl
I've used authentification provided by Apache !

you've probe log: admin, psw: admin???

Posted: Wed Nov 09, 2005 9:44 pm
by crisivex
this the account by default, and iit works... If you have change it, for any reason. Copy the script in schema.sql that create that user and execute it in mysql as root. And ready go!!!

Posted: Wed Nov 09, 2005 9:56 pm
by cordel
There is another possibility that seems to give people greif in which openssl libs are not installed so if you compile from source without those you will not be able to login.
Check the config log in the source directory for any warnings about those.

Regars,
Cordel