insert something into reply message
Version 2.0.4 We use "digest" authentication. It works properly. (with a little problem I will ask in another thread) The essential part of the debug: Thu May 21 09:41:17 2009 : Debug: ++[digest] returns ok Thu May 21 09:41:17 2009 : Auth: Login OK: [599@10.14.2.10/<via Auth-Type = DIGEST>] (from client 10.14.1.5 port 0 cli 599@10.14.2.10) The reply message get at "client 10.14.1.5" but our system expects in the reply the "Session-Timeout". How to insert "Session-Timeout" into the reply message? I've read thoughtfully all parts of the configs where that parameter is mentioned. I've tried many - syntactically good an bad - config line without any success. Have I problem with reading? Ludwig M.
Version 2.0.4 We use "digest" authentication. It works properly. (with a little problem I will ask in another thread)
The essential part of the debug: Thu May 21 09:41:17 2009 : Debug: ++[digest] returns ok Thu May 21 09:41:17 2009 : Auth: Login OK: [599@10.14.2.10/<via Auth-Type = DIGEST>] (from client 10.14.1.5 port 0 cli 599@10.14.2.10)
The reply message get at "client 10.14.1.5" but our system expects in the reply the "Session-Timeout".
How to insert "Session-Timeout" into the reply message?
That's radius.log file. You won't see any reply attributes there. Post the output of radiusd -X and your user entry. Ivan Kalik Kalik Informatika ISP
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
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Ivan Kalik -
Lajos Meszaros