Hello,


I want to give to my normal users (non manager) the possibility to access
some debug informations like:
- the number of currently open connections + the date of the openning.
(This mainly to track the hanged request...)

I am not able to retrive this information, except as manager. Whatever
security or role I set on my 'status' method:
<dtml-var standard_html_header>
<!--#try-->
  Status:<br>
  <!--#var "Control_Panel.DebugInfo.dbconnections()"-->
<!--#except-->
  <!--#var Except_Message-->
<!--#/try-->
<dtml-var standard_html_footer>


Thanks for any help

Gilles Lavaux


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to