1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Import p5-Apache-Radius, a loadable mod_perl module which provides

RADIUS authentication capabilities to the Apache web server.
This commit is contained in:
Sheldon Hearn 1999-09-20 18:28:18 +00:00
parent 3caefb27c8
commit 85298d3fde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21832
6 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: p5-Apache-Radius
# Version required: 0.3
# Date created: Mon 20 Sep 19:46:21 SAST 1999
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= Apache-AuthenRadius-0.3
PKGNAME= p5-Apache-Radius-0.3
CATEGORIES= www security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
MAINTAINER= sheldonh@FreeBSD.org
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius
USE_PERL5= YES
MAN3= Apache::AuthenRadius.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Apache-AuthenRadius-0.3.tar.gz) = 82f377e0051fd846564f3b3be2e1191f

View File

@ -0,0 +1,11 @@
--- AuthenRadius.pm.orig Sun Aug 1 00:14:23 1999
+++ AuthenRadius.pm Mon Sep 20 20:05:38 1999
@@ -37,7 +37,7 @@
my $timeout = $r->dir_config("Auth_Radius_timeout") || 5;
# Sanity for usernames and passwords.
- if (length $user > 64 or $user =~ /[^A-Za-z0-9]/) {
+ if (length $user > 64 or $user =~ /[^A-Za-z0-9@._-]/) {
$r->log_reason("Apache::AuthenRadius username too long or"
."contains illegal characters", $r->uri);
$r->note_basic_auth_failure;

View File

@ -0,0 +1 @@
A perl5 module for providing RADIUS authentication in Apache+mod_perl

View File

@ -0,0 +1,2 @@
Apache::AuthenRadius is a loadable perl5 module which provides
RADIUS authentication to a mod_perl-enabled Apache web server.

View File

@ -0,0 +1,2 @@
lib/perl5/site_perl/%%PERL_VER%%/Apache/AuthenRadius.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AuthenRadius/.packlist