From 13387b636eccb090ae7de57add36d8129391ddc4 Mon Sep 17 00:00:00 2001 From: darcy Date: Thu, 27 Feb 2003 08:51:00 +0000 Subject: Adding freeradius package. Thanks to David Ferlier for putting this package together. Closes PR pkg/20013. I had originally requested this package even though we already had the Cistern RADIUS package because some terminal servers won't work with one or the other of these packages. This increases the number of terminal servers that can work with NetBSD. from the DESCR file: All code in this server was written from scratch. The server is mostly compatible with livingston radiusd-2.01 (no menus or s/key support though) but with more feautures, such as: o Can limit max. number of simultaneous logins on a per-user basis! o Multiple DEFAULT entries, that can optionally fall-through. o In fact, every entry can fall-through o Deny/permit access based on huntgroup users dials into o Set certain parameters (such as static IP address) based on huntgroup o Extra "hints" file that can select SLIP/PPP/rlogin based on username pattern (Puser or user.ppp is PPP, plain "user" is rlogin etc). o Can execute an external program when user has authenticated (for example to run a sendmail queue). o Can use `$INCLUDE filename' in radiusd.conf, users, and dictionary files o Can act as a proxy server, relaying requests to a remote server o Supports Vendor-Specific attributes o No good documentation at all, just like the original radiusd 1.16! Then of course for general RADIUS questions, especially if you are using Livingston / Lucent RABU equipment, there is the portmaster-radius mailing list. Send mail to portmaster-radius-request@livingston.com to find out how to subscribe. --- net/freeradius/DESCR | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 net/freeradius/DESCR (limited to 'net/freeradius/DESCR') diff --git a/net/freeradius/DESCR b/net/freeradius/DESCR new file mode 100644 index 00000000000..0c9d4b6a0b4 --- /dev/null +++ b/net/freeradius/DESCR @@ -0,0 +1,23 @@ + All code in this server was written from scratch. + + The server is mostly compatible with livingston radiusd-2.01 + (no menus or s/key support though) but with more feautures, such as: + + o Can limit max. number of simultaneous logins on a per-user basis! + o Multiple DEFAULT entries, that can optionally fall-through. + o In fact, every entry can fall-through + o Deny/permit access based on huntgroup users dials into + o Set certain parameters (such as static IP address) based on huntgroup + o Extra "hints" file that can select SLIP/PPP/rlogin based on + username pattern (Puser or user.ppp is PPP, plain "user" is rlogin etc). + o Can execute an external program when user has authenticated (for example + to run a sendmail queue). + o Can use `$INCLUDE filename' in radiusd.conf, users, and dictionary files + o Can act as a proxy server, relaying requests to a remote server + o Supports Vendor-Specific attributes + o No good documentation at all, just like the original radiusd 1.16! + + Then of course for general RADIUS questions, especially if you are using + Livingston / Lucent RABU equipment, there is the portmaster-radius mailing + list. Send mail to portmaster-radius-request@livingston.com to find + out how to subscribe. -- cgit v1.2.3