Annotation of embedaddon/curl/tests/data/test954, revision 1.1.1.1

1.1       misho       1: <testcase>
                      2: <info>
                      3: <keywords>
                      4: SMTP
                      5: SASL
                      6: SASL AUTH PLAIN
                      7: RFC4616
                      8: RFC4954
                      9: </keywords>
                     10: </info>
                     11: 
                     12: #
                     13: # Server-side
                     14: <reply>
                     15: <servercmd>
                     16: AUTH PLAIN
                     17: REPLY AUTH 334 PLAIN supported
                     18: REPLY dXJzZWwAa3VydAB4aXBqM3BsbXE= 501 Not authorized
                     19: </servercmd>
                     20: </reply>
                     21: 
                     22: #
                     23: # Client-side
                     24: <client>
                     25: <server>
                     26: smtp
                     27: </server>
                     28:  <name>
                     29: SMTP plain authentication with alternative authorization identity (Not authorized)
                     30:  </name>
                     31: <stdin>
                     32: mail body
                     33: </stdin>
                     34:  <command>
                     35: smtp://%HOSTIP:%SMTPPORT/954 --mail-rcpt recipient@example.com --mail-from sender@example.com -u kurt:xipj3plmq --sasl-authzid ursel -T -
                     36: </command>
                     37: </client>
                     38: 
                     39: #
                     40: # Verify data after the test has been "shot"
                     41: <verify>
                     42: # 67 - CURLE_LOGIN_DENIED
                     43: <errorcode>
                     44: 67
                     45: </errorcode>
                     46: #
                     47: # The multi interface considers a broken "CONNECT" as a prematurely broken
                     48: # transfer and such a connection will not get a "QUIT"
                     49: <protocol>
                     50: EHLO 954
                     51: AUTH PLAIN
                     52: dXJzZWwAa3VydAB4aXBqM3BsbXE=
                     53: </protocol>
                     54: </verify>
                     55: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>