Hello guys,

I have proxy radius that receive a different attributes then the NAS.

When i change an attribute in the LDAP and tell the NAS to get an update
the NAS receive all updated values
But the values that are sent to the proxy contain old data.

please advise.

Thanks,

Eliran

The AuthBy look like this

<AuthBy RADIUS>
        Identifier ProxyAccounting
        Host x.x.x.x
        NoForwardAuthentication
        IgnoreAccountingResponse
        AcctPort 1813
        FailureBackoffTime 0
        Retries 1
        RetryTimeout 3
        Secret ******
</AuthBy>

And the handler looks like this

<Handler NAS-IP-Address=x.x.x.x, Request-Type=Accounting-Request,
Acct-Status-Type = /^Alive/>
        include %{GlobalVar:CONFIGROOT}/include/RewriteUsername.inc
        PreAuthHook file:"%{GlobalVar:CONFIGROOT}/include/proxyupdate.pl"
        AuthBy ProxyAccounting
        SessionDatabase NULL
        AccountingHandled
        AcctLogFileName %{GlobalVar:DETAILDIR}/%c/detail-%Y%m%d.csv
        AcctLogFileFormat  \
                %{User-Name},%{Acct-Session-Id},%{Framed-IP-Address},\

%{Calling-Station-Id},%{Called-Station-Id},%{NAS-IP-Address},\
                %{NAS-Port-Type},%{NAS-Port},%{Acct-Status-Type},\
                %{Tunnel-Server-Endpoint},%{Tunnel-Client-Endpoint},\
                %{Tunnel-Server-Auth-ID},%{Tunnel-Client-Auth-ID},\

%{RB-Context-Name},%{Acct-Input-Octets},%{Acct-Output-Octets},\
                %{Acct-Input-Gigawords},%{Acct-Output-Gigawords},\
                %{RB-QoS-Metering-Profile-Name},%{Acct-Terminate-Cause},\
                %{Acct-Session-Time},%{Event-Timestamp},\
                %{Acct-Authentic},%{Acct-Delay-Time},\
                %{Acct-Input-Packets},%{Acct-Output-Packets},\
                %{Framed-Protocol},%{Service-Type}
</Handler>
_______________________________________________
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator

Reply via email to