Re: problem reading users file

2008-10-23 Thread Mohammad Belgaumkar
yes..I had run in debug mode as radiusd -X PLease see the below log. rad_recv: Access-Request packet from host 107.108.204.113 port 32788, id=30, length=7 1 User-Name = "eapaka" NAS-IP-Address = 107.108.204.114 Message-Authenticator = 0xeda39e7a0125420d02bc5d712a73e1d0

Re: FreeRadius and MAC OS X Install

2008-10-23 Thread Paul Bartell
I recently installed on leopard, even with the perl module disabled, it would not work. the latest CVS version compiled fine though. On Thu, Oct 23, 2008 at 10:12 AM, Saurabh Bhasin <[EMAIL PROTECTED]> wrote: > No, I don'tSo, I did the following: > > $sudo ./configure --without-rlm_perl > > a

Re: Need some help with Access-Reject messages in upgrade from FreeRadius1.1.0 to FreeRadius 2.0.5

2008-10-23 Thread Adam Bultman
[EMAIL PROTECTED] wrote: > >> Admittedly, the configuration file for the 2.0.5 server is a mixture of >> 1.1.0 config style, and 2.0.5 config style, leaning more towards the >> 1.1.0 style, so it could simply be a result of old style getting in the >> way of the new, but I have gone through both co

Re: Redback attributes

2008-10-23 Thread Alexandre Chapellon
Le 23.10.2008 12:19, [EMAIL PROTECTED] a écrit : > Are you sure that your firmware supports that attribute. It's pretty low > down the list in the dictionary. > Unfortunately not, and I have no control on the NASes, no support from redback. Does anyone uses redback device to do such a thing? >

Re: Redback attributes

2008-10-23 Thread tnt
Are you sure that your firmware supports that attribute. It's pretty low down the list in the dictionary. Ivan Kalik Kalik Informatika ISP Dana 23/10/2008, "Alexandre Chapellon" <[EMAIL PROTECTED]> piše: > > >Le 22.10.2008 13:08, Alexandre Chapellon a écrit : >> Le 22.10.2008 12:16, Chris a écr

Re: Redback attributes

2008-10-23 Thread Alexandre Chapellon
Le 22.10.2008 13:08, Alexandre Chapellon a écrit : > Le 22.10.2008 12:16, Chris a écrit : > >> Are you certain it didn't tear down the session and immediately >> rebuild it? That's what I would expect it to do. >> > > I'm gonna check this > Checked , and unfornately there is no reconn

Re: more proxy problems

2008-10-23 Thread tnt
>Hi, hoping someone has some advise on thise but I had DNIS proxy working and >im not sure what I did and now it has stopped working. > >In the acct_users file I have > >DEFAULT Called-Station-Id == "5500", Proxy-To-Realm := "xxx" >Fall-Through = yes > But not in users file. >rad_recv: Ac

any other suggestions?

2008-10-23 Thread Martin Silvero
I want to achieve is to create a certificate for several machines and use TLS - I created all the certificates as they said in README, I tried and nothing. - I created the certificates according to README and follow some tips here: https: / / lists.freeradius.org/pipermail/freeradius-users/2008-

more proxy problems

