Hi, > How to insert "Session-Timeout" into the reply message?
use what ever method you want to insert it.... PERL, unlang etc.
a simple 'fix' that would be global in this example:
for 2.1.x in section of sites-enabled/default
post-auth {
Post-Auth-Type REJECT {
attr_filter.access_reject
}
update reply {
Session-Timeout = "3600"
}
}
that should slap a 3600 second (1 hour) session-timeout to any reply
alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

