blob: 172ae9de979795eafa677a36d7177e431d4723de [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001## this tests the server side in a successful auth of type ANONYMOUS
2
3SERVER
4## verify that prior to doing anything, we haven't authed as anyone
5EXPECT_HAVE_NO_CREDENTIALS
6SEND 'AUTH ANONYMOUS 442d42757320312e312e31'
7EXPECT_COMMAND OK
8EXPECT_STATE WAITING_FOR_INPUT
9SEND 'BEGIN'
10EXPECT_STATE AUTHENTICATED
11## verify that we are still anonymous
12EXPECT_HAVE_NO_CREDENTIALS
13