Created
February 5, 2015 16:27
-
-
Save blaxter/90c0f9f54c98cee847f8 to your computer and use it in GitHub Desktop.
less_log for openchage samba.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cat $1 | grep -v auth_check_password_send | grep -v imessaging | grep -v single_terminate | grep -v tstream_read_pdu_blob_recv | grep -v authsam_account_ok | grep -v sam_ignoredomain | grep -v ldb_request | grep -v ldb_wrap | grep -v logon_hours | grep -v housekeeping | grep -v stream_terminate_connection | less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With this on smb.conf: