Re: What can cause the Exiting normally without prompting

2009-03-31 Thread Luciano Afranllie
Just in case this can help you, take a look at http://linux-mm.org/OOM_Killer Basically the linux kernel has mechanism to kill processes when it runs out of memory. In this case kill signal should not be SIGTERM but googling I found it may be possible in some cases the kernel use this signal.

Re: autostart script for FreeRADIUS

2009-03-30 Thread Luciano Afranllie
On Mon, Mar 30, 2009 at 6:53 AM, Tseveendorj tseveend...@gmail.com wrote: Doug Hardie wrote: On Mar 29, 2009, at 20:10, Tseveendorj wrote: May be I got the problem why radiusd didn't come up. I found following error in the radiusd.log Fri Mar 27 20:09:43 2009 : Info: rlm_sql (sql): Driver

Re: What can cause the Exiting normally without prompting

2009-03-30 Thread Luciano Afranllie
2009/3/29 韩枫 switchp...@hotmail.com: hi, os is centos 5.2 x64,pgsql is 8.3.7. i have not set the cpu quotas. Even, I do not know how to set up cpu quotas. -- # ulimit -a core file size (blocks, -c) unlimited data seg

Re: dear everyone..

2009-03-20 Thread Luciano Afranllie
On Thu, Mar 19, 2009 at 6:20 AM, a.l.m.bu...@lboro.ac.uk wrote: Hi, iam a new bie freeradius user, i have a duty from my lecture to build a hotspot captive portal using chillispot and freeradius. now i make it, chilispot and freeradius working well on ubuntu machine, but the problem is my

Re: Problem receiving requests

2009-02-25 Thread Luciano Afranllie
On Wed, Feb 25, 2009 at 9:58 AM, Fernando fber...@um.es wrote: Hi all, I'm trying to comunicate Freeradius with an external entity (A). Freeradius sends some information to A, which is processed by A, and A requires contact Freeradius to obtain some attributes from a certain user.

Re: Certificate Provisioning for EAP-TLS Networks

2009-01-30 Thread Luciano Afranllie
On Fri, Jan 30, 2009 at 8:08 AM, Alan DeKok al...@deployingradius.com wrote: Luciano Afranllie wrote: You can check and may be take some ideas from wimax forum guys. Unfortunately, no. Go to www.wimaxforum.org. Register and login. Go to Network Working Group and check for OTA Provisioning

Re: Certificate Provisioning for EAP-TLS Networks

2009-01-29 Thread Luciano Afranllie
On Thu, Jan 29, 2009 at 12:52 PM, Matt Causey matt.cau...@gmail.com wrote: I am running FreeRadius at my company on a WLAN - using SSL key material issued by our internal certificate authority. All is well. However a pretty big limitation of this security architecture is of course getting

Re: 2.1.3 first start error

2009-01-27 Thread Luciano Afranllie
On Tue, Jan 27, 2009 at 9:51 AM, hege hegedus.ga...@euroway.hu wrote: Hi I have installed the freeradius 2.1.3 from source, and and get this error, on first start: radiusd: error while loading shared libraries: libfreeradius-radius-2.1.3.so: cannot open shared object file: No such file or

Re: Omitting Password

2009-01-24 Thread Luciano Afranllie
On Sat, Jan 24, 2009 at 7:58 AM, tech.subscripti...@shepherdhill.biz wrote: Hi, Our users are CDMA phones. The login credentials are: Username: phone...@isp.com Password: phone_no Please is it possible to make the RADIUS Server not to ask for password again and simply use the phone_no

Re: case sensitivity

2009-01-22 Thread Luciano Afranllie
On Thu, Jan 22, 2009 at 6:18 AM, Alan DeKok al...@deployingradius.com wrote: Alexandre Chapellon wrote: Is there a way to make usernames stored n users file be case non-sensitive? Source code changes, unfortunately. And what about using mysql for example and modifying queries to use LOWER

Re: Tunnel attributes

