FreeBSD Manual Pages
Net::Radius::Server::DUser3Contributed Perl DocumeNet::Radius::Server::Dump(3) NAME Net::Radius::Server::Dump - Produce a dump of the RADIUS packets SYNOPSIS use Net::Radius::Base qw/:set/; use Net::Radius::Server::Dump; my $set = Net::Radius::Server::Dump->new ({ basepath => '/var/log/radius-packets/', basename => 'packet-dump-', result => NRS_SET_DISCARD, }); my $set_sub = $set->mk; DESCRIPTION "Net::Radius::Server::Dump" implements a simple debugging aid that dumps RADIUS packets into the basepath directory, using a file whose name is formed by the contatenation of the basename property and the current number of seconds and microseconds since the epoch. basename defaults to 'packet-'. This method returns whatever is specified by the result property. basepath is mandatory. This module will only be activated if this property is specified. Please see Net::Radius::Server::Set(3) for more information. EXPORT None by default. HISTORY $Log$ Revision 1.3 2006/12/14 15:52:25 lem Fix CVS tags SEE ALSO Perl(1), Net::Radius::Server(3), Net::Radius::Server::Set(3). AUTHOR Luis E. MuA+-oz, <luismunoz@cpan.org> COPYRIGHT AND LICENSE Copyright (C) 2006 by Luis E. MuA+-oz This library is free software; you can redistribute it and/or modify it under the same terms as Perl 5.8.6 itself. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 106: Non-ASCII character seen before =encoding in 'MuA+-oz,'. Assuming UTF-8 perl v5.32.0 2009-09-20 Net::Radius::Server::Dump(3)
NAME | SYNOPSIS | DESCRIPTION | HISTORY | SEE ALSO | AUTHOR | COPYRIGHT AND LICENSE | POD ERRORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Net::Radius::Server::Dump&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>