diff options
author | sem <sem@FreeBSD.org> | 2006-01-22 03:01:25 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-01-22 03:01:25 +0800 |
commit | 0376b058d6deebbbb502c0e702e971f4fb2dc5f9 (patch) | |
tree | 25f2ee627eb7329d744a977d290aee47cf380d1e /net-mgmt/Makefile | |
parent | cd0bc1f720093e7e1414dc4d534eed30a5c1728c (diff) | |
download | freebsd-ports-graphics-0376b058d6deebbbb502c0e702e971f4fb2dc5f9.tar.gz freebsd-ports-graphics-0376b058d6deebbbb502c0e702e971f4fb2dc5f9.tar.zst freebsd-ports-graphics-0376b058d6deebbbb502c0e702e971f4fb2dc5f9.zip |
radauth was developed to allow for command line authentication
against a radius server. This allows for more rapid
testing/troubleshooting of radius authentication problems depending
upon the method by which the person is authenticating (dial-up
customers come to mind).
Author: Matt Miller <mmiller_at_hick.org>
WWW: http://freshmeat.net/projects/radauth/
PR: ports/91975
Submitted by: Andrew Kilpatrick <tiger_at_whitetigersd.com>
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 52e60d46fee..11ce5e58319 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -79,6 +79,7 @@ SUBDIR += mrtg SUBDIR += nagios SUBDIR += nagios-plugins + SUBDIR += nagios-radauth-plugin SUBDIR += nagios-silfreed-plugins SUBDIR += nagios-snmp-plugins SUBDIR += nagios-spamd-plugin |