Re: radsqlrelay questions

2005-03-07 Thread Nicolas Baradakis
... I understand you don't want to duplicate records in the database, but killing radsqlrelay from time to time is not something you usually do. Of course, patches are welcome. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Post Proxy Authorize

2005-03-07 Thread Nicolas Baradakis
} } This method no longer depend on the value of post_proxy_authorize option. (which should always be set to 'no') -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Proxy or not with NULL realm

2005-03-07 Thread Nicolas Baradakis
at the beginning of authorize section. This will enable the proxy function. When you find the user in your database, add the variable Proxy-To-Realm := LOCAL as a check item (ie in authcheck_table) This will cancel proxying when the user is found. -- Nicolas Baradakis - List info/subscribe/unsubscribe

Re: radsqlrelay for 1.0.2

2005-03-06 Thread Nicolas Baradakis
] Error 1 -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radsqlrelay for 1.0.2

2005-03-06 Thread Nicolas Baradakis
the same, too. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Want to add details to MySQL

2005-03-02 Thread Nicolas Baradakis
Mark Elkins wrote: I want to put the contents of radius.log into a MySQL Database - in **real time**. How do I do this? See http://www.freeradius.org/cgi-bin/cvsweb.cgi/radiusd/doc/Post-Auth-Type?rev=1.4 -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http

Re: radsqlrelay for 1.0.2

2005-02-22 Thread Nicolas Baradakis
. Even if you've never seen the Failed to aquire filelock message, just tell me if the new version works exactly like before. That will help, too. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radsqlrelay for 1.0.2

2005-02-21 Thread Nicolas Baradakis
$(R)$(bindir) $(INSTALL) -m 755checkrad.pl$(R)$(sbindir)/checkrad + $(LIBTOOL) --mode=install $(INSTALL) -m 755 radsqlrelay$(EXEEXT) $(R)$(bindir) -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Pre-Proxy-Type, Post-Proxy-Type

2005-02-15 Thread Nicolas Baradakis
-- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Pre-Proxy-Type, Post-Proxy-Type

2005-02-13 Thread Nicolas Baradakis
will have no effect. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Pre-Proxy-Type, Post-Proxy-Type

2005-02-12 Thread Nicolas Baradakis
...), that's why, if you agree with that, I'll look at this issue more closely and try to provide a patch in a few days. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Pre-Proxy-Type, Post-Proxy-Type

2005-02-10 Thread Nicolas Baradakis
it will not work for that reason, but perhaps I am mistaken. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Pre-Proxy-Type, Post-Proxy-Type

2005-02-10 Thread Nicolas Baradakis
this, but it is nothing more that a workaround. The configuration is error prone, and the post_proxy_authorize is a deprecated option. However, I didn't manage to do the same thing otherwise until now. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: post-proxy

2005-02-08 Thread Nicolas Baradakis
Joe H wrote: Error: rlm_attr_filter: Authorize method will be deprecated. [...] I'm just wondering about that error. Don't bother about it, this is always printed at module initialization. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: check-radiusd-config problem in freeradius-1.0.0 and 1.0.1

2005-02-02 Thread Nicolas Baradakis
##*/}/radiusd.conf I hope nobody use a module with an option named port, support, or anything that will match the regex above, too. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: freeradius accounting

2005-01-31 Thread Nicolas Baradakis
| | | | | | | \|/ \ | / \ | / \ | / \|/ \ | / \ | / |radius4-ACCT| Is this possible ? You might use radrelay, it comes with FreeRADIUS. See doc/radrelay in the source tarball. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Have anyone a good example failover mysql config?

2005-01-28 Thread Nicolas Baradakis
in the accounting section. It's a known bug, see http://bugs.freeradius.org/show_bug.cgi?id=173 -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: SQL db failover

2005-01-26 Thread Nicolas Baradakis
radtest$(R)$(bindir) $(INSTALL) -m 755checkrad.pl$(R)$(sbindir)/checkrad -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: SQL db failover

2005-01-24 Thread Nicolas Baradakis
according to the SQL server's capabilities - you won't have a lot of outstanding requests on the RADIUS sever when the SQL server is slow -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Accounting proxying

2005-01-07 Thread Nicolas Baradakis
| | \__/ Which one do you think is the most effective ? Any constructive criticism is welcome ! -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: How to add attribute in post-proxy?

2005-01-02 Thread Nicolas Baradakis
, Fall-Through = Yes DEFAULT Put here all other attributes you need otherwise they'll be removed from the packet This is an alternate approach. It may work, too. And finally you will get not one, but two solutions to setup you FreeRADIUS proxy ! -- Nicolas Baradakis

Re: How to add attribute in post-proxy?

2004-11-15 Thread Nicolas Baradakis
Pasi Kärkkäinen wrote: But, I'm using sql-users.. How do you put that kind of entries to (my)sql? http://www.frontios.com/freeradius.html http://www.freeradius.org/cgi-bin/cvsweb.cgi/~checkout~/radiusd/doc/rlm_sql?rev=1.4 -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http

Re: How to add attribute in post-proxy?

2004-11-11 Thread Nicolas Baradakis
{ addbarpool } ... } Any idea why the proxy_reply is illegal value for searchin? It was in an example in the radiusd.conf.. It's strange... I can't help you with that, sorry. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: How to add attribute in post-proxy?

2004-11-10 Thread Nicolas Baradakis
in the man page. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: decode-packets

2004-11-08 Thread Nicolas Baradakis
/ -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: UDPFROMTO and Proxy Problem

2004-10-26 Thread Nicolas Baradakis
approach: perhaps it could be easier to add a source NAT rule on the firewall rather than hacking the source IP inside radiusd. Did you try this ? Regards -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: received response to request we did not send

2004-10-11 Thread Nicolas Baradakis
| | | | proxy2 eth0 +--|- 62.4.m.n client 2 vip 2| 10.4.i.j --- 10.4.k.l | proxy2 eth1 +- 10.4.o.p -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: received response to request we did not send (was: freeradius 1.0.0 pre2)

2004-09-15 Thread Nicolas Baradakis
*) salocal; memset ((char *) sa, '\0', sizeof(salocal)); sa-sin_family = AF_INET; -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: received response to request we did not send

2004-09-15 Thread Nicolas Baradakis
play with /proc/sys/net/ipv4/ip_nonlocal_bind but I prefer having freeradius responding with the correct IP source (that's what the patch udpfromto does) rather than allowing to bind external address for all processes. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http

Re: A question about multiple radius attribute tagging

2004-06-25 Thread Nicolas Baradakis
[EMAIL PROTECTED] wrote : Does any one know how to set multiple tags in a RADIUS record. See the operator += -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Choosing Free Radius (beta?)

2004-03-02 Thread Nicolas Baradakis
and Paul Hampson for the advices they're giving to us. 4. The source is freely available, and you can extend it to fit specific needs. (a few features in FreeRADIUS was submitted by Cegetel's developpers) -- Nicolas Baradakis and Thomas Marchesseau for the Sitadelle team - List info

<    1   2   3   4