Re: Segmetation fault: [eap] Passing reply from proxy back into the tunnel

2011-06-02 Thread Alan DeKok
Phil Mayers wrote: I'll try to test the Access-Reject thing tomorrow; I'm betting it'll be a trivial fix. Thanks. A 2.1.11 release would be good; we're been running a recent v2.1.x snapshot in production for a while and it's stable (once I patched the detail file reader segfault, which I

Re: Server Sertificate

2011-06-02 Thread senthil kumar
Hi, Can you send me some sample Server.cnf and Client.cnf files. I am facing some problem with the certificates. Regards Senthil On Thu, Jun 2, 2011 at 1:51 AM, Alexander Clouter a...@digriz.org.ukwrote: Lubenski, Zeev [GCS] zlube...@lgsinnovations.com wrote: This leads to believe

radwho with exact match not happening

2011-06-02 Thread djadav
Dear All, I have configured a radius, its working fine, i am not get proper output in radwho commnad. when we give radwho -R -u username it will give all user that match name. but i want to grep an exact match. For, Example, abc, abc1, abc123,abc1264 user is connected. Now when i give

Re: Server Sertificate

2011-06-02 Thread Alan DeKok
senthil kumar wrote: Hi, Can you send me some sample Server.cnf and Client.cnf files. I am facing some problem with the certificates. See raddb/certs. This is documented. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radwho with exact match not happening

2011-06-02 Thread Alan DeKok
djadav wrote: when we give radwho -R -u username it will give all user that match name. but i want to grep an exact match. For, Example, abc, abc1, abc123,abc1264 user is connected. Now when i give radwho -R -u abc then it will give all user connected with abc/abc1... insted

Re: Can't get checkrad to be called

2011-06-02 Thread Alan DeKok
Dan Brisson wrote: I was wondering if someone could help me determine why checkrad isn't being called. I've followed the directions in the doc/Simultaneous-Use but still cannot get checkrad to fire off when I login. It will check radutmp, but never reaches out to my NAS with checkrad, as

FreeRadius Support for WiMAX Sub-TLVs of Sub-TLVs

2011-06-02 Thread Martin
Hi, Vendor-Specific - WiMAX TLV - WiMAX sub-tlv - WiMAX sub-sub-tlv Does anybody knows if is going to be supported this kind of encapsulation and if yes, in what release? Regards, Martin Ion  - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Error: User-Name is not the same as MS-CHAP name

2011-06-02 Thread Francois Gaudreault
Hi Phil, What I really want to understand is, whether the check is too strict and FreeRADIUS should be fixed, or whether Windows XP is just buggy. I will try to check this tomorrow. e.g. maybe the check should be: if eap.username == mschap.username: ok elif not mschap.domain: if

Re: Error: User-Name is not the same as MS-CHAP name

2011-06-02 Thread Phil Mayers
On 02/06/11 14:47, Francois Gaudreault wrote: Did you have a chance to look at it? Ironically I'm having trouble finding a windows XP install CD... - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: FreeRadius Support for WiMAX Sub-TLVs of Sub-TLVs

2011-06-02 Thread David Peterson
I am guessing you need to work with an Alvarion 4-Motion base station? The latest release supports sub-sub-tlv's. Search the list for extensive conversations on this. David From: freeradius-users-bounces+david.peterson=acc-corp@lists.freeradius.org

Re: One client, multiple NAS-Port-Types

