We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97fbae commit 9b7924aCopy full SHA for 9b7924a
README.adoc
@@ -318,7 +318,8 @@ netbox_ldap_config_template: netbox_ldap_config.py.j2
318
Toggle `netbox_ldap_enabled` to `true` to configure LDAP authentication for
319
NetBox. `netbox_ldap_config_template` should be the path to your template - by
320
default, Ansible will search your playbook's `templates/` directory for this.
321
-You can find an example in `examples/`.
+You can find an example in `examples/`. You will also need to set
322
+`netbox_config.REMOTE_AUTH_BACKEND` to `netbox.authentication.LDAPBackend`.
323
324
[source,yaml]
325
----
0 commit comments