http://defect.opensolaris.org/bz/show_bug.cgi?id=9759
amaguire <alan.maguire at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P5
--- Comment #7 from amaguire <alan.maguire at sun.com> 2009-06-30 07:14:36 ---
The issue here is that there are two separate actions that are done when an
object is enabled. First, the enabled value is set to true, then the door call
into nwamd requesting the enable is done. In this case, you've got
authorization to do the first but not the second. So the first action succeeds,
but the second does not, leaving the value of enabled as true, but not running
the associated ENM method. nwamadm shows that the ENM is disabled because the
enable method did not run. A refresh of nwamd will cause the right value to be
shown I suspect.
This can be addressed by more aggressive authorization checks in libnwam but
I'm dropping the priority as it is an edge case that users will not encounter
in practice - they should have autoconf read, write and refresh to use NWAM.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.