From fe886df59e56335eb055998ccf8dbf6f10ac7709 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 21 Sep 2024 16:26:06 -0400 Subject: [PATCH] docs(ldap): Add logging suggestion to Troubleshooting section Signed-off-by: Josh --- admin_manual/configuration_user/user_auth_ldap.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/admin_manual/configuration_user/user_auth_ldap.rst b/admin_manual/configuration_user/user_auth_ldap.rst index 944d17963d5..98770f97b01 100644 --- a/admin_manual/configuration_user/user_auth_ldap.rst +++ b/admin_manual/configuration_user/user_auth_ldap.rst @@ -777,6 +777,13 @@ The "s01" refers to the configuration ID as can be retrieved per Troubleshooting, tips and tricks -------------------------------- +Logging +^^^^^^^ + +Nextcloud's LDAP implementation is capable of logging lots of additional details about +its activities. When diagnosing problems, it can be useful to temporarily adjust your +``loglevel`` to INFO (``1``) or DEBUG (``0``). + SSL certificate verification (LDAPS, TLS) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^