mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

If the server doesn't include a responseToken within negTokenResp, assume there won't be signing or sealing happening on the connection. Don't switch into MS_KRB5 mode. Closes #4275
11 lines
508 B
Text
11 lines
508 B
Text
# @TEST-REQUIRES: have-spicy
|
|
# @TEST-EXEC: zeek -C -r ${TRACES}/ldap/aduser1.pcap %INPUT
|
|
# @TEST-EXEC: mkdir krb && mv *.log krb
|
|
# @TEST-EXEC: zeek -C -r ${TRACES}/ldap/aduser1-ntlm.pcap %INPUT
|
|
# @TEST-EXEC: mkdir ntlm && mv *.log ntlm
|
|
# @TEST-EXEC: btest-diff krb/ldap.log
|
|
# @TEST-EXEC: btest-diff krb/ldap_search.log
|
|
# @TEST-EXEC: btest-diff ntlm/ldap.log
|
|
# @TEST-EXEC: btest-diff ntlm/ldap_search.log
|
|
#
|
|
# @TEST-DOC: Check two traces using different authentication mechanisms, but the same search request.
|