Home | History | Annotate | Download | only in auth
      1 ## this tests the server side in a successful auth of type ANONYMOUS 
      2 
      3 SERVER
      4 ## verify that prior to doing anything, we haven't authed as anyone
      5 EXPECT_HAVE_NO_CREDENTIALS
      6 SEND 'AUTH ANONYMOUS 442d42757320312e312e31'
      7 EXPECT_COMMAND OK
      8 EXPECT_STATE WAITING_FOR_INPUT
      9 SEND 'BEGIN'
     10 EXPECT_STATE AUTHENTICATED
     11 ## verify that we are still anonymous
     12 EXPECT_HAVE_NO_CREDENTIALS
     13 
     14