From 0dec4d8df4a044f08d5e7ca6b75cb51562fc1785 Mon Sep 17 00:00:00 2001 From: Ryan Merolle Date: Mon, 22 Feb 2021 16:00:08 -0500 Subject: [PATCH] Add extra.py example for ldap config --- configuration/ldap/extra.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configuration/ldap/extra.py diff --git a/configuration/ldap/extra.py b/configuration/ldap/extra.py new file mode 100644 index 0000000..2edae86 --- /dev/null +++ b/configuration/ldap/extra.py @@ -0,0 +1,8 @@ +#### +## This file contains extra configuration options that can't be configured +## directly through environment variables. +#### + +# import ldap + +# AUTH_LDAP_MIRROR_GROUPS = ["netbox-group-1", "netbox-group-2"]