What is the strongest encryption of password Jradius can support?

2013-07-26 Thread Rama Krishna
Sample client that I wrote on Solaris using JRadius APIs is able to get authenticated from a FreeRadius server running on Linux. However, the password was passed as clear text? What is the strongest encryption supported in JRadius for password encrypting / hashing? Is there a document that I

RE: FreeRadius with Jradius module

2013-06-06 Thread ZHOU Eric JP
[mailto:freeradius-users-bounces+eric.jp.zhou=alcatel-lucent@lists.freeradius.org] On Behalf Of Arran Cudbard-Bell Sent: 2013年6月7日 10:59 To: FreeRadius users mailing list Cc: qdlcp-secur...@list.alcatel-lucent.com Subject: Re: FreeRadius with Jradius module On 6 Jun 2013, at 22:13, ZHOU Eric JP wrote

Re: FreeRadius with Jradius module

2013-06-06 Thread Arran Cudbard-Bell
On 6 Jun 2013, at 22:13, ZHOU Eric JP wrote: > Hi All, > > Currently we are planning to use FreeRadius with Jradius server. > But I find Jradius is not well supported by FreeRadius. > > We have to copy jradius.conf and rlm_jradius.c from Jradius package to > FreeRadius

FreeRadius with Jradius module

2013-06-06 Thread ZHOU Eric JP
Hi All, Currently we are planning to use FreeRadius with Jradius server. But I find Jradius is not well supported by FreeRadius. We have to copy jradius.conf and rlm_jradius.c from Jradius package to FreeRadius package to build the module. Furthermore many FreeRadius versions do not support

Re: Have anyone test the performance about FreeRADIUS+jRadius on authentication?

2013-04-24 Thread Alan DeKok
Okis Chuang wrote: > Yes, I'm under this slow performance trouble now > Actually I tried let it not going into jradius and completing my easy job > only in FreeRADIUS yesterday. And it did it well. > It can finish 1 auth request in 13 sec. Exactly. > However, our go

Have anyone test the performance about FreeRADIUS+jRadius on authentication?

2013-04-23 Thread Okis Chuang
Thanks Fajar your speedy response and really helpful for me. Yeah..I'm pretty grateful about all contributions here for sure! And I'm definitely not insist on desiring the best solution here. I just want to listen some opinions or advice from all those experienced. Anyway, I'll keep learning a

Re: Have anyone test the performance about FreeRADIUS+jRadius on authentication?

2013-04-23 Thread Fajar A. Nugraha
On Wed, Apr 24, 2013 at 9:34 AM, Okis Chuang wrote: > Thanks for Alan's quick and kindly reply! > > Yes, I'm under this slow performance trouble now > Actually I tried let it not going into jradius and completing my easy job > only in FreeRADIUS yesterday. And it did

RE: Have anyone test the performance about FreeRADIUS+jRadius on authentication?

2013-04-23 Thread Okis Chuang
Thanks for Alan's quick and kindly reply! Yes, I'm under this slow performance trouble now Actually I tried let it not going into jradius and completing my easy job only in FreeRADIUS yesterday. And it did it well. It can finish 1 auth request in 13 sec. However, our goal is

Re: Have anyone test the performance about FreeRADIUS+jRadius on authentication?

2013-04-23 Thread Alan DeKok
Chuang Okis wrote: > Have anyone test the performance about FreeRADIUS+jRadius on authentication? Not me. > The test was just for authentication load test from gateway to radius > server. My jradius handler would just do some easy string splitng for > one VSA. Use Perl. It&

Have anyone test the performance about FreeRADIUS+jRadius on authentication?

2013-04-23 Thread Chuang Okis
Hi all,Have anyone test the performance about FreeRADIUS+jRadius on authentication?I recently did several numbers of load test with radclient in FreeRADIUS.I used radclient -c 1 to attack my radius server(with jradius), and found that the results are pretty bad...The call per second was

Re: Failed to load module "jradius" freeradius server

2013-03-08 Thread Alan DeKok
David Bird wrote: > Thanks for the note that support for rlm_jradius has been removed in FR > 3.0. I'm slightly disappointed that it wasn't brought forward from 2.x, > but can understand that it's not considered a standard module (even > though it is included in some popular distributions). I haven

