Fix wrong user rdn, Fix ldap image collision, Fix inkonsistent docker start

This commit is contained in:
Götz 2019-04-18 00:15:34 +02:00
parent 9afcf756d3
commit 4563284287

View File

@ -213,5 +213,9 @@ LOGGING = {
'handlers': ['console', ],
'level': 'DEBUG',
},
'django_auth_ldap': {
'level': 'DEBUG',
'handlers': ['console'],
},
},
}