tyllerd wrote:
> What is "/^baduser/i" ?
It's a regular expression. See the Perl documentation for more
information.
...
> I am wanting to use the perl module with freeradius, but I am still learning
> Perl and I currently have that (the example.pl) file running and have
> replaced baduser with test.
> However I can still login with test. I just would like to know should it be(1) Run the server in debugging mode to see what it's doing
> "test", 'test'.. I have tried those and they also do not work, so maybe it
> is something else. Thank you if anyone can help.
(2) Learn Perl. This isn't the list to teach you about Perl,
unfortunately.
Alan DeKok.