Re: Failed to load module "jradius" freeradius server

2013-03-08 Thread David Bird
a.org instead. Cheers, David > Date: Thu, 7 Mar 2013 11:02:17 -0500 > From: Arran Cudbard-Bell > To: FreeRadius users mailing list > > Subject: Re: Failed to load module "jradius" freeradius server > Message-ID: > Content-Type: text/plain; charset=iso-

Re: Failed to load module "jradius" freeradius server

2013-03-08 Thread Alan Buxey
"This is the freeradius list, not the jradius list. If you want help and advice then use the appropriate list" Which bit wasn't clear? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Failed to load module "jradius" freeradius server

2013-03-08 Thread Iftakhul Anwar
Hi Alan, Any guide how to test jradius on my freeradius configuration.I just want to ensure that my jradius configuration running well and next developer can using it. Thanks On Fri, Mar 8, 2013 at 3:39 PM, Alan Buxey wrote: > This is the freeradius list, not the jradius list. If you w

Re: Failed to load module "jradius" freeradius server

2013-03-08 Thread Alan Buxey
This is the freeradius list, not the jradius list. If you want help and advice then use the appropriate list Many thanks alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Failed to load module "jradius" freeradius server

2013-03-07 Thread Fajar A. Nugraha
On Fri, Mar 8, 2013 at 2:16 PM, Iftakhul Anwar wrote: > What is the right syntax for compile using experimental module ? --with-experimental-modules > > I've try to ./configure --with-experimental-modules=yes then make and make > install. > But on i can't find jradiu

Re: Failed to load module "jradius" freeradius server

2013-03-07 Thread Iftakhul Anwar
What is the right syntax for compile using experimental module ? I've try to ./configure --with-experimental-modules=yes then make and make install. But on i can't find jradius module in {installation folder}/modules i've also try ./configure --with-experimental-modules=rlm_jra

Re: Failed to load module "jradius" freeradius server

2013-03-07 Thread Iftakhul Anwar
Hi Fajar, What do you mean rebuilding source package ? i've recompile freeradius-server-2.1.1 from source code. But when i try to run, jradius still not found i try with some parameter in configure command = ./configure --with-experimental-modules=yes and i got error like above when

Re: Failed to load module "jradius" freeradius server

2013-03-07 Thread Fajar A. Nugraha
On Fri, Mar 8, 2013 at 12:30 PM, Iftakhul Anwar wrote: > I try to downgrade to freeradius-server-2.1.1 as following from > http://coova.org/JRadius/FreeRADIUS > > But when i try to running radiusd on foregound i got error message like > bellow : > I'm running on ubuntu

Re: Failed to load module "jradius" freeradius server

2013-03-07 Thread Iftakhul Anwar
I try to downgrade to freeradius-server-2.1.1 as following from http://coova.org/JRadius/FreeRADIUS But when i try to running radiusd on foregound i got error message like bellow : radiusd -X FreeRADIUS Version 2.1.1, for host x86_64-unknown-linux-gnu, built on Mar 8 2013 at 08:13:26 Copyright

Re: Failed to load module "jradius" freeradius server

