Thanks Alan. Got it working.
I've scoured the list and found your reply here in 2010 (
http://lists.freeradius.org/pipermail/freeradius-users/2010-July/047686.html). I'm having the same problem - has this been fixed? post-auth is not being executed in inner-tunnel when the user is
rejected. As a result no reject entry is being written to the table from inner tunnel.Is there a way to make it execute? I'm running 2.1.10+dfsg-3ubuntu0.12.04.1.
#inner tunnel
..snip..
post-auth {
..snip..
sql
Post-Auth-Type REJECT {
# log failed authentications in SQL, too.
sql
attr_filter.access_reject
}
update outer.reply {
User-Name = "%{request:User-Name}"
}
}
Thanks for all your help.