|
NAMENet::Radius::Server::Set::Server - Proxy the RADIUS request to a RADIUS serverSYNOPSISuse Net::Radius::Server::Set::Proxy; use Net::Radius::Server::Base qw/:set/; my $proxy = Net::Radius::Server::Set::Proxy->new ({ server => $real_server_ip, port => $real_server_port, dictionary => $dictionary_file, tries => 2, timeout => 3, result => NRS_SET_RESPOND, }); my $proxy_sub = $proxy->mk; DESCRIPTION"Net::Radius::Server::Set::Proxy" allows for proxying the (matching) RADIUS requests through a RADIUS server. The following attributes are supported:
When proxying is succesful, "$self->result" will be returned (if specified). Otherwise, "NRS_SET_CONTINUE | NRS_SET_RESPOND" will be returned by default. Upon a failure in the proxying, "NRS_SET_CONTINUE" is returned. EXPORTNone by default.HISTORY$Log$ Revision 1.13 2007/01/03 00:29:58 lem Improve check for non-responses Revision 1.12 2006/12/14 16:33:17 lem Rules and methods will only report failures in log level 3 and above. Level 4 report success and failure, for deeper debugging Revision 1.11 2006/12/14 15:52:25 lem Fix CVS tags SEE ALSOPerl(1), Net::Radius::Server(3), Net::Radius::Server::Radius(3), Net::Radius::Packet(3).AUTHORLuis E. Muñoz, <luismunoz@cpan.org>COPYRIGHT AND LICENSECopyright (C) 2006 by Luis E. MuñozThis library is free software; you can redistribute it and/or modify it under the same terms as Perl 5.8.6 itself. POD ERRORSHey! The above document had some coding errors, which are explained below:
Visit the GSP FreeBSD Man Page Interface. |