Re: Proxy Accounting proxy.conf authhost vs accthost v.0.3 and v.0.4

2002-01-02 Thread aland

Angus Stewart [EMAIL PROTECTED] wrote:
 In searching the list, I see that this was a reported problem for v0.3 and that
 there is a patch... so, after taking a look at v0.4 I decided to implement the
 patch on 0.3 (still not ready to make the switch to 4 -- sorry).
 
 And - still didn't work.
 
 After hunting around I think I have found the error - v.0.4
 
 src/main/conffile.c - line 909 reads: c-acct_ipaddr = ip_getaddr (authhost);
 should read: c-acct_ipaddr = ip_getaddr (accthost);

  Oops, that's a definite bug.

  I've applied that patch, thanks.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Proxy Accounting proxy.conf authhost vs accthost v.0.3 and v.0.4

2001-12-24 Thread Angus Stewart

Hi all,

I recently configured a freeradius 0.3 realm in the proxy.conf file that used
different IP addresses for authentication and accounting.

It didn't work.  -- the authentication IP address was used for both
authentication and accounting.

In searching the list, I see that this was a reported problem for v0.3 and that
there is a patch... so, after taking a look at v0.4 I decided to implement the
patch on 0.3 (still not ready to make the switch to 4 -- sorry).

And - still didn't work.

After hunting around I think I have found the error - v.0.4

src/main/conffile.c - line 909 reads: c-acct_ipaddr = ip_getaddr (authhost);
should read: c-acct_ipaddr = ip_getaddr (accthost);

Have tried this and seems to fix the problem.

Angus.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html