Calling eap_md5 to process EAP data in inner-tunnel
Oleksandr Yermolenko
aae at sumix.com
Wed Oct 8 14:12:07 CEST 2014
On 10/08/2014 03:04 PM, A.L.M.Buxey at lboro.ac.uk wrote:
> hi,
>
> 'files' not being called in the authorize section of inner-tunnel?
>
> alan
Yes, I have files in authorize. But I can't understand where is my
mistake. Users file at the end my message.
server inner-tunnel {
listen {
ipaddr = 127.0.0.1
port = 18120
type = auth
}
authorize {
# perl
# preprocess
eap {
ok = return
}
#
# Read the 'users' file
files
}
authenticate {
# Allow EAP authentication.
eap
}
session {
radutmp
#
# See "Simultaneous Use Checking Queries" in sql.conf
# sql
}
post-auth {
Post-Auth-Type REJECT {
# log failed authentications in SQL, too.
-sql
attr_filter.access_reject
}
}
pre-proxy {
}
post-proxy {
#
eap
}
} # inner-tunnel server block
################
Also my users
[aae at aae-vm ~]$ more /etc/raddb/users
stu Cleartext-Password := "x3DdEhgN"
stu at sumix.com Cleartext-Password := "x3DdEhgN"
[aae at aae-vm ~]$
More information about the Freeradius-Users
mailing list