Page 1 of 1

can't no login no more after changing options

Posted: Fri Sep 30, 2005 12:41 pm
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...

Posted: Fri Sep 30, 2005 1:14 pm
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?

Posted: Fri Sep 30, 2005 2:23 pm
by jameswilson
not sure as im not to up on these things but what version of php you using?

James

Posted: Fri Sep 30, 2005 5:36 pm
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

Posted: Fri Sep 30, 2005 8:42 pm
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!!!

Posted: Fri Sep 30, 2005 10:51 pm
by jameswilson
over my head sorry thought it might be a php 5 issue

James

Posted: Fri Sep 30, 2005 11:10 pm
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