> 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.
>
> $RAD_REQUEST{'User-Name'} =~ s/^$domain\\/$domain/;
>
Extra slashes are escaping slashes in the username. Leave them alone.
Ivan Kalik
Kalik Informatika ISP
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

