Problems authenticate user logins to ZoneMinder

Forum for questions and support relating to the 1.25.x releases only.
Locked
lukeyduke
Posts: 8
Joined: Tue Sep 03, 2013 2:40 pm

Problems authenticate user logins to ZoneMinder

Post by lukeyduke »

Hi,

I have managed to just about complete configuring Zoneminder 1.25 on CentOS 6.3. I have having problems activating the OPT_USE_AUTH option. I cannot login using the default password.

I have checked the hashed password and I am entering it correct. It is 'admin'. I am just always returned to the login page.

Has anyone encountered this before? I figure it is maybe something to do with the PHP sessions settings or a file permission.

Any help would be appreciated.

Regards,

Luke
lukeyduke
Posts: 8
Joined: Tue Sep 03, 2013 2:40 pm

Re: Problems authenticate user logins to ZoneMinder

Post by lukeyduke »

Just in case anyone else has the same problem. Check the permissions of the PHP Sessions folder. On CentOS 6.3 this is /var/lib/php/session
ksampat
Posts: 1
Joined: Wed Sep 30, 2015 4:54 am

Re: Problems authenticate user logins to ZoneMinder

Post by ksampat »

Thanks for your post! I spent a few days trying to find the solution.
chmod 777 on the phpsessions directory did it.
Locked