Re: Install FreeRadius with Python enabled

2009-04-08 Thread A . L . M . Buxey
Hi, > My Server Configuration: > CentOS release 5 (Final) > FreeRadius 2.1.4 > Python 2.5.2 you need the -devel packages for programs you want support for alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: problem mac address authenticaion

2009-04-08 Thread sameer kale
>Is mac address in Access-Request packet? If it isn't it can't be done. Can we request for specific fields such as MAC address in the radius Access-Request packet? And if so,what is the method to request such an attribute? I would also like to inform you that we have stored the MAC address in the

Install FreeRadius with Python enabled

2009-04-08 Thread Leonardus Gazali
Hi All, I am trying to install FreeRadius with Python enabled. I do configure with parameter --with-experimental-modules and make + make install Install ended very well. But when I executed radiusd -XC, I can't find the radius load the rlm_python module. Is there anything that I missed? My Se

Re: Install FreeRadius with Python enabled

2009-04-08 Thread John Dennis
a.l.m.bu...@lboro.ac.uk wrote: Hi, My Server Configuration: CentOS release 5 (Final) FreeRadius 2.1.4 Python 2.5.2 you need the -devel packages for programs you want support for alan The documentation at http://wiki.freeradius.org/Red_Hat_FAQ contains information for building o

Re: Certificate Authentication WindowsXP SP3

2009-04-08 Thread Marten Groeneveld
Please be so kind to ignore my previous mail. I have done lots of mistakes I have now corrected myself by reading previous posts in this mailinglist. Thank you all for your help! Marten - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Parameter to limit user traffic in RouterOS

2009-04-08 Thread HugLeo
I'm using RouterOS and radclient to pass parameter using PPP protocol. example: echo "User-Name := user" | radclient xx.xx.xx.xxy: port disconnect [secret] But now I need a parameter to limit user traffic of download/upload to 6 GB. If pppoe user connection reach that limit so connectios is droped.

Re: Windows XP hangs forever during PEAP auth on freeradius withwinbind/AD backend

2009-04-08 Thread Mike Loosbrock
On Apr 6, 2009, at 3:49 PM, john wrote: On Sat, Apr 4, 2009 at 1:16 AM, wrote: The howto you sent me says "If all goes well, you should see authentication succeeding (NT_STATUS_OK). You should also see the NT_KEY output, which is needed in order for FreeRADIUS to perform MS-CHAP authentica

Re: Windows XP hangs forever during PEAP auth on freeradius withwinbind/AD backend

2009-04-08 Thread Mike Loosbrock
On Apr 8, 2009, at 10:07 AM, Mike Loosbrock wrote: We run Debian, and we currently have our samba packages pinned at version 2:3.0.30-3 due to this issue: http://lists.freeradius.org/pipermail/freeradius-users/2009-February/msg00289.html List, I'd be willing to report this bug to the Samba

Re: Parameter to limit user traffic in RouterOS

2009-04-08 Thread Vegard Svanberg
* HugLeo [2009-04-08 15:59]: >I'was reading a mk documentation which website is >[1]http://www.mikrotik.com/testdocs/ros/3.0/aaa/ppp.php and I've found >in the session Monitoring Active PPP Users: >limit-bytes-in (read-only: integer) - maximal amount of bytes the user >is allo

Re: Windows XP hangs forever during PEAP auth on freeradius withwinbind/AD backend

2009-04-08 Thread john
> > We run Debian, and we currently have our samba packages pinned at version > 2:3.0.30-3 due to this issue: > > http://lists.freeradius.org/pipermail/freeradius-users/2009-February/msg00289.html > > See the Debain APT manual for information on package pinning. Thanks Mike! I'll look into this a

Re: Is my switch really communicating .1x with Freeradius?

2009-04-08 Thread john
>> > > Can wireshark see radius packets between radius server and the switch? If > not see switch documentation about setting up radius server for it. If > yes - you have a firewall stopping the packets. > > Ivan Kalik > Kalik Informatika ISP > Hi Ivan, Wireshark shows an EAP Success message sour

Re: Is my switch really communicating .1x with Freeradius?

2009-04-08 Thread splintered thoughts
I'd look at the configuration of the 3com switch, and use wireshark or tcpdump on the freeradius host. I haven't configured a 3com 3226 but 3com 5500's have a configuration such as: radius scheme MyRadius  server-type extended  primary authentication 192.168.0.10  primary accounting 192.168.0.1

