wsgi(minor): add proper request logging

This commit is contained in:
Langhammer, Jens
2019-10-04 12:44:59 +02:00
parent 2209b6d603
commit 1453008796
4 changed files with 68 additions and 16 deletions

View File

@ -222,7 +222,7 @@ class LDAPConnector:
attrs = {
'distinguishedName': str(user_dn),
'cn': str(username),
'description': str('t=' + time()),
'description': 't=' + str(time()),
'sAMAccountName': str(username_trunk),
'givenName': str(user.name),
'displayName': str(user.username),