mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Merge branch 'gssapi-krb-fix' of https://github.com/jrolli/bro into jrolli-gssapi-krb-fix
This commit is contained in:
commit
5b07bbe0a5
5 changed files with 75 additions and 25 deletions
11
testing/btest/scripts/base/protocols/krb/smb_gssapi.test
Normal file
11
testing/btest/scripts/base/protocols/krb/smb_gssapi.test
Normal file
|
@ -0,0 +1,11 @@
|
|||
# This test verifies that GSSAPI is correctly passing events to
|
||||
# the Kerberos analyzer. The specific trace example is a
|
||||
# SMB authentication event and therfore relies on the SMB
|
||||
# analyzer as well.
|
||||
|
||||
# @TEST-EXEC: bro -b -C -r $TRACES/krb/smb_gssapi.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff kerberos.log
|
||||
# @TEST-EXEC: btest-diff-rst scripts.base.protocols.krb
|
||||
|
||||
@load base/protocols/krb
|
||||
@load policy/protocols/smb
|
Loading…
Add table
Add a link
Reference in a new issue