Re: Parameter to limit user traffic in RouterOS

2009-04-08 Thread HugLeo
Yes, thanks. I was reading the incomplete MK 3.0 documentation. :) On Wed, Apr 8, 2009 at 1:23 PM, Vegard Svanberg wrote: > * HugLeo [2009-04-08 15:59]: > > >I'was reading a mk documentation which website is > >[1]http://www.mikrotik.com/testdocs/ros/3.0/aaa/ppp.php and I've > found >

how can I create a user programatically?

2009-04-08 Thread Matthew Carriere
I have a web application that I would like to use to provision users with. Has anyone done this? What tables would need to accessed in the schema to do this? I am hoping this isn't too difficult Matthew. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: how can I create a user programatically?

2009-04-08 Thread Alan DeKok
Matthew Carriere wrote: > I have a web application that I would like to use to provision users > with. Has anyone done this? What tables would need to accessed in the > schema to do this? I am hoping this isn't too difficult See raddb/sql/*/dialup.sql It contains the default schemas. See

Re: Windows XP hangs forever during PEAP auth on freeradius withwinbind/AD backend

2009-04-08 Thread Mike Loosbrock
On Apr 8, 2009, at 11:28 AM, john wrote: Can you suggest a way to test the cert? Well, you can use the openssl utility to see what your server certificate contains: $ openssl x509 -text -in Wireshark tells me that my 3Com 3226 switch is sending an eap reject immediately after I connect

Freeradius + aironet 1131AG

2009-04-08 Thread Paweł Pogorzelski
Hi! Please write me some links to materials where i can find how to configure freeradius with Cisco AP 1131 AG. I need to use it for eduroam. Thanks - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius + aironet 1131AG

2009-04-08 Thread A . L . M . Buxey
Hi, > Hi! > > Please write me some links to materials where i can find how to > configure freeradius with Cisco AP 1131 AG. I need to use it for > eduroam. cisco configuration guide alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius + aironet 1131AG

2009-04-08 Thread Frank Bonnet
Paweł Pogorzelski wrote: > Hi! > > Please write me some links to materials where i can find how to > configure freeradius with Cisco AP 1131 AG. I need to use it for > eduroam. > > Thanks > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html Hi Pawel > here is th

Re: EAP/TTLS : Issue while trying to proxy inner request and to use postproxy filter

2009-04-08 Thread Thomas Fagart
Compare attrs entries with users file entries. Then read what do operators := and += do. I've read man unlang and I correct my configuration, and I finally succeed to do what I want but not as I thought. I just notice the following : In users file you can do Attribute_A = foo Attribute_

RE: Parameter to limit user traffic in RouterOS

2009-04-08 Thread Russell Tester
That's also a tad incorrect as 6 Gagawords is more like 24GB. You may also find this snippet from my dictionary.mikrotik useful: ATTRIBUTE Mikrotik-Recv-Limit-Gigawords 14 integer ATTRIBUTE Mikrotik-Xmit-Limit-Gigawords 15 integer ATTRIBUTE Mikrotik

AUTO: Freitag, Thoralf is out of the office. (returning 20.04.2009)

2009-04-08 Thread Thoralf Freitag
I am out of the office until 20.04.2009. In urgent cases contact HSS via eMail ad...@ews.biotronik.de, or via telephone -4616. Note: This is an automated response to your message "RE: Parameter to limit user traffic in RouterOS" sent on 4/9/09 4:54:25. This is the only notification you will

LDAP with fallback on local authentication?

2009-04-08 Thread Justin Steward
Hi guys, I'm sure these are questions that have been asked a thousand times, but can't for the life of me find the answers I'm looking for. My first problem is this: I want to store reply attributes for my users in a MySQL database, however I want them to authenticate against an LDAP server. No p

RE: EAP/TTLS : Issue while trying to proxy inner request and to usepostproxy filter

2009-04-08 Thread Ivan Kalik
> > Compare attrs entries with users file entries. Then read what do > operators := and += do. > > I've read man unlang and I correct my configuration, and I finally succeed to do what I want but not as I thought. I just notice the following : In users file you can do Attribute_A = foo Attri

RE: LDAP with fallback on local authentication?

2009-04-08 Thread Ivan Kalik
> I'm sure these are questions that have been asked a thousand times, but can't for the life of me find the answers I'm looking for. > My first problem is this: I want to store reply attributes for my users in a MySQL database, however I want them to authenticate against an LDAP server. No probl