Univention Bugzilla – Attachment 8008 Details for
Bug 34420
Univention-directory-logger: undetectable base64 encoding
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch for /usr/lib/univention-directory-listener/system/directory_logger.py
file_34420.txt (text/plain), 344 bytes, created by
Julius Hinrichs
on 2016-09-14 17:01:56 CEST
(
hide
)
Description:
Updated patch for /usr/lib/univention-directory-listener/system/directory_logger.py
Filename:
MIME Type:
Creator:
Julius Hinrichs
Created:
2016-09-14 17:01:56 CEST
Size:
344 bytes
patch
obsolete
>@@ -81,7 +81,7 @@ > def ldapEntry2string(entry): > str='' > for (key, valuelist) in entry.iteritems(): >- str += ''.join( [ '%s: %s\n' % (key, base64Filter(value)) for value in valuelist ] ) >+ str += ''.join( [ '%s%s %s\n' % (key, ':' if base64Filter(value) == value else '::', base64Filter(value)) for value in valuelist ] ) > return str
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 34420
:
8006
|
8008
|
8044
|
8089
|
8117