Hi,
One of our admins spotted this, not sure if a bug or feature, so not submitted it (yet) to the bug tracker.
If you drill down, as an Authenticated User, into
Machine Tracker / MAC Search / MAC Search results
and then click the (details) link for an interface you are jumped into the /ipdevinfo code, and taken out of the main browse/report code.
Since the default permissions for an Authenticated User does not include ipdevinfo, the user gets a permission denied :(
I think the (details) link should take you to a link like
/browse/b59-l2-cat1/module3/port1846/
rather than one like
/ipdevinfo/b59-l2-cat1/module=3/swport=GigabitEthernet3/0/44/
but I assume this has been done in part to test the ipdevinfo beta code? Both pages seems to serve a similar function, one the old way, one (I assume) the new way under development? (The ipdevinfo page doesn't have the Cricket links in place yet)
The problem is that Authenticated Users hit this permissions issue, but if we try to add |ipdevinfo| into the web_access permissions, it doesn't seem to resolve the permissions problem.
Is that link to the newer stuff intended? If so, how should we correct the permissions problem?
Thanks :)