Hi,
I kind of know what the problem is now. Hopefully, I am heading in the right direction. This
post gave me some ideas.
I added the following in inner-tunnel. How do I set the value of the Session-Timeout attribute correctly?
update outer.reply {
User-Name = "%{request:User-Name}"
Session-timeout = "%{request:Session-timeout}"
}
But the radiusd -X shows Session-timeout = 0
(7) update outer.reply {
(7) expand: "%{request:User-Name}" -> 'bob'
(7) User-Name = "bob"
(7) expand: "%{request:Session-timeout}" -> ''
(7) Session-timeout = 0
(7) } # update outer.reply = noop
(7) } # post-auth = ok
} # server inner-tunnel
Thanks
Jake He