Status server & python example
Does anyone have an example of getting stats from freeRadius via status-server using python and pyrad? To me it looks like I'm sending the correct packet, but the server complains about the message authenticator or shared secret. I'm pretty sure I'm calculating it per RFC. An authentication request with the same secret works, so I don't think it's that. Regards, -John Doppke
John Doppke wrote:
Does anyone have an example of getting stats from freeRadius via status-server using python and pyrad? To me it looks like I'm sending the correct packet, but the server complains about the message authenticator or shared secret. I'm pretty sure I'm calculating it per RFC.
The only RFC for the Status-Server message is: http://tools.ietf.org/internet-drafts/draft-ietf-radext-status-server-04.txt Treat it exactly like an Access-Request. And it MUST have a Message-Authenticator. Alan DeKok.
participants (2)
-
Alan DeKok -
John Doppke