From 5ee2f5c7855b4c2f4748e5e1d292bf449fdc69be Mon Sep 17 00:00:00 2001 From: koratfood <64777963+koratfood@users.noreply.github.com> Date: Mon, 4 May 2020 12:13:16 +0200 Subject: [PATCH] Replace supervisord with systemd in LDAP troubleshooting Update the LDAP troubleshooting steps so that they are consistent with the rest of the documentaiton, which nowadays expects us to be running netbox via systemd instead of supervisord. Fixes #4504. --- docs/installation/5-ldap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/5-ldap.md b/docs/installation/5-ldap.md index b263ae040..2fd88b841 100644 --- a/docs/installation/5-ldap.md +++ b/docs/installation/5-ldap.md @@ -135,7 +135,7 @@ AUTH_LDAP_CACHE_TIMEOUT = 3600 ## Troubleshooting LDAP -`supervisorctl restart netbox` restarts the Netbox service, and initiates any changes made to `ldap_config.py`. If there are syntax errors present, the NetBox process will not spawn an instance, and errors should be logged to `/var/log/supervisor/`. +`systemctl restart netbox` restarts the Netbox service, and initiates any changes made to `ldap_config.py`. If there are syntax errors present, the NetBox process will not spawn an instance, and errors should be logged to `/var/log/messages`. For troubleshooting LDAP user/group queries, add the following lines to the start of `ldap_config.py` after `import ldap`.