Skip to content

Commit ea65261

Browse files
authored
Add LDAP Tracing Panel to the third-party list (#1433)
Add LDAP Tracing Panel to the third-party list LDAP Operations Tracing panel from django-windowsauth module. GitHub: https://github.com/danyi1212/django-windowsauth Docs: https://django-windowsauth.readthedocs.io/en/latest/howto/debug_toolbar.html
1 parent e5835ec commit ea65261

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/panels.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,18 @@ Retrieves and displays information you specify using the ``debug`` statement.
177177
Inspector panel also logs to the console by default, but may be instructed not
178178
to.
179179

180+
LDAP Tracing
181+
~~~~~~~~~~~~
182+
183+
URL: https://github.com/danyi1212/django-windowsauth
184+
185+
Path: ``windows_auth.panels.LDAPPanel``
186+
187+
LDAP Operations performed during the request, including timing, request and response messages,
188+
the entries received, write changes list, stack-tracing and error debugging.
189+
This panel also shows connection usage metrics when it is collected.
190+
`Check out the docs <https://django-windowsauth.readthedocs.io/en/latest/howto/debug_toolbar.html>`_.
191+
180192
Line Profiler
181193
~~~~~~~~~~~~~
182194

0 commit comments

Comments
 (0)