[Netpass-devel] a couple NP2 issues
Brought to you by:
jeffmurphy
|
From: Robert V. <re...@no...> - 2005-07-28 22:47:33
|
Greetings,
We've run into a few issues with the NP2 during our trials with
administrative departments. I've itemized them below in order of
importance. Note that tend to run CVS updates after I see updates come
through on the mailing list so I believe we are running the latest
version available via CVS. If I'm unclear or if you would find
additional details helpful, just let me know. Thanks!
Bob
--
* We're still having issues with Netgroups in the Message Editor
section. At this point all we see is the default group despite the
fact we have a number of otherwise working Netgroups.
* When attempting to view the current permissions of a user in the User
Editor, I select a user then select their group to see their access
rights. The problem is that even if they have mulitple access types,
the interface only displays one of them. In the database itself
things look ok. It would be useful to see their real privileges.
* The scanning progress bar has changed since the NP1 and the feedback
we've been getting has not been positive. Essentially the bar now
appears to the progress in across the entire width of the webpage
in two passes though there's still a 100% marker in the middle of the
page. I can provide a screenshot if necessary. This happens in all
browsers that draw the progress bar (IE, Mozilla).
* When running the byos.mhtml report we receive the following error.
It references a missing .png file, but I suspect I missing the perl
module that generates the image, perhaps perl-GD. Can you confirm?
System error
error: Unable to open byospiechart.png at
/opt/netpass/www/htdocs/Admin/reports/byos.mhtml line 75, <GEN314> line 14.
context:
...
71: );
72:
73: $graph->set_value_font(GD::Font->Large);
74:
75: my $fh = new FileHandle("> $REPORTSDIR/$GRAPHIMG") || die "Unable
to open $GRAPHIMG";
76: binmode $fh;
77: print $fh $graph->plot($data)->png;
78: $fh->close;
79: }
...
code stack: /opt/netpass/www/htdocs/Admin/reports/byos.mhtml:75
/opt/netpass/www/htdocs/Admin/reports/byos.mhtml:35
/opt/netpass/www/htdocs/Admin/autohandler:82
/opt/netpass/www/htdocs/autohandler:33
raw error
|