Page 1 of 1

Can I disable web interface security from CLI?

Posted: Sun Jul 27, 2014 2:09 pm
by tstrike
Hi all,

Its been awhile.

Apparently my Zoneminder installation webinterface is not letting me in. I checked the ZM database to verify I was using the correct password I had setup and even reset up the admin password to make sure.

Its just getting stuck at the login screen. Can I disable security via CLI?

Thanks in advance

Re: Can I disable web interface security from CLI?

Posted: Mon Jul 28, 2014 12:36 am
by linuxsense
Add:

Code: Select all

ZM_OPT_USE_AUTH=0
to your zm.conf and restart zoneminder, should do the trick. If that fails you can change the value of ZM_OPT_USE_AUTH in the mySQL "Config" table to a "0". However, I just tested overriding it in zm.conf on one of my servers and it worked so that should be all you need. Just be sure to remove the option from the config if you want to re-enable auth.

Re: Can I disable web interface security from CLI?

Posted: Mon Jul 28, 2014 7:25 pm
by tstrike
linuxsense wrote:Add:

Code: Select all

ZM_OPT_USE_AUTH=0
to your zm.conf and restart zoneminder, should do the trick. If that fails you can change the value of ZM_OPT_USE_AUTH in the mySQL "Config" table to a "0". However, I just tested overriding it in zm.conf on one of my servers and it worked so that should be all you need. Just be sure to remove the option from the config if you want to re-enable auth.
Thank you so much. That worked for me perfectly!!! I was worried for a minute there!!!