2013-03-07 Thread Iftakhul Anwar
i've found rlm_jradius on src/modules. But after i ./configure and make and make install i can't found jradius modules on my radiusd installation. Then I try to configure with command : ./configure --with-experimental-modules=yes but i got error like bellow : if [ "xrlm_cram&

Re: Failed to load module "jradius" freeradius server

2013-03-07 Thread Fajar A. Nugraha
On Fri, Mar 8, 2013 at 3:02 AM, Arran Cudbard-Bell wrote: > > On 7 Mar 2013, at 10:55, Iftakhul Anwar wrote: > >> Actually i install freeradius from apt-get , > > Right, so jradius won't have been built. Actually, it should be available. That is, if you use Ubuntu

Re: Failed to load module "jradius" freeradius server

2013-03-07 Thread Iftakhul Anwar
07.03.2013 16:56, Iftakhul Anwar wrote: > > Actually i install freeradius from apt-get , > > > > But i try configure jradius following tutorial from > > http://coova.org/JRadius/FreeRADIUS > > > > How i can add this module to radius server if i using apt-ge

Re: Failed to load module "jradius" freeradius server

2013-03-07 Thread Olivier Beytrison
On 07.03.2013 16:56, Iftakhul Anwar wrote: > Actually i install freeradius from apt-get , > > But i try configure jradius following tutorial from > http://coova.org/JRadius/FreeRADIUS > > How i can add this module to radius server if i using apt-get ? You can't.

Re: Failed to load module "jradius" freeradius server

2013-03-07 Thread Arran Cudbard-Bell
On 7 Mar 2013, at 10:55, Iftakhul Anwar wrote: > Actually i install freeradius from apt-get , Right, so jradius won't have been built. jradius support is going away, it will *NOT* be in Version 3 unless someone contributes a new version of the module which works with the updated

Re: Failed to load module "jradius" freeradius server

2013-03-07 Thread Iftakhul Anwar
Actually i install freeradius from apt-get , But i try configure jradius following tutorial from http://coova.org/JRadius/FreeRADIUS How i can add this module to radius server if i using apt-get ? On Thu, Mar 7, 2013 at 10:55 PM, Iftakhul Anwar wrote: > Actually i install freeradius f

Re: Failed to load module "jradius" freeradius server

2013-03-07 Thread Iftakhul Anwar
Actually i install freeradius from apt-get , But i try configure jradius On Thu, Mar 7, 2013 at 6:27 PM, Olivier Beytrison wrote: > On 07.03.2013 07:57, Iftakhul Anwar wrote: > >> HI All, >> >> I just installed free radius server using apt-get on my ubuntu machine. &g

Re: Failed to load module "jradius" freeradius server

2013-03-07 Thread Olivier Beytrison
On 07.03.2013 07:57, Iftakhul Anwar wrote: HI All, I just installed free radius server using apt-get on my ubuntu machine. Now i want to configure jradius on my freeradius server. I follow step by step from http://coova.org/JRadius/FreeRADIUS. Are you sure ? By default rlm_jradius is not

Failed to load module "jradius" freeradius server

2013-03-06 Thread Iftakhul Anwar
HI All, I just installed free radius server using apt-get on my ubuntu machine. Now i want to configure jradius on my freeradius server. I follow step by step from http://coova.org/JRadius/FreeRADIUS. Firstly my freeradius server running well, whereas i've configure it with mysq

Re: jradius onfail FAIL and REJECT

2011-12-30 Thread Alan DeKok
Christian Springer wrote: > Hello, > > in the jRadius config there are the options FAIL and REJECT for the onfail > parameter. Can someone explain the difference? These are module return codes as defined in "man unlang" Alan DeKok. - List info/subscribe

jradius onfail FAIL and REJECT

2011-12-30 Thread Christian Springer
Hello, in the jRadius config there are the options FAIL and REJECT for the onfail parameter. Can someone explain the difference? Behaviour seems identical in wireshark traces, sending an Access Reject in both cases. Thanks Christian - List info/subscribe/unsubscribe? See http

RE: Failed to load module "jradius"

2011-10-27 Thread Travis Dimmig
Figured it out. The jradius.conf needs to be in /usr/local/etc/raddb/modules. I swear it used to be one directory up... Anyway, I don't know if it's the freeRadius team or the JRadius team that maintains this plugin, but the config file is not automatically copied into th

Re: Failed to load module "jradius"

2011-10-27 Thread Alan DeKok
Travis Dimmig wrote: > I don’t seem to be able to get freeRadius to load the “jradius” module. > My steps are as follows: >... > “radiusd –X” gives: > > /usr/local/etc/raddb/sites-enabled/default[443]: Failed to load module > "jradius". It should give more th

Failed to load module "jradius"

2011-10-27 Thread Travis Dimmig
I don't seem to be able to get freeRadius to load the "jradius" module. My steps are as follows: wget ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.1.12.tar.gz tar -xzvf freeradius-server-2.1.12.tar.gz cd freeradius-server-2.1.12 echo "rlm_jradius&qu

OT: JRadius client <-> Freeradius 2.1.10 PAP authentication

2011-03-29 Thread Harry Hoffman
Hi All, If anyone is using JRadius client (especially via JASIG CAS) to authenticate to a freeradius server using PAP could you contact me offlist? Cheers, Harry - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: jradius 1.1.3

2010-10-13 Thread David Bird
awesome.. Thanks! > David Bird wrote: > > Be sure to upgrade your rlm_jradius ! (probably the most common issue we > > hear about; I submitted a patch a while back, but haven't followed it > > up) > > I'll get it into 2.1.11. > > Alan DeKok. > > - List info/subscribe/unsubscribe? See ht

Re: jradius 1.1.3

2010-10-13 Thread Alan DeKok
David Bird wrote: > Be sure to upgrade your rlm_jradius ! (probably the most common issue we > hear about; I submitted a patch a while back, but haven't followed it > up) I'll get it into 2.1.11. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

jradius 1.1.3

2010-10-13 Thread David Bird
Hello, For those using rlm_jradius, there is a new release of the JRadius server: http://www.coova.org/JRadius Be sure to upgrade your rlm_jradius ! (probably the most common issue we hear about; I submitted a patch a while back, but haven't followed it up) Get it from (also included in

JRadius need FreeRadius?

2010-09-21 Thread Noura Kossentini
Hi To install JRadius server, I must install freeRadius server? thanks - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: How to create my own VSAs in FreeRADIUS with JRadius (rlm_jradius module)?

2010-07-08 Thread Alan DeKok
Karuna G. Kumar wrote: > Hi, > > I am using FreeRADIUS and JRadius. Where and how to configure my own VSAs to > use in request and response packets? $ man dictionary > Also, please tell me how to configure sub-attributes for VSAs. It's documented in the dictionary "

How to create my own VSAs in FreeRADIUS with JRadius (rlm_jradius module)?

2010-07-08 Thread Karuna G. Kumar
Hi, I am using FreeRADIUS and JRadius. Where and how to configure my own VSAs to use in request and response packets? Also, please tell me how to configure sub-attributes for VSAs. Thanks in advance. -Karun. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Karuna G. Kumar
s-users-bounces+karuna.kumar=indscape@lists.freeradius.org on behalf of Alan Buxey Sent: Wed 6/2/2010 7:01 PM To: FreeRadius users mailing list Cc: Subject:Re: JRadius with FreeRADIUS - Please help me in solving this issue Hi, > I used different user name (karun) and password (kar

Re: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Alan Buxey
Hi, > I used different user name (karun) and password (karunkarun) also. But the > result is same. do you have karun in the /etc/passwd file? from the logs you do alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Karuna G. Kumar
FreeRadius users mailing list Cc: Subject:Re: JRadius with FreeRADIUS - Please help me in solving this issue Hi, > [pap] login attempt with password "testing" > [pap] Using CRYPT encryption. yes, crypt...which means > ++[unix] returns updated ..tht you have

Re: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Alan Buxey
Hi, > [pap] login attempt with password "testing" > [pap] Using CRYPT encryption. yes, crypt...which means > ++[unix] returns updated ..tht you have a matching entry in /etc/passwd - hence CRYPT alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Karuna G. Kumar
oop ++[digest] returns noop [suffix] No '@' in User-Name = "karun", looking up realm NULL [suffix] No such realm "NULL" ++[suffix] returns noop [eap] No EAP-Message, not doing EAP ++[eap] returns noop ++[unix] returns updated rlm_jradius: Reserving JRadius socket id: 7

Re: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Alan DeKok
Karuna G. Kumar wrote: > I am trying to authorize / authenticate the user from a JRadius handler. I > want to validate the user name and password both from our application's data > repository using EJB calls. Hence, I don't want to look in to users file at > all. Do I ne

RE: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Karuna G. Kumar
I am trying to authorize / authenticate the user from a JRadius handler. I want to validate the user name and password both from our application's data repository using EJB calls. Hence, I don't want to look in to users file at all. Do I need to still enable PAP for it? Please let me

Re: JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Alan DeKok
Karuna G. Kumar wrote: > Hi, > > I am using FreeRADIUS 2.1.8 and JRadius 1.0.0 in my machine. When I send the > Access-Request, it gives me the error "No authenticate method (Auth-Type) > configuration found for the request: Rejecting the user". Please help me. Did >

JRadius with FreeRADIUS - Please help me in solving this issue

2010-06-02 Thread Karuna G. Kumar
Hi, I am using FreeRADIUS 2.1.8 and JRadius 1.0.0 in my machine. When I send the Access-Request, it gives me the error "No authenticate method (Auth-Type) configuration found for the request: Rejecting the user". Please help me. Did I missed any configuration? In sites-available/de

Re: TLS error between JRadius Simulator (1.3.0) and FreeRADIUS (2.16)

2010-05-21 Thread Alan DeKok
William Rettig wrote: > TLS_accept:failed in SSLv3 read certificate verify B > > rlm_eap: SSL error error:140880AE:SSL > routines:SSL3_GET_CERT_VERIFY:missing verify message > > SSL: SSL_read failed inside of TLS (-1), TLS session fails. The JRadius client is broken.

TLS error between JRadius Simulator (1.3.0) and FreeRADIUS (2.16)

2010-05-21 Thread William Rettig
Hello, I am trying to run JRadius client Simulator against FreeRADIUS using EAP-TLS authentication. I was under the impression that these two offerings worked together right out of the box. I have tested my certs against FreeRADIUS using Microsoft supplicant and all is well. Will someone

jradius performance

2009-12-08 Thread wlanmac
Hello, The question of performance of jradius has been raised a couple times. I thought I'd share some recent findings and improvements. Attached are some radperf results of various setups and a brief discussion is below. The tests are after changes we have made, which we will be integr

Re: Freeradius with JRadius Performance issues.

2009-12-03 Thread Alan DeKok
Hemlata Shekatkar wrote: > 2) I ran the tests with -n 500 and the results were really awful. Only > 15 for the 500 requests sent. That seems to indicate that the jradius portion has *extremely* long latencies. > I have run tests with both -n and -p > options with various request

RE: Freeradius with JRadius Performance issues.

2009-12-02 Thread Hemlata Shekatkar
really bad consistently. I also increased the memory for jradius to xmx512m but still did not get any higher performance or load numbers. Any ideas? Thanks Hema. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius with JRadius Performance issues.

2009-12-02 Thread Alan DeKok
Hemlata Shekatkar wrote: > I am evaluating freeradius with jradius. Currently i am performing > performance testing for the Freeradius-Jradius combination using radperf > tool. JRadius is simply authenticating the user from the > jradius-config.xml file using one of the default

Freeradius with JRadius Performance issues.

2009-12-01 Thread Hemlata Shekatkar
Hi, I am evaluating freeradius with jradius. Currently i am performing performance testing for the Freeradius-Jradius combination using radperf tool. JRadius is simply authenticating the user from the jradius-config.xml file using one of the default handlers, so nothing fancy there. Here are a

Freeradius with jradius

2009-08-12 Thread shivashankar
hi , i configured Jradius with Freeradius. but i don't know how to wirte java code and compile in jradius. is any doucment.? could u plz help. . Regard's shiva shankar -- View this message in context: http://www.nabble.com/Freeradius-with-jradius-tp24931286p24931286.html Sen

Re: Issue when freeRadius is accessed using JRadius Client.

2009-06-29 Thread kpani
; instead of the right one > AttributeFactory.loadAttributeDictionary("net.sf.jradius.dictionary.AttributeDictionaryImpl"); It works fine now. Regards, Dhandapani Ivan Kalik wrote: > >> I am using JRadius Client with freeRadius server for user authentication. >

Re: Issue when freeRadius is accessed using JRadius Client.

2009-06-25 Thread Ivan Kalik
> I am using JRadius Client with freeRadius server for user authentication. > The following code is used to access freeRadius server: > -- > AttributeFactory.loadAttributeDictionary("net.jradius.dictionary.Attrib

Issue when freeRadius is accessed using JRadius Client.

2009-06-25 Thread kpani
Hi, I am using JRadius Client with freeRadius server for user authentication. The following code is used to access freeRadius server: -- AttributeFactory.loadAttributeDictionary("net.jradius.dictionary.AttributeDictionar

Re: help needed --- jradius configuration with freeradius 2.1.1

2008-11-29 Thread Saeed Akhtar
I figured it out. It was just conflict of version. Freeradius 2.11 is not configurable with older version of jradius. it needs new version - jradius 1.0.0 server. http://dev.coova.org/mvn/net/jradius/jradius-server/1.0.0/jradius-server-1.0.0-release.zip Thanks to all. Regards, Saeed Akhtar On

help needed --- jradius configuration with freeradius 2.1.1

2008-11-29 Thread Saeed Akhtar
Hi, I want to configure jradius with freeradius 2.1.1. I added jradius in modules section of freeradius radiusd.conf file... also added jradius in authorize section. Now when I run send request to freeradius its trace is like this: rlm_jradius: Reserving JRadius socket id: 7 rlm_jradius

Question about Jradius

2008-10-07 Thread Piero Santi
Hi, i would like to know the compatibility of the latest stable version of Jradius with FreeRadius 2.x. Thanks, Piero - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Jradius con file!

2008-09-25 Thread tnt
allow_idchange are >recognised. >What to do? > >Sincerelly, >Žagar Jelena > >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] >On Behalf Of [EMAIL PROTECTED] >Sent: Thursday, September 25, 2008 1:59 PM >To: FreeRadius users mailing list

RE: Jradius con file!

2008-09-25 Thread Jelena Žagar
list Subject: Re: Jradius con file! It's not very likely that allow_codechange was supported in that freeradius version then. If you change number of connections - that does change? Ivan Kalik Kalik Informatika ISP Dana 25/9/2008, "Jelena Žagar" <[EMAIL PROTECTED]&

Re: Jradius con file!

2008-09-25 Thread tnt
It's not very likely that allow_codechange was supported in that freeradius version then. If you change number of connections - that does change? Ivan Kalik Kalik Informatika ISP Dana 25/9/2008, "Jelena Žagar" <[EMAIL PROTECTED]> piše: >I add the allow_codecha

Re: Jradius & FreeRadius problem!

2008-09-25 Thread tnt
>I installed FreeRadius on the Windows machine. Is freeradius.net up again? This looks like 1.1.x debug of seriously edited radiusd.conf. I would try adding jradius to the default configuration without deleting everything else. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscr

Jradius con file!

2008-09-25 Thread Jelena Žagar
I add the allow_codechange in jradius module in radiusd.conf file as you can see: # configure the rlm_jradius module jradius { name = "example" # The "Requester" name (a single # JRa

RE: Jradius & FreeRadius problem!

2008-09-24 Thread Jelena Žagar
I put the next line im jradius module: # configure the rlm_jradius module jradius { name = "example" # The "Requester" name (a single # JRadius server can have

Re: Jradius & FreeRadius problem!

2008-09-24 Thread wlanmac
If you are trying to change an AccessReject into an AccessAccept in the post-auth section, then you must have the following option configured for the rlm_jradius module: jradius { ... allow_codechange = yes } David > Date: Thu, 25 Sep 2008 07:58:56 +0200 > From: Jelena

Jradius & FreeRadius problem!

2008-09-24 Thread Jelena Žagar
I installed FreeRadius on the Windows machine. I started JRadius as well. I started the client. The JRadius sends back to the FreeRadius the access accept packet, but Free Radius always sends to the client the Access Reject packet. Only the Reply-Message is read correctly from the returned packet

Re: error on start freeradius + jradius

2007-08-13 Thread George Beitis
n trying to install >> freeradius 1.1.5 -.6 and .7 unseccesfully. With versions 5 and 6 i get >> errors saying the glibc error. With 7 i get something different: with >> 1.1.7 + jradius patch i get the rlm_acct_unique is not a valid libtool >> archive error. For each ins

Re: error on start freeradius + jradius

2007-08-09 Thread Kevin Bonner
On Thursday 09 August 2007 15:05:55 George Beitis wrote: > I read this post and for more than 8 hours i have been trying to install > freeradius 1.1.5 -.6 and .7 unseccesfully. With versions 5 and 6 i get > errors saying the glibc error. With 7 i get something different: with > 1.1

Re: error on start freeradius + jradius

2007-08-09 Thread George Beitis
I read this post and for more than 8 hours i have been trying to install freeradius 1.1.5 -.6 and .7 unseccesfully. With versions 5 and 6 i get errors saying the glibc error. With 7 i get something different: with 1.1.7 + jradius patch i get the rlm_acct_unique is not a valid libtool archive

Re: error on start freeradius + jradius

2007-07-13 Thread Kevin Bonner
1.1.6. > > > > Alan DeKok. > > hi, > > i`m sorry, I think that the message went wrong... > > I have installed freeradius 1.1.5 and jradius patch 1.1.5... > ... > Module: Library search path is /usr/local/lib > *** glibc detected *** /usr/local/sbin/radiusd: d

freeradius-jradius-pam

2007-06-13 Thread lisa laam
Freeradius, then what would be easy and rapid to implement a PAM module or using JRadius (I tried to install Jradius patch, but didn't succeed)? Did you recommend me JRadius (I thougt about JRadius because the OTP validation programme is written in JAVA) ? 3- about PAM modules, I understand th

Re: Help for Jradius and Frreradius

2007-06-12 Thread Alan Dekok
Ouahiba MACHANI wrote: ... > /opt/freeradius/etc/raddb/hints[37]: Parse error (check) for entry DEFAULT: > Unknown value Yes for attribute Strip-User-Name > rlm_preprocess: Error reading /opt/freeradius/etc/raddb/hints You have previously installed another RADIUS server on that machine, which us

Re: Help for Jradius and Frreradius

2007-06-12 Thread Ouahiba MACHANI
to parse authorize section. please, help! is there any one how managed to install freeradius with jradius ?? 2007/6/12, Ruslan N. Marchenko <[EMAIL PROTECTED]>: > > /usr/sbin is in $PATH before the prefix you exported. > > Please pick up a "Unix sysadmin 101&qu

Re: Help for Jradius and Frreradius

2007-06-12 Thread Ruslan N. Marchenko
> > /usr/sbin is in $PATH before the prefix you exported. > > Please pick up a "Unix sysadmin 101" book. All of this >is explained > there. > May you please examine my question instead of teaching basics of unix shell? I also want to be taught of some basics %) -- Olimp, System Administr

Re: Fwd: Help for Jradius and Frreradius

2007-06-12 Thread Alan Dekok
Ouahiba MACHANI wrote: ... > The program 'radiusd' can be found in the following packages: > * radiusd-livingston > * yardradius > * xtradius > Try: sudo apt-get install > Make sure you have the 'universe' component enabled > bash: radiusd: command not found Why do people insist on advertising

Re: Fwd: Help for Jradius and Frreradius

2007-06-12 Thread Ouahiba MACHANI
Thanks for your response, Now when i execute radiusd i got this & radiusd The program 'radiusd' can be found in the following packages: * radiusd-livingston * yardradius * xtradius Try: sudo apt-get install Make sure you have the 'universe' component enabled bash: radiusd: command not found w

Re: Fwd: Help for Jradius and Frreradius

2007-06-12 Thread Stefan Winter
Hi, the problem is not the vresion of FreeRADIUS and likely not that patch (what is that patch about anyway?). The problem during compilation is in > /usr/bin/ld: cannot find -lperl > collect2: ld returned 1 exit status > make[6]: *** [rlm_perl.la] Error 1 You need to have the perl development

Re: Help for Jradius and Frreradius

2007-06-12 Thread Tomas Hoger
plained on this list in the past. However, this is unrelated to jradius. th. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Fwd: Help for Jradius and Frreradius

2007-06-12 Thread lisa laam
-- Forwarded message -- From: lisa laam <[EMAIL PROTECTED]> Date: 11 juin 2007 12:53 Subject: Help for Jradius and Frreradius To: freeradius-users@lists.freeradius.org Hi all, t rried to install jradius patch for freeradius. I can't use the root account so i installe

Re: FreeRadius/jRadius with Ericsson GGSN

2006-07-12 Thread Alan DeKok
Adrian Heath <[EMAIL PROTECTED]> wrote: > Installed an evaluation version of SteelBelt Radius (Vodafone's > recommended solution) and their test connection worked. Configured > FreeRadius to return same attributes and Vodafone's test connection > failed although FreeRadius sent back an accepted

FreeRadius/jRadius with Ericsson GGSN

2006-07-12 Thread Adrian Heath
Trying to use FreeRadius (with jradius) to authenticate GPRS connections over a private APN with Vodafone UK based on a common userid/password but validating the MSISDN number (caller-id/mobile phone number) against a PostgreSQL. Installed an evaluation version of SteelBelt Radius (Vodafone&#

Re: problems in jradius+freeradius+oracle

2006-05-31 Thread Alan DeKok
"Zhou Yong Jun" <[EMAIL PROTECTED]> wrote: ... jradius is not part of FreeRADIUS. Please ask jradius questions in it's mailing list (if it has one), or to the author directly. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Testing jradius+freeradius+oracle

2006-05-31 Thread David Bird
Hello, please use the correct mailing list for these questions: [EMAIL PROTECTED] Thanks David - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

problems in jradius+freeradius+oracle

2006-05-30 Thread Zhou Yong Jun
test.security.jradius.JRadiusClient.main(JRadiusClient.java:74)   Thanks! 周勇军 TD-TECH OMC 021-50992135   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zhou Yong Jun Sent: 2006年5月31日 11:27 To: FreeRadius users mailing list Subject: Testing jradius+freeradius+or

Testing jradius+freeradius+oracle

2006-05-30 Thread Zhou Yong Jun
I get the reply message in java application from freeradius, but the reply message have only usergroup reply message and no user reply message. Why? Thanks! 周勇军 TD-TECH OMC 021-50992135 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: I cannot patch jradius to the freeradius

2006-05-30 Thread A . L . M . Buxey
Hi, > When I exec "patch -p1 < freeradius-1.1.1.patch", what need I write for the > echo message "File to Path:"? which directory are you in when you run this command? if its asking for a File to path, then the 'p value' is wrong. try using, eg -p0 instead if you are in the current path alan -

I cannot patch jradius to the freeradius

2006-05-29 Thread Zhou Yong Jun
When I exec "patch -p1 < freeradius-1.1.1.patch", what need I write for the echo message "File to Path:"? Thanks! 周勇军 TD-TECH OMC 021-50992135 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Why is the post-auth process result returned by jRadius Module over-written by freeradius?

2006-04-04 Thread Yizhi Lao
Hi all, I am struggling with this issue right now. I have installed a JRadius module on FreeRadius 1.1.0 , and made FreeRadius to call the Jradius module in post-auth section. The Jradius handler is supposed to replace the access-accept packet obtained from prior authentication with a access

JRadius module for post-auth

2006-04-03 Thread Yizhi Lao
Hi, This is related to my previous mail on setting up Freeradius for 2 factor authentication with chanllenge-response. I looked at what JRadius module can do and am going to attempt the following approach 1. insert a JRadius module into the "post-auth" section, such that the m

Re: JRadius

2005-11-09 Thread Raoul Demour
Hello thanks for all the answers! > Regarding EAP-SIM, JRadius has no specific support > for it. What is it > you are trying to do? What I have understood: FreeRADIUS is able to authenticate using EAP-SIM. But you need to set the attributes: EAP-SIM-Rand1 EAP-SIM-SRES1 EAP-SIM-KC1 EAP-

Re: JRadius

2005-11-08 Thread Alan DeKok
Ben Walding <[EMAIL PROTECTED]> wrote: > I've only ever used JRADIUS as an EAP-TLS client for load testing > FreeRADIUS. wpa_supplicant has eapol_test, which does something similar. It includes support for PEAP, TTLS, and a bunch of other EAP protocols. Alan DeKok. - Li

Re: JRadius

2005-11-08 Thread Ben Walding
On 11/9/05, Raoul Demour <[EMAIL PROTECTED]> wrote: Does anyone have ever tried JRadius (jradius.sf.net)?As I'm more familiar whith Java than C, Iwonder if I'm not going to use it to handleEAP-SIM (I am not completly sure I can do so, but if it is possible I will do so).As I unders

JRadius

2005-11-08 Thread Raoul Demour
Hello Does anyone have ever tried JRadius (jradius.sf.net)? As I'm more familiar whith Java than C, I wonder if I'm not going to use it to handle EAP-SIM (I am not completly sure I can do so, but if it is possible I will do so). Any experience

Re: FreeRadius + jradius core dump

2005-07-23 Thread Juan Priotti
Thank you Alan, It works with -sf option. regards Juan On 7/21/05, Alan DeKok <[EMAIL PROTECTED]> wrote: > Juan Priotti <[EMAIL PROTECTED]> wrote: > > I'm using freeradius + jradius and I get a core dump when freeradius > > is started normally. if I sta

  1   2   >