[RADIATOR] Control the Status-Server requests

Gerard Alcorlo Bofill galcorlo at cesca.cat
Fri Dec 17 05:38:12 CST 2010


Hi,

I'm trying to control the Status-Server requests. My goal is just to
permit the querying of my radius status only by some clients.
My first handler in the configuration is this one below, but no request
matches it.

<Handler Request-Type=Status-Server>
    <AuthBy FILE>
        Filename        /dev/null
#       StripFromReply          Reply-Message
        AddToReply              Reply-Message="Informacio no disponible"
    </AuthBy>
    AddToReply Port-Limit="9999"
    AuthLog LogSenseTunel
</Handler>

When this trial works, I'm going to strip the "Reply-Message" from the
answer. But for now, I just want to add some information to the answer
like the Port-Limit or another Reply-Message field.

Any ideas why my "Status-Server" request don't match to any realm and
all Status-Server requests are answered with the status information?

Thanks

-- 
Gerard


More information about the radiator mailing list