Hi, Is there any way to get rlm_perl to work with binary code, instead of source? I currently have a perl script executing via rlm_perl that does some fancy stuff in authentication and accounting. Due to popular demand, I now have 3rd parties interested in this code, but I don't feel it is secure enough to provide these vendors with the open source perl code. I don't believe I can accomplish with rlm_exec what I do in rlm_perl, so I'm kinda hoping that someone would have a solution here for me that would allow rlm_perl (or a similar module perhaps), to execute compiled code. Hope I make sense, and that someone can shed some light and pointers for me. Thanks, Chris.
"Chris Knipe" <savage@savage.za.org> wrote:
Is there any way to get rlm_perl to work with binary code, instead of source?
Perl has binary code?
No, it doesn't, obviously. You do however get compilers for it that will compile perl into a binary format... Guess that's more what I'm referring to. Guess I could also use compiled libraries or something... -- Chris
On Monday 30 January 2006 19:06, Chris Knipe wrote:
Guess I could also use compiled libraries or something...
You can write an module for perl writen with XS language see man perlxs -- Best Regards, Boian Jordanov SNE Orbitel - Next Generation Telecom tel. +359 2 4004 723 tel. +359 2 4004 002
Check out http://www.activestate.com/ They have a couple of products that do what you want. Laker --- Chris Knipe <savage@savage.za.org> wrote:
Hi,
Is there any way to get rlm_perl to work with binary code, instead of source? I currently have a perl script executing via rlm_perl that does some fancy stuff in authentication and accounting.
Due to popular demand, I now have 3rd parties interested in this code, but I don't feel it is secure enough to provide these vendors with the open source perl code.
I don't believe I can accomplish with rlm_exec what I do in rlm_perl, so I'm kinda hoping that someone would have a solution here for me that would allow rlm_perl (or a similar module perhaps), to execute compiled code.
Hope I make sense, and that someone can shed some light and pointers for me.
Thanks, Chris.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
participants (4)
-
Alan DeKok -
Boyan Jordanov -
Chris Knipe -
Laker Netman