mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-23 11:00:40 +02:00
10 lines
184 B
Text
10 lines
184 B
Text
|
|
## this tests a successful auth of type EXTERNAL
|
||
|
|
|
||
|
|
SERVER
|
||
|
|
SEND 'AUTH EXTERNAL USERNAME_BASE64'
|
||
|
|
EXPECT_COMMAND OK
|
||
|
|
EXPECT_STATE WAITING_FOR_INPUT
|
||
|
|
SEND 'BEGIN'
|
||
|
|
EXPECT_STATE AUTHENTICATED
|
||
|
|
|