Re: Possible bug in rlm_perl

2009-04-21 Thread tnt
I think I may have found a bug in rlm_perl? No, you broke it. #The following line cleans two of the slashes \\ out of the user-name before we return from the #perl module. These two slashes get added in. I'm not sure how or why.

Re: Possible bug in rlm_perl

2009-04-21 Thread Josh Hiner
On Apr 21, 2009, at 5:21 AM, t...@kalik.net wrote: I think I may have found a bug in rlm_perl? No, you broke it. #The following line cleans two of the slashes \\ out of the user-name before we return from the #perl module. These two slashes get

Re: Possible bug in rlm_perl

2009-04-21 Thread A . L . M . Buxey
Hi, Ok, but if I do not filter out the extra slashes then after the perl module returns, freeradius gives the error that the User-Name field does not match the peap identity. Then it shows the User-Name with too many slashes (four slashes). If, in my perl module, I filter out two slashes

Possible bug in rlm_perl

2009-04-20 Thread Josh Hiner
I think I may have found a bug in rlm_perl? I have written script with the aid of another freeradius list member that checks to see if a user is in a certain samba windows group. If they are not in the group (the wireless group) the module rejects the login. The module works perfectly except

Re: Possible bug in rlm_perl

2009-04-20 Thread Josh Hiner
Josh Hiner wrote: I think I may have found a bug in rlm_perl? I have written script with the aid of another freeradius list member that checks to see if a user is in a certain samba windows group. If they are not in the group (the wireless group) the module rejects the login. The module works