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
108809
Files:
FileDescription
radauth-1.00.tar.gzoriginal radauth from Matt Miller
radauth.cmodified radauth.c
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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...