PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000376PacketFence 1.71.7.2public2008-09-02 10:532008-10-08 12:13
Reporteruser4 
Assigned Touser4 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Versionmonotone 
Summary0000376: scan section should not be available in ui.conf when user selects not to use Nessus
Descriptionscan section should not be available in ui.conf when user selects not to use Nessus
TagsNo tags attached.
fixed in mtn revision
Attached Files

- Relationships

-  Notes
(0000786)
user4
2008-09-02 12:20

fixed in mtn revision 50288f5b92e5df06722f6b45d0595eef676782ba
(0000836)
user4
2008-10-08 11:54

in fact the tab was always hidden due to a typo
(0000837)
user4
2008-10-08 11:54

Reminder sent to: rbalzard

(0000838)
user4
2008-10-08 11:57

--- pf/bin/pfcmd ee1357524c9b8e0b19709b2568f6e5923137684f
+++ pf/bin/pfcmd d568943e1c0720b43cac5f8d8e6c16305264f5b7
@@ -467,7 +467,7 @@ sub schedule {
 # schedule a host scan
 #
 sub schedule {
- eval "use Net::Nessus::ScanLite; 1" || die "Nessus::ScanLite not found, please install for Nessus schedule functionality";
+ eval "use Net::Nessus::ScanLite; 1" || die "Net::Nessus::ScanLite not found, please install for Nessus schedule functionality";
   my $command = $cmd{command}[0];
   my $service = $cmd{command}[1] if (defined $cmd{command}[1]);
   my $option = $cmd{schedule_options}[0];
@@ -781,9 +781,9 @@ sub ui {
   my $interval = $cmd{command}[3];
 
   if ($service eq "menus") {
- # check if Nessus::ScanLite is installed
+ # check if Net::Nessus::ScanLite is installed
     my $scanLiteInstalled = 1;
- eval "use Nessus::ScanLite";
+ eval "use Net::Nessus::ScanLite";
     if ($@) {
       $scanLiteInstalled = 0;
     }
(0000839)
user4
2008-10-08 12:13

fixed in mtn revision 29408e1ca35392dedc1079e233c8674a7e3a9468

- Issue History
Date Modified Username Field Change
2008-09-02 10:53 user4 New Issue
2008-09-02 10:54 user4 Status new => assigned
2008-09-02 10:54 user4 Assigned To => user4
2008-09-02 12:20 user4 Status assigned => closed
2008-09-02 12:20 user4 Note Added: 0000786
2008-09-02 12:20 user4 Resolution open => fixed
2008-09-02 12:20 user4 Fixed in Version => monotone
2008-10-08 11:54 user4 Status closed => feedback
2008-10-08 11:54 user4 Resolution fixed => reopened
2008-10-08 11:54 user4 Note Added: 0000836
2008-10-08 11:54 user4 Note Added: 0000837
2008-10-08 11:57 user4 Note Added: 0000838
2008-10-08 12:13 user4 Status feedback => closed
2008-10-08 12:13 user4 Note Added: 0000839
2008-10-08 12:13 user4 Resolution reopened => fixed


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker