mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
Import all ldap config classes in settings.py (#961)
* Import all ldap config classes in settings.py * Add AUTH_LDAP_GROUP_TYPE example to readme Signed-off-by: Mac Chaffee <machaffe@renci.org>
This commit is contained in:
@@ -18,7 +18,8 @@ data:
|
||||
settings: |
|
||||
import os
|
||||
import socket
|
||||
from django_auth_ldap.config import LDAPSearch
|
||||
# Import all so that extra_settings works properly
|
||||
from django_auth_ldap.config import *
|
||||
|
||||
def get_secret():
|
||||
if os.path.exists("/etc/tower/SECRET_KEY"):
|
||||
|
||||
Reference in New Issue
Block a user