Merge pull request #536 from siju-vasudevan/patch-1

LDAPSearch Module is missing
This commit is contained in:
Shane McDonald
2022-02-11 17:20:56 -05:00
committed by GitHub

View File

@@ -18,6 +18,7 @@ data:
settings: |
import os
import socket
from django_auth_ldap.config import LDAPSearch
def get_secret():
if os.path.exists("/etc/tower/SECRET_KEY"):