diff --git a/docs/panels.rst b/docs/panels.rst index 31e116037..c21e90801 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -177,6 +177,18 @@ Retrieves and displays information you specify using the ``debug`` statement. Inspector panel also logs to the console by default, but may be instructed not to. +LDAP Tracing +~~~~~~~~~~~~ + +URL: https://github.com/danyi1212/django-windowsauth + +Path: ``windows_auth.panels.LDAPPanel`` + +LDAP Operations performed during the request, including timing, request and response messages, +the entries received, write changes list, stack-tracing and error debugging. +This panel also shows connection usage metrics when it is collected. +`Check out the docs `_. + Line Profiler ~~~~~~~~~~~~~