can EAP-PEAP-GTC use email pop3 server to authenticate?
d tbsky
tbskyd at gmail.com
Thu Mar 19 15:47:16 CET 2015
2015-03-19 20:40 GMT+08:00 Alan DeKok <aland at deployingradius.com>:
> On Mar 18, 2015, at 10:26 PM, d tbsky <tbskyd at gmail.com> wrote:
>> rlm_eap_gtc: Unknown Auth-Type POP3
>
> You have to list the perl script as “Auth-Type pop3” in the “authenticate” section.
hi Alan:
I already add that to inner-tunnel. below is the working configuration.
but if I have not add auth-type POP3 to dictionary, rlm_eap_gtc will
complain and fail.
or there is other "authenticate" section I am missing?
server inner-tunnel {
listen {
ipaddr = 127.0.0.1
port = 18120
type = auth
}
authorize {
pop3
chap
mschap
suffix
update control {
Proxy-To-Realm := LOCAL
}
eap {
ok = return
}
expiration
logintime
pap
}
authenticate {
Auth-Type POP3 {
pop3
}
Auth-Type PAP {
pap
}
Auth-Type CHAP {
chap
}
Auth-Type MS-CHAP {
mschap
}
eap
}
session {
radutmp
}
post-auth {
Post-Auth-Type REJECT {
attr_filter.access_reject
}
}
pre-proxy {
}
post-proxy {
eap
}
}
More information about the Freeradius-Users
mailing list