12 lines
376 B
Text
12 lines
376 B
Text
## this tests we can't auth if socket reports silly credentials but we ask for our own uid
|
|
|
|
SERVER
|
|
## verify that prior to doing anything, we haven't authed as anyone
|
|
EXPECT_HAVE_NO_CREDENTIALS
|
|
SILLY_CREDENTIALS
|
|
SEND 'AUTH EXTERNAL USERID_HEX'
|
|
EXPECT_COMMAND REJECTED
|
|
EXPECT_STATE WAITING_FOR_INPUT
|
|
## verify that we still haven't authed as anyone
|
|
EXPECT_HAVE_NO_CREDENTIALS
|
|
|