Path to this page:
./
net/freeradius2,
Free RADIUS server implementation
Branch: pkgsrc-2014Q1,
Version: 2.2.0nb8,
Package name: freeradius-2.2.0nb8,
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]
Package options: freeradius-simul-use, gdbm
Master sites:
SHA1: 8710b21972072241219f006d26f609cb58875cda
RMD160: 243569a7ad93b292439e6938be8102dba12b843d
Filesize: 2639.989 KB
Version history: (Expand)
- (2014-04-29) Updated to version: freeradius-2.2.0nb8
- (2014-04-04) Package added to pkgsrc.se, version freeradius-2.2.0nb7 (created)
CVS history: (Expand)
2014-04-29 10:37:02 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #4389 - requested by he
net/freeradius2: security patch
Revisions pulled up:
- net/freeradius2/Makefile 1.35
- net/freeradius2/distinfo 1.16
- net/freeradius2/patches/patch-src_modules_rlm__pap_rlm__pap.c 1.1
---
Module Name: pkgsrc
Committed By: he
Date: Sun Apr 27 12:10:56 UTC 2014
Modified Files:
pkgsrc/net/freeradius2: Makefile distinfo
Added Files:
pkgsrc/net/freeradius2/patches: patch-src_modules_rlm__pap_rlm__pap.c
Log message:
Add a patch to fix CVS-2014-2015, a buffer overflow vulnerability.
Patch taken from
https://github.com/FreeRADIUS/freeradius-server/commit/0d606cfc29a
|