author | sl@SLION-WIN7.fritz.box |
Fri, 15 Jun 2012 03:10:57 +0200 (2012-06-15) | |
changeset 0 | bde4ae8d615e |
permissions | -rw-r--r-- |
1 ## this tests that a client can fallback to a secondary auth mech
3 CLIENT
5 ## Will try EXTERNAL by default first without first calling AUTH alone.
7 EXPECT_COMMAND AUTH
8 SEND 'REJECTED EXTERNAL DBUS_COOKIE_SHA1 DBUS_TEST_NONEXISTENT_MECH'
10 ## And this time we get DBUS_COOKIE_SHA1
12 EXPECT_COMMAND AUTH
13 ## of course real DBUS_COOKIE_SHA1 would not send this here...
14 SEND 'OK 1234deadbeef'
16 EXPECT_COMMAND BEGIN
17 EXPECT_STATE AUTHENTICATED