rml_perl question
FreeRadius-ML
freeradius at zap2link.com
Wed Jul 25 15:34:48 CEST 2007
Ok,
What I'm trying to do is have FreeRadius perform its AAA functions again a PERL based
backend, which reads the user information from a proprietary system - via a TCP interface.
The authorization section and the authenticate section both have PERL enabled in them.
(I removed the remarks for easier reading) - the first digest is commented, but right after
perl there is another one.
---------- SNIP ------------
authorize {
preprocess
auth_log
# attr_filter
# chap
# mschap
# digest
# IPASS
# suffix
# ntdomain
# eap
# files
digest
perl
# sql
# etc_smbpasswd
# ldap
# daily
# checkval
# pap
}
---------------------------
You are correct in regards to the authentication section (see below), I missed that one:
--------- SNIP ------------
authenticate {
# Auth-Type PAP {
#
# pap
#
# }
# Auth-Type CHAP {
#
# chap
#
# }
# Auth-Type MS-CHAP {
#
# mschap
#
# }
# digest
# pam
unix
# Auth-Type LDAP {
#
# ldap
#
# }
# eap
perl
}
---------------------------
I may be going about it all wrong, which I'm not ruling out. If you have something specific
to point me at, please do.
Regards,
Z2L
----- Original Message -----
From: "A L M Buxey" <A.L.M.Buxey at lboro.ac.uk>
To: freeradius at zap2link.com, "FreeRadius users mailing list" <freeradius-users at lists.freeradius.org>
Sent: Wednesday, July 25, 2007 2:12:55 PM (GMT+0200) Asia/Jerusalem
Subject: Re: rml_perl question
Hi,
you dont have perl enabled in the authorise section of your config...you
dont have digest enabled in your authorise or authenticate sections
either. what are you trying to acheive?
alan
More information about the Freeradius-Users
mailing list