Netbox - How to Limit LDAP Authentication to Certain Users
Background
Recently I needed to lock down Netbox to only perform LDAP authentication for users present within its local (Django) DB.
After some investigation Googling, I found that there was a setting within the Django LDAP module that would provide exactly this - AUTH_LDAP_NO_NEW_USERS. Great!
However,