Child pages
  • Создание дополнительных типов серверов доступа

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titletest_nas.pm
#
# Example nas hangup
#

sub hangup_dell {
  my $self = shift;
  my ($NAS, $PORT, $attr) = @_;

 print  print "Hangup!!!!\n";

  return 0;
}

1

Тестирование RADIUS 

...