2011-06-02 Thread DaveA
Alan DeKok wrote: Proxying. Set up a minimal virtual server that proxies to others. Okay, this makes sense, but I am still unclear as to where to make the differentiation between NAS-Port-Types. What I envision is something like: If (NAS-Port-Type == Virtual ) { Home_server =

Re: One client, multiple NAS-Port-Types

2011-06-02 Thread Phil Mayers
On 02/06/11 16:17, DaveA wrote: Alan DeKok wrote: Proxying. Set up a minimal virtual server that proxies to others. Okay, this makes sense, but I am still unclear as to where to make the differentiation between NAS-Port-Types. What I envision is something like: If (NAS-Port-Type ==

Unable to build freeradius-server-2.1.10 with --enable-shared=yes and --enable-static=no

2011-06-02 Thread K Arvind
Hi, I'm trying to build freeradius-server-2.1.10 with the configure flags -enabled-shared set to yes, and -enable-static set to no. In the make step, I get a warning libfreeradius-radius-2.1.10.so, needed by libeap/.libs/libfreeradius-eap.so, not found (try using -rpath or -rpath-link)

freeradius-server-2.1.10 crash on mips platform when built with static libraries

2011-06-02 Thread K Arvind
When I build freeradius-server-2.1.10, using static libraries (-enable-shared=no, -enable-static=PKG) for the MIPS platform, the build goes through fine. However, when I start the freeradius server, it crashes with the following error message: radiusd:

RE: FreeRadius Support for WiMAX Sub-TLVs of Sub-TLVs

2011-06-02 Thread Martin
Yes, Is it a Stable release? I have installed 2.1.10 and it doesn't support or at least didn't knew how to do it. Martin Ion   --- On Thu, 6/2/11, David Peterson dav...@wirelessconnections.net wrote: From: David Peterson dav...@wirelessconnections.net Subject: RE: FreeRadius Support for

Re: One client, multiple NAS-Port-Types

2011-06-02 Thread DaveA
That looks great, thanks! Last question... Phil Mayers wrote: authorize { ... That is the authorize section from /sites-enabled/default, correct? Thanks again, Dave -- View this message in context:

Re: FreeRadius Support for WiMAX Sub-TLVs of Sub-TLVs

2011-06-02 Thread Alan DeKok
Martin wrote: Vendor-Specific - WiMAX TLV - WiMAX sub-tlv - WiMAX sub-sub-tlv Does anybody knows if is going to be supported this kind of encapsulation and if yes, in what release? See http://git.freeradius.org Use the master branch. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: Unable to build freeradius-server-2.1.10 with --enable-shared=yes and --enable-static=no

2011-06-02 Thread Alan DeKok
K Arvind wrote: I’m trying to build freeradius-server-2.1.10 with the configure flags “-enabled-shared” set to yes, and “–enable-static” set to no. In the make step, I get a warning “libfreeradius-radius-2.1.10.so, needed by libeap/.libs/libfreeradius-eap.so, not found (try using -rpath or

Re: freeradius-server-2.1.10 crash on mips platform when built with static libraries

2011-06-02 Thread Alan DeKok
K Arvind wrote: When I build freeradius-server-2.1.10, using static libraries (“—enable-shared=no”, “—enable-static=PKG”) for the MIPS platform, the build goes through fine. However, when I start the freeradius server, it crashes with the following error message: radiusd:

RE: FreeRadius Support for WiMAX Sub-TLVs of Sub-TLVs

2011-06-02 Thread David Peterson
Follow Alan’s instructions. You will need to comment out the normal dictionary.wimax and use the alternate one supplied in the latest version. It’s very stable. David From: Martin [mailto:martyn...@yahoo.com] Sent: Thursday, June 02, 2011 12:54 PM To: David

Re: One client, multiple NAS-Port-Types

2011-06-02 Thread Phil Mayers
On 06/02/2011 06:05 PM, DaveA wrote: That looks great, thanks! Last question... Phil Mayers wrote: authorize { ... That is the authorize section from /sites-enabled/default, correct? Well, whichever virtual server is receiving the packets. default normally, yes, - List

how apply policy on my ldap users

2011-06-02 Thread motaibi
Dear guys i have server i installed on it : 1) freeradius 2.1.7 2) chillispot 1.1.0 3) mysql 5.0.77 5) apache 2.2.3 i already configure my server to make it as hotspot wifi system , configured chillispot and freeradius for mysql DB and apache web server to authenticate wifi users which they

Re: Error: User-Name is not the same as MS-CHAP name

2011-06-02 Thread Fajar A. Nugraha
On Thu, Jun 2, 2011 at 9:01 PM, Phil Mayers p.may...@imperial.ac.uk wrote: On 02/06/11 14:47, Francois Gaudreault wrote: Did you have a chance to look at it? Ironically I'm having trouble finding a windows XP install CD... This might help:

Re: Can't get checkrad to be called

2011-06-02 Thread Dan Brisson
I do have this feeling that I'm missing, but I'm not sure what it is. Here's what I have configured: clients.conf: client 10.1.10.20 { secret = password nastype = pr3000 sql/mysql/dialup.conf: # Uncomment simul_count_query to enable simultaneous use checking