Remove unused config
This commit is contained in:
parent
a0ecec665e
commit
763ce32159
1 changed files with 0 additions and 5 deletions
|
@ -177,11 +177,6 @@ MEDIA_URL = FORCE_SCRIPT_NAME + 'media/'
|
||||||
|
|
||||||
CRISPY_TEMPLATE_PACK = 'bootstrap4'
|
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(
|
LDAP_MAX_UID_PATH = os.path.join(
|
||||||
os.path.abspath(os.path.dirname(__file__)),
|
os.path.abspath(os.path.dirname(__file__)),
|
||||||
'ldap_max_uid_file'
|
'ldap_max_uid_file'
|
||||||
|
|
Loading…
Reference in a new issue