Fix wrong user rdn, Fix ldap image collision, Fix inkonsistent docker start
This commit is contained in:
parent
9afcf756d3
commit
4563284287
@ -213,5 +213,9 @@ LOGGING = {
|
||||
'handlers': ['console', ],
|
||||
'level': 'DEBUG',
|
||||
},
|
||||
'django_auth_ldap': {
|
||||
'level': 'DEBUG',
|
||||
'handlers': ['console'],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user