Imported Upstream version 1.5.12
[platform/upstream/dbus.git] / test / data / auth / external-root.auth-script
1 ## this tests we can auth EXTERNAL as ourselves, with root credentials
2 UNIX_ONLY
3 SERVER
4 ROOT_CREDENTIALS
5 ## 30 is ASCII '0' in hex
6 SEND 'AUTH EXTERNAL 30'
7 EXPECT_COMMAND OK
8 EXPECT_STATE WAITING_FOR_INPUT
9 SEND 'BEGIN'
10 EXPECT_STATE AUTHENTICATED
11