Re: rlm_perl error

2010-08-31 Thread Bjørn Mork
JUND, Aurélien aurelien.j...@sfr.com writes: example.pl: sub authorize { if ($RAD_REQUEST{'Service-Type'} = Framed-User){ This isn't a perl boolean expression... $RAD_CHECK{'Cleartext-Password'} = 1; $RAD_REPLY{'Callback-Number'} = Number; return

RE: rlm_perl error

2010-08-30 Thread JUND , Aurélien
@lists.freeradius.org [mailto:freeradius-users-bounces+aurelien.jund=sfr@lists.freeradius.org] De la part de Boian Jordanov Envoyé : mercredi 25 août 2010 23:30 À : FreeRadius users mailing list Cc : Boian Jordanov Objet : Re: rlm_perl error On Aug 25, 2010, at 4:47 PM, JUND, Aurélien wrote

RE: rlm_perl error

2010-08-27 Thread JUND , Aurélien
 : Re: rlm_perl error JUND, Aurélien aurelien.j...@sfr.com writes: 3 hashes are given to the module and filled with value-pairs (Attribute names and values): # %RAD_CHECK Read-only Check items # %RAD_REQUEST Read-only Attributes from the request

Re: rlm_perl error

2010-08-27 Thread Alan DeKok
JUND wrote: I get this error when I run freeradius using this piece of code in my example.pl: Can't modify constant item in scalar assignment at /etc/freeradius_commu/example.pl line 60, near NULL; There is no such text in the example.pl file which is included with FreeRADIUS. You

Re: rlm_perl error

2010-08-27 Thread Noura Kossentini
Hi my sended mail is not delivered :( please help me 2010/8/27 Alan DeKok al...@deployingradius.com JUND wrote: I get this error when I run freeradius using this piece of code in my example.pl: Can't modify constant item in scalar assignment at /etc/freeradius_commu/ example.pl line

rlm_perl error

2010-08-25 Thread JUND , Aurélien
Hello In order to replace the ldap module wich can't cope with multi valued attributes (I know the ldap directory is inadequate for freeradius, but I can not change it), I am trying to use perl module. First I get a strange error when starting freeradius with the perl module, if I include the

Re: rlm_perl error

2010-08-25 Thread Bjørn Mork
JUND, Aurélien aurelien.j...@sfr.com writes: 3 hashes are given to the module and filled with value-pairs (Attribute names and values): # %RAD_CHECK Read-only Check items # %RAD_REQUEST Read-only Attributes from the request #

Re: rlm_perl error

2010-08-25 Thread Alan DeKok
Bjørn Mork wrote: JUND, Aurélien aurelien.j...@sfr.com writes: 3 hashes are given to the module and filled with value-pairs (Attribute names and values): # %RAD_CHECK Read-only Check items # %RAD_REQUEST Read-only Attributes from the

RE: rlm_perl error

2010-08-25 Thread JUND , Aurélien
DeKok Envoyé : mercredi 25 août 2010 14:35 À : FreeRadius users mailing list Objet : Re: rlm_perl error Bjørn Mork wrote: JUND, Aurélien aurelien.j...@sfr.com writes: 3 hashes are given to the module and filled with value-pairs (Attribute names and values): # %RAD_CHECK Read

Re: rlm_perl error

2010-08-25 Thread Boian Jordanov
+aurelien.jund=sfr@lists.freeradius.org] De la part de Alan DeKok Envoyé : mercredi 25 août 2010 14:35 À : FreeRadius users mailing list Objet : Re: rlm_perl error Bjørn Mork wrote: JUND, Aurélien aurelien.j...@sfr.com writes: 3 hashes are given to the module and filled with value-pairs