quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test933 (968B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 SMTP
      5 SASL
      6 SASL AUTH NTLM
      7 SASL CANCELLATION
      8 RFC4954
      9 </keywords>
     10 </info>
     11 
     12 #
     13 # Server-side
     14 <reply>
     15 <servercmd>
     16 AUTH NTLM
     17 REPLY AUTH 334 NTLM supported
     18 REPLY TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= 334 Rubbish
     19 REPLY * 501 AUTH exchange cancelled by client
     20 </servercmd>
     21 </reply>
     22 
     23 #
     24 # Client-side
     25 <client>
     26 <server>
     27 smtp
     28 </server>
     29 <features>
     30 NTLM
     31 SSL
     32 !SSPI
     33 </features>
     34 <name>
     35 SMTP NTLM graceful cancellation
     36 </name>
     37 <command>
     38 smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -u testuser:testpass -T -
     39 </command>
     40 </client>
     41 
     42 #
     43 # Verify data after the test has been "shot"
     44 <verify>
     45 # 67 - CURLE_LOGIN_DENIED
     46 <errorcode>
     47 67
     48 </errorcode>
     49 #
     50 # The multi interface considers a broken "CONNECT" as a prematurely broken
     51 # transfer and such a connection will not get a "QUIT"
     52 <protocol>
     53 EHLO %TESTNUMBER
     54 AUTH NTLM
     55 TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
     56 *
     57 </protocol>
     58 </verify>
     59 </testcase>