2009-01-20 Thread Luciano Afranllie
On Tue, Jan 20, 2009 at 8:31 AM, t...@kalik.net wrote: At present we are not recommended for upgrading. I would really like to know who recommends that *new* installations should use outdated, insecure and buggy versions? So is there any way to parse Cisco-AVpair attributes in sql.conf file

Re: How to add new attributes?

2009-01-20 Thread Luciano Afranllie
On Tue, Jan 20, 2009 at 10:06 AM, Fedotov Yuriy fedoto...@yandex.ru wrote: Hi. Does enebody can help me with some problem? I wont add new attibute H323-setup-time to radus and get access. When i added to radius.h file #define PW_H323_SETUP_TIME 25 and rlm_example.c VALUE_PAIR *state;

Re: User not being rejected...

2009-01-20 Thread Luciano Afranllie
On Tue, Jan 20, 2009 at 11:03 AM, qrt q...@sunrise.ch wrote: Hello, I don't get it. Maybe someone sees my mistake... I have freeraradius on macos x. My Users file has these entries: /private/raddb/users

Re: Freeradius + MySQL problem

2009-01-16 Thread Luciano Afranllie
Just a stupid question. Is your freeradius compiled with mysql support? Do you have rlm_sql_mysql in your module dir? Regards Luciano On Fri, Jan 16, 2009 at 11:49 AM, obaid ghaznawi ona...@gmail.com wrote: hi, first of all, i thank all people who are giving thier time to help. before i

Re: Error in test Freeradius

2009-01-12 Thread Luciano Afranllie
On Mon, Jan 12, 2009 at 3:08 PM, Paulo César Naves Mota paulo.m...@cetelem.com.br wrote: Hello guys, I made others test Freeradius, but not works. I made other BD and reinstall my freeradius, I used user= paulo and password= user01 for test. My clients.conf has the below

Re: Disconnect packet

2009-01-08 Thread Luciano Afranllie
On Thu, Jan 8, 2009 at 1:28 PM, Alan DeKok al...@deployingradius.com wrote: Johan Meiring wrote: Any idea when? There is no defined time frame. What is generating the CoA packets? It will also be freeradius (on a different machine), the actual radius server. In the short term,

Re: FreeRadius with radiusclient-ng and Cisco h323 VoIP attributes

2009-01-06 Thread Luciano Afranllie
Dean, Do you see that error on client side, right? Some very stupid thing I can tell you is remove the empty line between VENDOR line and first attribute. I have the same config (without the empty line) and is working fine. How and where do you added cisco attributes? Just a tip, you can create

Re: Digest authentication and perl authorization

2009-01-06 Thread Luciano Afranllie
Hi, On Mon, Jan 5, 2009 at 2:23 PM, t...@kalik.net wrote: I am thinking in something like this: - Radius client (b2bua) sends an access-request with Service_type = Authorize-Only - Adding perl module to authorization section. - In authorize function of perl module check if the balance is enough

Digest authentication and perl authorization

2009-01-05 Thread Luciano Afranllie
Hi, I have a test deployment with a sip proxy (kamailio) and a back to back user agent (sippy b2bua) pointing to freeradius. SIP proxy is making digest authentication of users and that is working fine. My plan is to use b2bua for prepaid calls authorization and call dropping (sip proxy forward

Re: [HELP] FreeRadius and External Script

2009-01-05 Thread Luciano Afranllie
On Mon, Jan 5, 2009 at 10:05 AM, Phibee Network Operation Center n...@phibee.net wrote: a.l.m.bu...@lboro.ac.uk a écrit : Hi, When i start manually the script, we have: ./example.pl: line 26: use: command not found ./example.pl: line 29: syntax error near unexpected token `('

Re: Strategy for grouping users for authentication

2009-01-02 Thread Luciano Afranllie
On Fri, Jan 2, 2009 at 3:24 PM, Alex French a...@evilal.com wrote: Hi, We are using Freeradius 1.1.7 to authenticate a large group of users for one service, with a pgsql backend. I would now like to start using our radius servers to also authenticate other groups of users for specific