running freeradius on mips platform

2003-02-24 Thread jeffery
Dear all, I have successed crosscompile freeradius into mipsel-linux. But I got a strange situation. That is, all debug messages are short in one line. And the finally message is: ,@[EMAIL PROTECTED] /lib/ld.so.10@((0hhHH@@H@@[EMAIL PROTECTED] ([EMAIL PROTECTED]@@(@ ./radiusd: 1: Syntax error:

Re: acct_users mysql

2003-02-24 Thread Ossama Suleiman
Kostas Kalevras wrote: On Sun, 23 Feb 2003, Ossama Suleiman wrote: hi all, is it possible to use groups created in mysql and associate them with acct_users file?? assume i have group "test" and want to execute a program using "acct_users" when i receive a stop packet

EAP-TLS single authentication

2003-02-24 Thread wu zhen
HI, All I know that FreeRadius could support EAP-TLS, which support mutual authentication. I have tried it successfully with XP client. My question is whether we could make some configurations to FreeRadius so that TLS only carry out unilateral authentication, not mutual authentication (such as:

Re: EAP-TLS single authentication

2003-02-24 Thread Artur Hecker
if i understand correctly, you only want to authenticate the network-side but not the client side. i don't think that is possible for the simple reason: in 802.1X in some cases it would result in no authentication at all. client can not be forced to verify presented server certificate (as you

FreeRadius and WinXP

2003-02-24 Thread Manuel Sánchez Cuenca
Hello, I'm using hostap as access point, WinXP as client and FreeRadius as Authenticator. * radiusd.conf: ... authorize { # # The preprocess module takes care of sanitizing some bizarre # attributes in the request, and turning them into attributes # which are more standard. # # It

zombies in non-threaded, single-server mode

2003-02-24 Thread Josh Howlett
Regarding: http://freeradius.org/cvs-log/2003-02-18.09%3A00%3A00.html#file-radiusd-src-main-radiusd-c,0 I can confirm that this fix works. josh. -- --- Josh Howlett, Networking Digital Communications, Information Systems Computing,

Auth-Type := Reject

2003-02-24 Thread David De Maeyer
Hi, I use Whistle Blower to monitor our servers (mainly to nake sure the servers are still running). Basically Whistle Blower will attempt to validate a user named WhistleBlower and validate the packet denying returned by the Radius server. In our case doing so gives some problems. First of all

IPPOOL PROBLEM

2003-02-24 Thread Javier Castillo Alcibar
Hello All, I have a problem with rlm_ippool module It doesn't give ip addresses... :( This is my radiusd.conf: modules { .. ippool ippool { name = ippool range-start = 194.69.251.128

Dictonary in postgresql

2003-02-24 Thread leaobicalho
How Can i use my Dictonary with postgresql? What i need put in postgresql.conf to dictonary work also in database? thanks Leao Bicalho __ E-mail Premium BOL Antivírus, anti-spam e até 100 MB de espaço. Assine já!

Re: Dictonary in postgresql

2003-02-24 Thread Alan DeKok
leaobicalho [EMAIL PROTECTED] wrote: How Can i use my Dictonary with postgresql? What i need put in postgresql.conf to dictonary work also in database? You can't. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: RADIUS +

2003-02-24 Thread Alan DeKok
[EMAIL PROTECTED] wrote: I understand you Alan, but i want my application to create the policy not the database. LDAP in my case just stores the userbase(which is already working fine). LDAP can store the RADIUS policy, too. That's what I said. The main reason for me to write this

Re: Auth-Type := Reject

2003-02-24 Thread Alan DeKok
David De Maeyer [EMAIL PROTECTED] wrote: In our case doing so gives some problems. First of all we authenticate our users via the users file and via our LDAP server. No. The 'users' file AUTHORIZES the users. It doesn't authenticate anyone. If the user is not found in the users file then

RV: freeradius-ldap is not running

2003-02-24 Thread Federico Edelman
I can't get a response. Somebody know about this trouble? -Mensaje original- De: Federico Edelman Enviado el: jueves, 20 de febrero de 2003 10:29 Para: [EMAIL PROTECTED] Asunto: RE: freeradius-ldap is not running Robert: This is the complete log file. -Mensaje

pb with eap-md5 !

2003-02-24 Thread Benoît Bécel
I would like to use eap-md5 on a wired network ! I have a laptop on Win XP with a pcmcia 3com Etherlink III card! I use a Business Policy Switch 2000 as NAS and FreeRadius on Linux ! And it seems that EAP-MD5 can't work, but my laptop answer to the NAS request/identity when I activate PEAP

Re: Patch for LDAP URI support (at least with OpenLDAP libraries)

2003-02-24 Thread Derrik Pates
On Sat, Feb 22, 2003 at 11:40:24AM +0200, Kostas Kalevras wrote: Where's the patch? Heh. Sure enough, I forgot to attach the patch. It's attached this time, I swear! :) -- Derrik Pates [EMAIL PROTECTED] [EMAIL PROTECTED] --- /root/radiusd/src/modules/rlm_ldap/rlm_ldap.c Fri Jan 24

Re: running freeradius on mips platform

2003-02-24 Thread Alan DeKok
jeffery [EMAIL PROTECTED] wrote: I have successed crosscompile freeradius into mipsel-linux. But I got a strange situation. That is, all debug messages are short in one line. And the finally message is: ,@[EMAIL PROTECTED] /lib/ld.so.10@((0hhHH@@H@@[EMAIL PROTECTED] ([EMAIL PROTECTED]@@(@

Re: Realm specific Accounting

2003-02-24 Thread Alan DeKok
Gene Parks [EMAIL PROTECTED] wrote: Is there anyway to point specific realms to log accounting information to specific databases? i.e. realm1 to mysql realm2 to mssql reaml3 to ldap In the CVS head (it may not be in 0.8.1), use 'Acct-Type' DEFAULT User-Name =~ @realm1,

Re: SIGTERM somewhere in SQL accounting (using MySQL)

2003-02-24 Thread Chris Parker
At 11:26 AM 2/24/2003 -0500, Derrik Pates wrote: For some reason, I've started to see FreeRADIUS die of a SIGTERM somewhere in its SQL accounting code. It's going something like this: radius_xlat: 'SELECT RadAcctId, AcctSessionId, UserName, NASIPAddress, NASPortId, FramedIPAddress,

Re: SIGTERM somewhere in SQL accounting (using MySQL)

2003-02-24 Thread Derrik Pates
On Mon, Feb 24, 2003 at 10:40:13AM -0600, Chris Parker wrote: Use GDB it's much handier at finding the cause of the sigterm than strace. Actually, it pointed me in the right direction anyway - the checkrad script tried talking to the RAS server via SNMP, and got no response, and died of

Re: SIGTERM somewhere in SQL accounting (using MySQL)

2003-02-24 Thread Alan DeKok
[EMAIL PROTECTED] (Derrik Pates) wrote: Actually, it pointed me in the right direction anyway - the checkrad script tried talking to the RAS server via SNMP, and got no response, and died of SIGTERM, for whatever reason knocking radiusd over with it. Anyone have any insight on that? There

Re: RV: freeradius-ldap is not running

2003-02-24 Thread Robert Canary
I think you should look at your ldap server logs. Your basedn dosen't look right to me. I think it should be something like, cn=user-that-can-read-passwords,dc=example,dc=com Federico Edelman wrote: I can't get a response. Somebody know about this trouble? -Mensaje original- De:

RE: RV: freeradius-ldap is not running

2003-02-24 Thread Federico Edelman
My LDAP server works fine. I'm using the LDAP server for other services. -Mensaje original- De: Robert Canary [mailto:[EMAIL PROTECTED] Enviado el: lunes, 24 de febrero de 2003 15:35 Para: [EMAIL PROTECTED] Asunto: Re: RV: freeradius-ldap is not running I think you should look at

Re: running freeradius on mips platform

2003-02-24 Thread Jeffery
Dear Alan, All my other programs are work fine and no messages like this. all the other application in freeradius, like check-config, radtest, are work fine. Only radiusd cannot work. :( Can you give any other suggestion? Or what you think the error probably occur reason. Thank you! ¦b ¶g¤@,

Free Radius and Inter Access Point Protocol (IAPP - 802.11f)

2003-02-24 Thread Mohit Bajpai
Hi, Could you please let me know whether FreeRadius supports IAPP. If yes then how can I configure it and if no is there any work going on to include IAPP support in freeRadius. any information in this regard will be higly appreciated. Thanks and Regards, Mohit

Orkestra kuculdu ve cebinize girdi!

2003-02-24 Thread Melodi Grafik Hizmetleri
Title: SMSNET MELODI GRAFIK HABERLER 24 Þubat 2003www.melodilerim.com / www.grafiklerim.com Allý Turnam Gülpembe - Barýþ Manço Arap Saçý - Erkin Koray Bir Kulunu Çok Sevdim - Ýbrahim Tatlýses Alyazmalým - Cahit Berkay Kum Gibi - Ahmet Kaya Düþler Sokaðý -Ezginin Günlüðü Whenever Wherever -