Re: rlm

2009-09-27 Thread Leigh Martell
Hey, LIBLDAP is part of openldap, install the openldap libraries and headers then you will be able to compile rlm_ldap. If you already have it you'll have to post some more information so people help, but I am confident that is what you are missing. -Leigh Martell On Mon, Sep 28, 2009

Re: Using realms without proxying

2009-09-03 Thread Leigh Martell
Just proxy the realm locally.. realm managers { auth = LOCAL acct = LOCAL nostrip } You may want to make sure you acct query is not using the stripped user name though. -Leigh On Thu, Sep 3, 2009 at 4:27 PM, James Wu wrote: > Hi everyone, > > I'm using freeradius-2.1.4

Re: Error binding port to ipv6 address

2009-02-10 Thread Leigh Martell
No problem :) Maybe a shot in the dark but is selinux enabled? check your logs to see if any policies are blocking it or type 'echo 0 > /selinux/enforce' then try to start it again. -- Leigh On Tue, Feb 10, 2009 at 3:19 AM, D'AVELLA STEFANO < stefano.dave...@alcatel-lucent.com> wrote: > Thanks

Re: Error binding port to ipv6 address

2009-02-09 Thread Leigh Martell
Try just 'ps -e|grep radius' that will catch freeradius aswell as radiusd which it is called on some. -- Leigh On Mon, Feb 9, 2009 at 12:02 PM, D'AVELLA STEFANO < stefano.dave...@alcatel-lucent.com> wrote: > *Be sure that no other freeradius is running and also that you have > enough rights to

Re: Pls help: missing Stop accounting packets

2009-01-23 Thread Leigh Martell
Well, there are many reasons why this could happen most of them caused between your NAS and Radius server; since you have already checked the detail file you should check your AP logs for reboots and radius timeouts(although it is UDP based there is an accounting ack sent). I am not familiar with t

Re: Freeradius + MySQL problem

2009-01-16 Thread Leigh Martell
I would assume that it is, otherwise it would not start with the INCLUDE uncommented and sql set in authorize. On Fri, Jan 16, 2009 at 9:18 AM, Luciano Afranllie wrote: > Just a stupid question. > > Is your freeradius compiled with mysql support? > > Do you have rlm_sql_mysql in your module dir?

Re: Freeradius + MySQL problem

2009-01-16 Thread Leigh Martell
Post the entire debug from start to finish and as well as some tests. The first whack of debug tells you how freeradius is parsing your config. Once you have that done we should be able to figure where the issue lie. Take Care, Leigh On Fri, Jan 16, 2009 at 8:49 AM, obaid ghaznawi wrote: > hi,

Re: WISPr-Bandwidth question

2008-12-17 Thread Leigh Martell
wired/wireless network it is always best to control traffic at the distribution point. Hope that helps. Take Care, Leigh Martell On Wed, Dec 17, 2008 at 12:14 PM, kevin wrote: > While an "out of the box" solution is where I'll probably end up, I'm > battling with myself over

Re: MAC Auth (new problem)

2008-12-15 Thread Leigh Martell
-Id) why can't I use this MAC to authenticate it in my > NAS/AP? This is my question. Why can't I look for the MAC in another colum > besides "Username" colum? There should be some way cheaper to me... > > Leigh Martell escreveu: > > I completely agree with you

Re: MAC Auth (new problem)

2008-12-15 Thread Leigh Martell
your radius server? > > - hack your user admin application? > > It is credit to the quality and flexibility of Freeradius that messing > with the radius server comes up as an option at all. > > Ivan Kalik > Kalik Informatika ISP > > Dana 15/12/2008, "Leigh Martell&

Re: MAC Auth (new problem)

2008-12-15 Thread Leigh Martell
Maybe I don't completely understand the issue, can you give us some background to why you can't? or a little more detail on your setup. I originally assumed you had to look in the value you field because of other authentications you do with that user name...but as I think about it more I just get c

Re: MAC Auth (new problem)

2008-12-15 Thread Leigh Martell
Well thats not entirely true; you can create an association table(if thats the right term) which has id,username, mac and then edit your query with some joins and additional magic...I would not suggest this but it is possible just very messy. I would highly recommend doing this the traditional way.

EAP-SIM

2008-12-10 Thread Leigh Martell
Hey, This may be a stupid question, but if I don't have access to a carriers HLR. Can I still do EAP-SIM if I have a sim reader. Sorry for this question I am just having trouble finding a definitive answer. Thanks, Leigh - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/user

Re: FreeRADIUS + Cisco Aironet WAP

2008-11-20 Thread Leigh Martell
I can try, I need a little more detail; Model?(1100,1200) and what method of authentication were you thinking? -- Leigh On Thu, Nov 20, 2008 at 3:02 PM, Tim Gustafson <[EMAIL PROTECTED]> wrote: > Hey, > > I know this is a bit off-topic, but I was wondering if anyone on the list > might be able t

Re: New entry for Interim packet

2008-11-20 Thread Leigh Martell
'NAS-Identifier', Value => $nasid }, { Name => 'Calling-Station-Id', Value => $callid }, { Name => 'Called-Station-Id', Value => $calledid }, { Name => 'Acct-Delay-Time', Value => $delay },