Re: rlm_perl/rlm_python adding extra value pairs

2007-03-12 Thread Alan DeKok
Mike O'Connor wrote:
 I wish to add some extra valid pairs to accounting packets which are
 being proxied to other radius servers.
 
 If in the 'preacct' or the 'accounting' stage I was to add using
 rlm_python or rlm_perl value pairs would they be sent thought to the
 other radius servers ?

  Yes.  It doesn't take too long to try it and see.

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: rlm_perl / rlm_python

2005-09-09 Thread Thor Spruyt
[EMAIL PROTECTED] wrote:
 Hi there,
 Could someone tell me what versions of freeradius have rlm_perl?

All latest version have it. But it's unstable and therefore you have to
compile from source using --with-experimental-modules

 Do I have to install the 1.0.4 version to get rlm_perl?

No, but latest version is best :)

 A very subjective question here... what is better to use rlm_perl or
 rlm_python?

I think that rlm_perl is likely to be supported better than rlm_python.

 I would have to learn python, but if the general concensus is to go
 with python I'll do it.

Go for rlm_perl

--
Groeten, Regards, Salutations,

Thor Spruyt
M: +32 (0)475 67 22 65
E: [EMAIL PROTECTED]
W: www.thor-spruyt.com

www.salesguide.be
www.telenethotspot.be

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: rlm_perl / rlm_python

2005-09-09 Thread Jonathan De Graeve
I think there's a bug in the latest perl versions.

When you are running Debian 3.1 (perl 5.8.4) and want experimental
package you may want to link libperl.so into freeradius, if you don't
you get an error when you start the freeradius server with rlm_perl
enabled

Like:
/usr/sbin/freeradius: relocation error: /usr/lib/perl/5.8/auto/IO/IO.so:
undefined symbol: Perl_Tstack_sp_ptr (failed!  run '/usr/sbin/freeradius
-x' to find out why.)

I solved this with recompile configure option: 
--with-rlm-perl-lib-dir=/usr/lib/libperl.so.5.8.4

You also can do LD_PRELOAD=/usr/lib/libperl.so freeradius but I would
suggest the first option...

J.

--
Jonathan De Graeve
Network/System Administrator
Imelda vzw
Informatica Dienst
015/50.52.98
[EMAIL PROTECTED]


-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Thor
Spruyt
Verzonden: vrijdag 9 september 2005 23:19
Aan: FreeRadius users mailing list
Onderwerp: Re: rlm_perl / rlm_python

[EMAIL PROTECTED] wrote:
 Hi there,
 Could someone tell me what versions of freeradius have rlm_perl?

All latest version have it. But it's unstable and therefore you have to
compile from source using --with-experimental-modules

 Do I have to install the 1.0.4 version to get rlm_perl?

No, but latest version is best :)

 A very subjective question here... what is better to use rlm_perl or
 rlm_python?

I think that rlm_perl is likely to be supported better than rlm_python.

 I would have to learn python, but if the general concensus is to go
 with python I'll do it.

Go for rlm_perl

--
Groeten, Regards, Salutations,

Thor Spruyt
M: +32 (0)475 67 22 65
E: [EMAIL PROTECTED]
W: www.thor-spruyt.com

www.salesguide.be
www.telenethotspot.be

- 
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html




- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: rlm_perl / rlm_python

2005-09-09 Thread ricklim
Quoting Thor Spruyt [EMAIL PROTECTED]:

 [EMAIL PROTECTED] wrote:
  Hi there,
  Could someone tell me what versions of freeradius have rlm_perl?
 
 All latest version have it. But it's unstable and therefore you have to
 compile from source using --with-experimental-modules
 
  Do I have to install the 1.0.4 version to get rlm_perl?
 
 No, but latest version is best :)
 
  A very subjective question here... what is better to use rlm_perl or
  rlm_python?
 
 I think that rlm_perl is likely to be supported better than rlm_python.
 
  I would have to learn python, but if the general concensus is to go
  with python I'll do it.
 
 Go for rlm_perl
 
 --
 Groeten, Regards, Salutations,
 
 Thor Spruyt
 M: +32 (0)475 67 22 65
 E: [EMAIL PROTECTED]
 W: www.thor-spruyt.com
 
 www.salesguide.be
 www.telenethotspot.be
 

Thanks for the info, will do the compile route



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html