can't no login no more after changing options

Support and queries relating to all previous versions of ZoneMinder
Locked
u238
Posts: 9
Joined: Sun Sep 25, 2005 5:04 pm

can't no login no more after changing options

Post by u238 »

Hi,

I've changed an option under "options" in the ZM-console... i think it's name was "AUTH_LOGIN" or something like this, have set it to "true" and at the next login the admin/admin doesn't work anymore!! ..what is happened?

when i try to login with admin/admin, the browser showes me "logging in.." and the the login page showes up newly...
Gentoo Linux on AMD64
u238
Posts: 9
Joined: Sun Sep 25, 2005 5:04 pm

Post by u238 »

i've momentarily changed this entry in the zm database in mysql:

Code: Select all

UPDATE Config SET Value='0' WHERE Name='ZM_OPT_USE_AUTH';
So logins are disabled... but i prefer that logins are enabled... is there some other db-entry that i can modify?
Gentoo Linux on AMD64
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

not sure as im not to up on these things but what version of php you using?

James
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

do you have openssl and glibc-devel installed? ZM needs to compile against this libraries (libcrypt.a) in order to use authentication and needs openssl package to work.
Regards,
Cordel
u238
Posts: 9
Joined: Sun Sep 25, 2005 5:04 pm

Post by u238 »

openssl 0.9.7e-r1
glibc 2.3.4.20041102-r1
php 4.4.0-r3

i don't understand because when I installed ZM the login admin/admin was working.. and after many "options modifications" that i not remember it stopped to work!!!
Gentoo Linux on AMD64
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

over my head sorry thought it might be a php 5 issue

James
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

If you set ZM_AUTH_METHOD to true and it stoped working I stick with my original post. Else your database may have errors and in need of repair. or the users password has been changed or removed.
Regards,
Cordel
Locked