Skip to content
Snippets Groups Projects
Commit 4ef8d67c authored by Sven Mäder's avatar Sven Mäder :speech_balloon:
Browse files

Filter out krb auth and extra data

parent 23b0ee63
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,10 @@ re_skip = (r'^('
r'):')
re_filter = (r'^('
r'krbExtraData|'
r'krbLastSuccessfulAuth|'
r'krbLastFailedAuth|'
r'krbLoginFailedCount|'
r'heartbeatTimestamp|'
r'lastUse.*?|'
r'(context|entry)CSN'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment