Remove unused config

This commit is contained in:
PCoder 2019-02-04 20:19:29 +01:00
parent a0ecec665e
commit 763ce32159
1 changed files with 0 additions and 5 deletions

View File

@ -177,11 +177,6 @@ MEDIA_URL = FORCE_SCRIPT_NAME + 'media/'
CRISPY_TEMPLATE_PACK = 'bootstrap4'
LDAP_SEARCH_BASE=config(
'LDAP_SEARCH_BASE',
default='ou=customer,dc=ungleich,dc=ch'
)
LDAP_MAX_UID_PATH = os.path.join(
os.path.abspath(os.path.dirname(__file__)),
'ldap_max_uid_file'