Re: Separate rlm_perl in each virtual server

2011-01-29 Thread Alan DeKok
Alexander Shikoff wrote: > Now radiusd receives a DHCP packet and: > > Received DHCP-Discover of id fcb1c6c0 from 193.200.84.232:67 to > 193.200.85.245:67 > [...] > server dhcp { > Trying sub-section dhcp DHCP-Discover {...} > +- entering group DHCP-Discover {...} > rlm_perl: -authorization.pl- :

Re: Separate rlm_perl in each virtual server

2011-01-29 Thread Alexander Shikoff
On Sat, Jan 29, 2011 at 06:10:49PM +0200, Alexander Shikoff wrote: > On Sat, Jan 29, 2011 at 03:18:18PM +0100, Alan DeKok wrote: > > Alexander Shikoff wrote: > > > I have two virtual servers and I need to process events in these servers > > > with different perl scripts. Is there a way to configure

Re: Separate rlm_perl in each virtual server

2011-01-29 Thread Alexander Shikoff
On Sat, Jan 29, 2011 at 03:18:18PM +0100, Alan DeKok wrote: > Alexander Shikoff wrote: > > I have two virtual servers and I need to process events in these servers > > with different perl scripts. Is there a way to configure separate > > rlm_perl instances for each virtual server? Thanks. > > rad

[ SOLVED ] Re: Freeradius SQL: PEAP: Tunneled authentication was rejected.

2011-01-29 Thread chris
Hi Alan, its work great thx Chris -- View this message in context: http://freeradius.1045715.n5.nabble.com/Freeradius-SQL-PEAP-Tunneled-authentication-was-rejected-tp3360430p3362708.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See

Re: SSH-Login libpam-radius-auth

2011-01-29 Thread Marius.Meisner
Hi Alan, thx for your response - I've fixed it now. There where two things to do, one pam issue and one radius issue. For the libpam-radius-auth its necessary to add a user on the local system, so that there is an entry for each user to authenticate by radius over pam. The second thing was, that

Re: Separate rlm_perl in each virtual server

2011-01-29 Thread Alan DeKok
Alexander Shikoff wrote: > I have two virtual servers and I need to process events in these servers > with different perl scripts. Is there a way to configure separate > rlm_perl instances for each virtual server? Thanks. raddb/modules/perl1: perl perl1 { ... } r

Separate rlm_perl in each virtual server

2011-01-29 Thread Alexander Shikoff
Hello, I have two virtual servers and I need to process events in these servers with different perl scripts. Is there a way to configure separate rlm_perl instances for each virtual server? Thanks. -- MINO-RIPE - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Sample code for external program w/ EAP?

2011-01-29 Thread Phil Mayers
On 01/28/2011 06:34 PM, McCann, Brian wrote: Now, here's my exact problem and explain "why" I need to authenticate (not authorize) in my external program (vs ntlm_auth, the users file, ldap, sql, etc). I have an XMLRPC-like server that is accessed over https, and takes a hash of the username