dbus/test/data/auth/external-root.auth-script
Ralf Habacker f1cb3ee0e7 * dbus/dbus-auth-script.c (_dbus_auth_script_run): added UNIX_ONLY and WIN_ONLY commands for auth scripts
* test/data/auth/external-root.auth-script: limit execution to unix
2007-06-23 07:45:17 +00:00

11 lines
245 B
Text

## this tests we can auth EXTERNAL as ourselves, with root credentials
UNIX_ONLY
SERVER
ROOT_CREDENTIALS
## 30 is ASCII '0' in hex
SEND 'AUTH EXTERNAL 30'
EXPECT_COMMAND OK
EXPECT_STATE WAITING_FOR_INPUT
SEND 'BEGIN'
EXPECT_STATE AUTHENTICATED