2008-10-23 Thread Paul A
Hi, hoping someone has some advise on thise but I had DNIS proxy working and im not sure what I did and now it has stopped working. In the acct_users file I have DEFAULT Called-Station-Id == "5500", Proxy-To-Realm := "xxx" Fall-Through = yes In the proxy file I have realm xxx {

sqlcounter returning wrong value?

2008-10-23 Thread liran tal
Hey, I'm experimenting with some sqlcounter directives in radiusd.conf and chilli as the NAS. I've defined the following sqlcounter stanza for a daily traffic limit: sqlcounter defined in radiusd.conf: (the query was corrected as suggested by tnt on a previous thread on the list, correct me if I

Re: FreeRadius and MAC OS X Install

2008-10-23 Thread Saurabh Bhasin
No, I don'tSo, I did the following: $sudo ./configure --without-rlm_perl and it went well from there. Thanks for the pointer, Andres. -Saurabh On Oct 23, 2008, at 12:06 AM, Anders Holm wrote: Do you have a need for the Perl module? If not, disable it. Sent from my iPhone On 22 Oct 2008

Error in the negotiations certificates

2008-10-23 Thread Martin Silvero
Hello again (I was sick) > There is an EAP-TLS "howto" on the FreeRADIUS web site (type "EAP-TLS > howto" into google). It may help. Alan ok, this is the HOWTO I was watching and following to create the certificates and that's why I try to find some other suggestions to the problem for me, >

RE: problem reading users file

2008-10-23 Thread Elie Hani
Dear All; While debugging raidusd -X on the server with mysql as database, I a facing the following error: Radiusd.conf failed to link to module 'rlm_exec':/usr/local/lib/rlm_exec.a'. invalid ELF header. Any ideas? Thanks Elie Hani - List info/subscribe/unsubscribe? See http://www.freeradius.org

Re: problem reading users file

2008-10-23 Thread tnt
Debug (radiusd -X)? Ivan Kalik Kalik Informatika ISP Dana 23/10/2008, "Mohammad Belgaumkar" <[EMAIL PROTECTED]> piše: > >Hi >I have configured freeradius for EAP AKA by applying the patch. >I m using radeapclient to test it. >Below is my configuration for server in raddb/users file >DEFAULT Au

problem reading users file

2008-10-23 Thread Mohammad Belgaumkar
Hi I have configured freeradius for EAP AKA by applying the patch. I m using radeapclient to test it. Below is my configuration for server in raddb/users file DEFAULT Auth-Type := EAP, EAP-Type := AKA EAP-Sim-AUTN=0xa0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0 EAP-Aka-IK=0xb0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0 EA

Re: control-socket name one character short

2008-10-23 Thread Thomas Fagart
Many thanks, It works portable-bsd# radmin radmin 2.1.2 - FreeRADIUS Server administration tool. Copyright (C) 2008 The FreeRADIUS server project and contributors. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You may redistribute copies of FreeRADIUS un

Re: Ldap-UserDn character set problem?

2008-10-23 Thread John Hawkes-Reed
On 21/10/08 14:10, "John Hawkes-Reed" <[EMAIL PROTECTED]> wrote: > Hello. > > I'm attempting to bring up a FreeRadius-2.1.1 rig that auths against AD. > NTLM authentication seems to work well, but LDAP authorisation appears to > hit a problem when extracting the DN: [ Debug output ] > I can find

Re: control-socket name one character short

2008-10-23 Thread Alan DeKok
Thomas Fagart wrote: > Hum this is not very clear for me, then what should I do for radmin to > work, wait for new releases or bug corrections in FR, or is there something > I should change in my system. Grab an updated version of the "stable" branch from github. Alan DeKok. - List info/subsc

Re: control-socket name one character short

2008-10-23 Thread Thomas Fagart
On Wed, 22 Oct 2008 18:00:56 -0400, John Dennis <[EMAIL PROTECTED]> wrote: > Thomas Fagart wrote: >> socket(PF_LOCAL,SOCK_STREAM,0) = 3 (0x3) >> connect(3,{ AF_UNIX >> "/usr/local/var/run/radiusd/radiusd.sock(ô(Dì¿¿8X(Ê(" },40) ERR#2 > 'No >> such file or directory' >> radmin

Re: control-socket name one character short

2008-10-23 Thread Alan DeKok
John Dennis wrote: > Also note in fr_domain_socket() the path is mem copied into struct > sockaddr_un saremote but the error message uses the path directly. This > is why the error show the correct path name but the connect call does > not (because it's using saremote). Also observe when the path i

Re: SQL pb

2008-10-23 Thread tnt
It's in the FAQ: http://wiki.freeradius.org/FAQ#It_says_.22Could_not_link_..._file_not_found.22.2C_what_do_I_do.3F Ivan Kalik Kalik Informatika ISP Dana 23/10/2008, "Elie Hani" <[EMAIL PROTECTED]> piše: >Hi; > >I am configuring a freeradius server with mikrotik hostpot, all is working >fine wh

Re: Certificate types supported on freeradius EAP-TLS

2008-10-23 Thread tnt
> Openssl support .der format. But I convert the .pem format certificates to > .der format. They do not realy work. The pem certificates is OK. > Does anyone use .der format certificates? Windows. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.o

SQL pb

2008-10-23 Thread Elie Hani
Hi; I am configuring a freeradius server with mikrotik hostpot, all is working fine while creating the users in the users file. When I launch the SQL database, and change the authentication in radiusd.conf, to check the sql files, I get always the error about the rlm_sql.so; even though it is pre

Re: FreeRadius and MAC OS X Install

2008-10-23 Thread Anders Holm
Do you have a need for the Perl module? If not, disable it. Sent from my iPhone On 22 Oct 2008, at 23:19, Saurabh Bhasin <[EMAIL PROTECTED]> wrote: Folks, I've been trying to compile (using MacPorts 1.600) freeradius on Leopard (10.5.5) and continue to get the following error. I've been a