Page 1 of 1

radius integration

Posted: Mon Aug 31, 2015 3:17 pm
by gullio23
hello,
i need to know if there is an option for radius authentication on zoneminder. there is a solution that i can implement or any suggestions?

thanks a lot

Re: radius integration

Posted: Wed Sep 02, 2015 3:33 pm
by asker
gullio23 wrote:hello,
i need to know if there is an option for radius authentication on zoneminder. there is a solution that i can implement or any suggestions?

thanks a lot
Not as of today, as far as I know.
You can always add your own logic --> the place where ZM validates user authentication is web/includes/actions.php
Just remember to read the code and understand how ZM manages its own authentication otherwise you may break its own checks - it does checks each time you ask for viewing events, feeds etc -- via the "canView" and "canEdit" functions

Re: radius integration

Posted: Wed Sep 02, 2015 8:39 pm
by Linwood
I haven't done any research on this but another possibility if you need just "on/off" type authentication as opposed to authorization levels is turn off zoneminder authentication and use radius integration with apache2 instead (I assume it can do that, I've only done ldap).

Re: radius integration

Posted: Thu Sep 03, 2015 1:58 pm
by knight-of-ni
I found the following after reading Linwood's comment:

http://www.tldp.org/HOWTO/archived/LDAP ... adius.html

Sounds doable.