Table radacct is empty

2006-03-22 Thread Vincent MARGUERIE
Hi, I've installed freeradius 1.1.1 on a Debian Sarge distribution, and the connection works fine with my wireless windows XP client but I have a problem to get information into radacct table in my mysql database. Does anyone get solution for this ? Rq : I use a Dlink-DWL-2000AP+ as Acces

Load-balance and Auth-Type

2006-03-22 Thread Evil I_Am
Hi all I have this scenario: 2 radius servers must point to 2 ldap servers with a load-balancing and fault-tolerant configuration. I tried to implement this on one of the radius servers this way: modules { ldap ldap1 { ... authtype = ldap

Failed Compilation of Freeradius with Mysql since 1.1.0 (Works on 1.0.5)

2006-03-22 Thread Philippe JOYEZ
Hello All, I've seen many topics about that problem but no one of them has solved my problem. I'm trying to upgrade my 1.0.5 Freeradius server to 1.1.1 on my Solaris 8 system but it fails to find mysql libs. On the same server, I use the same configure scripts options: ./configure

Want to use 2 different authentication-methods

2006-03-22 Thread Hans-Peter Fuchs
I use freeradius 1.0.5 for a special NAS I want to use 2 user databases. requests from nas-special should first verified per sql If and only if sql does not verify the user try pam. In users I have: # new DEFAULT NAS-IP-Address == special, Autz-Type := SQL

RE: Table radacct is empty

2006-03-22 Thread Alex M
Did u authorize SQL in accounting section? -Original Message- From: [EMAIL PROTECTED] .org [mailto:[EMAIL PROTECTED] eeradius.org] On Behalf Of Vincent MARGUERIE Sent: Wednesday, March 22, 2006 4:14 AM To: freeradius Subject: Table radacct is empty Hi, I've installed freeradius 1.1.1

RE: Failed Compilation of Freeradius with Mysql since 1.1.0 (Works on1.0.5)

2006-03-22 Thread Alex M
I've Installed Generic Static Developer RPMs and then compiled FreeRadius, and works fine... -Original Message- From: [EMAIL PROTECTED] .org [mailto:[EMAIL PROTECTED] eeradius.org] On Behalf Of Philippe JOYEZ Sent: Wednesday, March 22, 2006 9:09 AM To:

Doubt regarding sql.conf

2006-03-22 Thread vignesh
Hello guys I am trying to modify the query for authorization in sql.conf file. I will let you know what I exactly want I want to authenticate users based on the CLID and the remote ip address. The problem is that the remote address has to be searched from a set of ips. I will give you a example

Re: Failed Compilation of Freeradius with Mysql since 1.1.0 (Works on 1.0.5)

2006-03-22 Thread Alan DeKok
Philippe JOYEZ [EMAIL PROTECTED] wrote: I'm trying to upgrade my 1.0.5 Freeradius server to 1.1.1 on my Solaris 8 system but it fails to find mysql libs. On the same server, I use the same configure scripts options: Use: $ LIBS=-lm -lz ./configure Alan DeKok. - List

(no subject)

2006-03-22 Thread vignesh
Hello guys This is Vignesh here. I have just started with RADIUS. We are planning to build a VoIP billing system using Free RADIUS and Oracle as the backend and using CISCO IPIP gateway . We were planning to implement both postpaid and prepaid scenario. I believe most of you must be doing the same

Re: Failed Compilation of Freeradius with Mysql since 1.1.0 (Works on1.0.5)

2006-03-22 Thread Muenz, Michael
It works for 1.0.5 but not for 1.1.1 (and also KO for 1.1.0): [...] checking for mysql_init in -lmysqlclient_r... no configure: warning: mysql libraries not found. Use --with-mysql-lib-dir=path. checking for mysql/mysql.h... yes I had the same problem yesterday. You have to recompile

rlm_eap_tls sometimes fails to read files after HUP

2006-03-22 Thread Ben Thompson
Hi I have just upgraded to FreeRADIUS 1.1.1 after previously using the 1.0.1 RedHat package. At first startup it works fine but sometimes when the server receives a HUP signal (we do this every 15 mins) to re-read the config files I am getting the following errors :- Wed Mar 22 16:48:45 2006 :

user not found in freeradius users file

2006-03-22 Thread Bertrand Poulet
hello all , i've got a vpn server which make authentication to a freeradius server. the user someone is authenticated (file users of freeradius) when tested locally via radtest, but not when the request comes from nas box in first case , the user is found in file users of freeradius at line

request object pointer offset

2006-03-22 Thread jasonatx0001
I am having some difficulty accessing the data in the request object inside my module. It seems the pointers are offset ... inside the authenticate method of my module ... DEBUG (MYMODULE: request-config_items-name = %s, request-config_items-name); DEBUG (MYMODULE:

Re: user not found in freeradius users file

2006-03-22 Thread Alan DeKok
Bertrand Poulet [EMAIL PROTECTED] wrote: why the user isn't found in file users of freeradius ? Since you didn't post the users file entries, my suggestion is to: a) read the debug log to see the line numbers from the users file b) look at those entries by hand, to see why the packet

Re: Load-balance and Auth-Type

2006-03-22 Thread Alan DeKok
Evil I_Am [EMAIL PROTECTED] wrote: I have this scenario: 2 radius servers must point to 2 ldap servers with a load-balancing and fault-tolerant configuration. As of 1.1.0, you can do reduntant-load-balance. See doc/configurable_failover. That makes the configuration a little easier.

Re: dynamic module installation

2006-03-22 Thread Alan DeKok
jasonatx0001 [EMAIL PROTECTED] wrote: Is it possible to dynamically install a new module ? i.e. configure/make/install radius then compile a new module seperately and move its .so to the lib directory ? Yes. That's the intent behind the design. Alan DeKok. - List

Re: request object pointer offset

2006-03-22 Thread Alan DeKok
jasonatx0001 [EMAIL PROTECTED] wrote: I am having some difficulty accessing the data in the request object inside my module. It seems the pointers are offset ... Look at the definition of the REQUEST structure in src/include/radiusd.h. Why would all of the entries be offset by one entry?

Re: Questions about FreeRadius proxy

2006-03-22 Thread Phil Mayers
Dovelet wrote: Hi Phil Mayers, Thank you of your reply. Do you mean the append the following into the radius.conf or other files? I cannot start the radiusd after I append them into the radius.conf file. Sorry, I am really new in FreeRadius. Thanks. The entries listed are partial config

Re: dynamic module installation

2006-03-22 Thread jasonatx0001
Thanks. Thats what I thought ... just wanted to make sure. -- View this message in context: http://www.nabble.com/dynamic-module-installation-t1325486.html#a3539698 Sent from the FreeRadius - User forum at Nabble.com. - List info/subscribe/unsubscribe? See

Re: Error building version 1.1.1

2006-03-22 Thread Nicolas Baradakis
Frank Büttner wrote: Did you edit freeradius.spec ? yes. here the config part: %configure \ 103 --disable-static \ Don't use the --disable-static option, it's the cause of the message radeapclient.o: No such file or directory -- Nicolas Baradakis - List

Re: Want to use 2 different authentication-methods

2006-03-22 Thread Guy Fraser
On Wed, 2006-22-03 at 15:15 +0100, Hans-Peter Fuchs wrote: I use freeradius 1.0.5 for a special NAS I want to use 2 user databases. requests from nas-special should first verified per sql If and only if sql does not verify the user try pam. In users I have: # new DEFAULT

Re: Error building version 1.1.1

2006-03-22 Thread Frank Büttner
Nicolas Baradakis schrieb: Frank Büttner wrote: Did you edit freeradius.spec ? yes. here the config part: %configure \ 103 --disable-static \ Don't use the --disable-static option, it's the cause of the message radeapclient.o: No such file or directory Ok now compiling

Replicate Accounting Records

2006-03-22 Thread Tye Lougheed
I am running FreeRadius version 0.9.3 and need to determine the method for replicating an accounting record and forwarding it to a secondary accounting server. I am also not clear on how to specify the secondary accounting server in order to accomplish this. I am only interested in receiving the

Re: Replicate Accounting Records

2006-03-22 Thread Alan DeKok
Tye Lougheed [EMAIL PROTECTED] wrote: I am running FreeRadius version 0.9.3 Upgrade: http://www.freeradius.org/security.html and need to determine the method for replicating an accounting record and forwarding it to a secondary accounting server. I am also not clear on how to specify the

Re: Authentication with LDAP

2006-03-22 Thread Alan DeKok
fvt3 [EMAIL PROTECTED] wrote: How do you hide password that is sent to LDAP so it will not show up in the log and in debug mode ..Thanks in advance I don't think the LDAP password is logged normally. But it *is* printed out in debugging mode, nad that won't change. Printout out what the

RE: Table radacct is empty

2006-03-22 Thread Vincent MARGUERIE
Hi, Yes, SQL is ok to query in accounting section. Here is a part of my radiusd.conf : # The rlm_sql_log module appends the SQL queries in a log # file which is read later by the radsqlrelay program. # # This module only performs the dynamic expansion of the #

Tagged Vlans

2006-03-22 Thread radhika putty
Hi All,Does Free Radius support tagging of VLAN's Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Ignoring request from unknown client *.*.*.* 2244

2006-03-22 Thread yao guoxian
I have configured FreeRadius to use Mysql.It seemed Mysql works well when I input Radiusd -X. However when I use NtRadPing to test,I always get the following error: rad_recv: Access-Request packet from host 202.117.15.164:2244, id=0, length=43Ignoring request from unknown client

Re: Error building version 1.1.1

2006-03-22 Thread Stefan Winter
Hi, The makefile in src/lib creates the lib directory before it installs anything in it. I have no idea why building an RPM would result in things happening in the reverse order. It doesn't only happen when building an RPM. I installed from the tarball and the same thing happened. It

Re: Error building version 1.1.1

2006-03-22 Thread Frank Büttner
That is not possible, because I use rpmbuild. I it only possible to patch the sources. But what have changed?? 1.1.0 will work without any problems!!! Nicolas Baradakis schrieb: Frank Büttner wrote: Ok now compiling works, but at make install I get another error: ln -s libradius.la

Re: Error building version 1.1.1

2006-03-22 Thread Kostas Zorbadelos
On Thu, Mar 23, 2006 at 08:19:19AM +0100, Stefan Winter wrote: Hi, The makefile in src/lib creates the lib directory before it installs anything in it. I have no idea why building an RPM would result in things happening in the reverse order. Indeed the installation fails (I used