Path to this page:
./
net/freeradius2,
Free RADIUS server implementation
Branch: pkgsrc-2016Q3,
Version: 2.2.9,
Package name: freeradius-2.2.9,
Maintainer: pkgsrc-users 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.
MESSAGE.pam [+/-]===========================================================================
$NetBSD: MESSAGE.pam,v 1.1.1.1 2008/05/15 19:43:47 adrianp Exp $
Certain PAM modules require that radiusd run as root in order to
perform privileged operations. However, other PAM modules (e.g. pam-dbm),
will work with with radiusd running as non-root if the non-root user is
given the permissions necessary.
If you will be using a PAM module that requires radiusd to run as root
you can set the following in /etc/mk.conf:
RADIUS_USER=root
RADIUS_GROUP=wheel
And then re-install freeradius. Alternatively, you can just change the
following settings in your ${PKG_SYSCONFDIR}/radiusd.conf
user = root
group = wheel
===========================================================================
Required to run:[
databases/gdbm] [
devel/libltdl] [
devel/libexecinfo] [
lang/perl5] [
net/net-snmp]
Package options: freeradius-simul-use, gdbm
Master sites:
SHA1: 730a5b681b375800a85c935cc2f34c5ba3aa951b
RMD160: 4d3097e5d193a2268e81e3bde7cb6b75aed739c5
Filesize: 2727.544 KB
Version history: (Expand)
- (2016-10-16) Updated to version: freeradius-2.2.9
- (2016-10-03) Package added to pkgsrc.se, version freeradius-2.2.0nb14 (created)
CVS history: (Expand)
2016-10-15 21:06:02 by Benny Siegert | Files touched by this commit (14) |
Log message:
Pullup ticket #5135 - requested by sevan
net/freeradius2: security fix
Revisions pulled up:
- net/freeradius2/Makefile 1.44
- net/freeradius2/PLIST 1.17
- net/freeradius2/distinfo 1.18
- net/freeradius2/patches/patch-aa 1.2
- net/freeradius2/patches/patch-ab 1.2
- net/freeradius2/patches/patch-ac 1.5
- net/freeradius2/patches/patch-ae 1.4
- net/freeradius2/patches/patch-ai 1.7
- net/freeradius2/patches/patch-aj 1.3
- net/freeradius2/patches/patch-ak 1.4
- net/freeradius2/patches/patch-al 1.4
- net/freeradius2/patches/patch-configure.in 1.1
- net/freeradius2/patches/patch-man_man5_dictionary.5 1.2
- net/freeradius2/patches/patch-src_modules_rlm__pap_rlm__pap.c deleted
---
Module Name: pkgsrc
Committed By: sevan
Date: Tue Oct 11 14:12:42 UTC 2016
Modified Files:
pkgsrc/net/freeradius2: Makefile PLIST distinfo
pkgsrc/net/freeradius2/patches: patch-aa patch-ab patch-ac patch-ae
patch-ai patch-aj patch-ak patch-al patch-man_man5_dictionary.5
Added Files:
pkgsrc/net/freeradius2/patches: patch-configure.in
Removed Files:
pkgsrc/net/freeradius2/patches: patch-src_modules_rlm__pap_rlm__pap.c
Log message:
Update to v2.2.9
http://freeradius.org/version2.html
The 2.2.x release series is now End Of Life. Only security fixes will be \
applied to 2.2.x.
Fix Tunnel-Password crash from home server. Found by Denis Andzakovic.
Fix timer issue when proxying.
Update EAP-TTLS so that MPPE keys are correctly calculated with TLSv1.2.
Always delete MS-MPPE-* from the TTLS inner tunnel. This allows TTLS / \
EAP-MSCHAPv2 to work.
Don't fall through in empty "case" statements. Fixes #1274.
|