test893 828 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <testcase>
  2. <info>
  3. <keywords>
  4. POP3
  5. SASL
  6. SASL AUTH PLAIN
  7. RFC1734
  8. RFC4616
  9. RFC5034
  10. </keywords>
  11. </info>
  12. #
  13. # Server-side
  14. <reply>
  15. <servercmd>
  16. AUTH PLAIN
  17. REPLY AUTH +
  18. REPLY dXJzZWwAa3VydAB4aXBqM3BsbXE= -ERR Not authorized
  19. </servercmd>
  20. </reply>
  21. #
  22. # Client-side
  23. <client>
  24. <server>
  25. pop3
  26. </server>
  27. <name>
  28. POP3 plain authentication with alternative authorization identity (Not authorized)
  29. </name>
  30. <command>
  31. pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u kurt:xipj3plmq --sasl-authzid ursel
  32. </command>
  33. </client>
  34. #
  35. # Verify data after the test has been "shot"
  36. <verify>
  37. # 67 - CURLE_LOGIN_DENIED
  38. <errorcode>
  39. 67
  40. </errorcode>
  41. #
  42. # The multi interface considers a broken "CONNECT" as a prematurely broken
  43. # transfer and such a connection will not get a "QUIT"
  44. <protocol>
  45. CAPA
  46. AUTH PLAIN
  47. dXJzZWwAa3VydAB4aXBqM3BsbXE=
  48. </protocol>
  49. </verify>
  50. </testcase>