insert something into reply message

A.L.M.Buxey at lboro.ac.uk A.L.M.Buxey at lboro.ac.uk
Thu May 21 13:31:20 CEST 2009


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



More information about the Freeradius-Users mailing list