help perl and pap authentication
lesterpl at infomed.sld.cu
lesterpl at infomed.sld.cu
Tue Sep 4 15:12:08 CEST 2018
Please here my configuration, where is that I should remove the perl
authentication.
Where do I have the error or what should I do?
Thank you very much
/etc/freeradius/3.0/proxy.conf
realm infomed.sld.cu {
type = radius
authhost = LOCAL
accthost = LOCAL
}
realm fts.vcl.sld.cu {
type = radius
authhost = LOCAL
accthost = LOCAL
}
/etc/freeradius/3.0/users
DEFAULT Auth-Type = Perl, Realm != DEFAULT
/etc/freeradius/3.0/mods-available/perl
filename = /etc/freeradius/3.0/pop3s.pl
/etc/freeradius/3.0/sites-enabled/default
authorize {
….
eap {
ok = return
}
files
if (ok || updated) {
update control {
Auth-Type := Perl
}
authenticate {
Auth-Type PAP {
pap
}
Auth-Type CHAP {
chap
}
Auth-Type MS-CHAP {
mschap
}
Auth-Type perl {
perl
}
….
/etc/freeradius/3.0/sites-enabled/inner-tunnel
authorize {
….
eap {
ok = return
}
Files
Perl
authenticate {
Auth-Type PAP {
pap
}
Auth-Type CHAP {
chap
}
Auth-Type MS-CHAP {
mschap
}
Auth-Type perl {
perl
}
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema Nacional de Salud. La persona que envia este correo asume el compromiso de usar el servicio a tales fines y cumplir con las regulaciones establecidas
Infomed: http://www.sld.cu/
More information about the Freeradius-Users
mailing list