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
radius integration
Re: radius integration
Not as of today, as far as I know.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
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
I no longer work on zmNinja, zmeventnotification, pyzm or mlapi. I may respond on occasion based on my available time/interest.
Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
Re: radius integration
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).
- knight-of-ni
- Posts: 2406
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: radius integration
I found the following after reading Linwood's comment:
http://www.tldp.org/HOWTO/archived/LDAP ... adius.html
Sounds doable.
http://www.tldp.org/HOWTO/archived/LDAP ... adius.html
Sounds doable.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
All of these can be found at https://zoneminder.blogspot.com/