From: Christer S. <chr...@er...> - 2008-10-01 13:47:57
|
Hi all, As a newbie to Seagull I'm trying to run it as a Radius server. The problem I'm having is the Authenticator in the Accounting-Response. I can't figure out how to set this value correct and the documentation only handles the client part. Snippet from RFC2866: "The Authenticator field in an Accounting-Response packet is called the Response Authenticator, and contains a one-way MD5 hash calculated over a stream of octets consisting of the Accounting- Response Code, Identifier, Length, the Request Authenticator field from the Accounting-Request packet being replied to, and the response attributes if any, followed by the shared secret. The resulting 16 octet MD5 hash value is stored in the Authenticator field of the Accounting-Response packet." I guess I should use : <set-value name="Authenticator" method="authentication" message_part="all" format=""></set-value> somehow but I can't figure out this line should look. Does anyone have any idéas or example of an server script perhaps? Thanks, /Christer |