mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

* origin/topic/awelzel/4275-ldap-gss-spnego-auth-miss:
ldap: Clean up from code review
ldap: Add Sicily Authentication constants
ldap: Only switch into MS_KRB5 mode if responseToken exists
(cherry picked from commit a2a535d0c9
)
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.
|