Re: FR2 - proxying inner tunnel

2008-02-16 Thread Alan DeKok
Dmitry Sergienko wrote: Hi! Both logs of xsupplicant and freeradius are available here (posting here exceeds the limit of 100Kb): Ah... you're using xsupplicant. It's sending an EAP-MSCHAPv2 ACK to the SUCCESS that the server sends. Apparently this is handled properly when the server isn't

rlm_python freeradiusd 2.0.2

2008-02-16 Thread Alexander Demidoff
Hello all! I want to use python possibilities to authorize users with freeradius. So, I compiled freeradius with options: --with-experimental-modules \ --with-rlm_python created config files and my pythom module radiusd_isp, put it python path freeradius -X out

Re: rlm_python freeradiusd 2.0.2

2008-02-16 Thread Mike O'Connor
Hi Alexander I think your problem is that python does not know where to find your module. The best way of over coming this issue is to place a file in the site-packages directory which indicates where your python code is installed. [EMAIL PROTECTED] site-packages]# cat radiusd_test.pth

Re: rlm_python freeradiusd 2.0.2

2008-02-16 Thread Alexander Demidoff
Thanks Mike, I expected this suggestion ... of course, I placed the module into /usr/lib/python2.4/site-packages/ directory ... I tried to interact with python: # python Python 2.4.4 (#2, Jan 3 2008, 13:36:28) [GCC 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)] on linux2 Type help, copyright,

Re: rlm_python freeradiusd 2.0.2

2008-02-16 Thread Alexander Demidoff
At the end of my attempts to resolve the problem I've found out 1. Compiling options --with-experimental-modules \ --with-rlm_python \ --with-static-modules=python 2. Befor starting of freeradius I created radiusd_isp.pyc file in the interactive

Re: one username and 2 NAS

2008-02-16 Thread Ivan Kalik
He can't be connecting from both devices in the same time. That's why check is failing. Use huntgroups: pippo User-Name == pippo and then list under all the device IPs he can connect to. Ivan Kalik Kalik Informatika ISP Dana 15/2/2008, enrico fanti [EMAIL PROTECTED] piše: Hi , I have