Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check radius

Rating
3 votes
Favoured:
1
Hits
108882
Files:
FileDescription
radauth-1.00.tar.gzoriginal radauth from Matt Miller
radauth.cmodified radauth.c
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
radius autentication plugin for nagios.
this plugin will check authentication against radius server with only few command line parameters.

command line example:
./radauth -r 127.0.0.1 -s secret -u user -p password -t 10

there is also intercative mode( read radauth help).

installation instructions:
download files and unpack. copy the modifed radauth.c over the original radauth.c then compile.

i added exit codes and removed few unneeded lines.

based on radauth v 1.0 by Matt Miller.
Reviews (2)
bydebiasi, June 28, 2014
To use this script yoy need to ungzip twice.
gunzip radauth-1.00.tar.gz
mv radauth-1.00.tar radauth-1.00.tar.gz
gunzip radauth-1.00.tar.gz
tar xpvf radauth-1.00.tar
cd radauth-1.00
./configure
make

use it !
byeaglepk, May 27, 2011
1 of 1 people found this review helpful
First file .tar.gz is corrupt...