Path to this page:
./
net/freeradius2,
Free RADIUS server implementation
Branch: pkgsrc-2012Q2,
Version: 2.1.12nb4,
Package name: freeradius-2.1.12nb4,
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] [
lang/perl5] [
net/net-snmp]
Required to build:[
devel/libtool-base] [
devel/gmake]
Package options: freeradius-simul-use, gdbm
Master sites:
SHA1: d80760f5ca854225e262954ce2505c22ef5fc6b2
RMD160: f951119a54057d2948f6dc28faa4bb2434b416a1
Filesize: 2608.019 KB
Version history: (Expand)
- (2012-09-15) Updated to version: freeradius-2.1.12nb4
- (2012-07-05) Package added to pkgsrc.se, version freeradius-2.1.12nb3 (created)
CVS history: (Expand)
2012-09-15 12:27:15 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
Pullup ticket #3921 - requested by bouyer
net/freeradius2: security patch
Revisions pulled up:
- net/freeradius2/Makefile 1.24
- net/freeradius2/distinfo 1.13
- \
net/freeradius2/patches/patch-src_modules_rlm_eap_types_rlm_eap_tls_rlm_eap_tls. \
c 1.1
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: bouyer
Date: Wed Sep 12 18:37:10 UTC 2012
Modified Files:
pkgsrc/net/freeradius2: Makefile distinfo
Added Files:
pkgsrc/net/freeradius2/patches:
patch-src_modules_rlm_eap_types_rlm_eap_tls_rlm_eap_tls.c
Log message:
Add patch from the freeradius git repository, fixing CVE-2012-3547.
Bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/freeradius2/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/freeradius2/distinfo
cvs rdiff -u -r0 -r1.1 \
\
pkgsrc/net/freeradius2/patches/patch-src_modules_rlm_eap_types_rlm_eap_tls_rlm_e \
ap_tls.c
|