summaryrefslogtreecommitdiff
path: root/test/data/auth/external-successful.auth-script
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/auth/external-successful.auth-script')
-rw-r--r--test/data/auth/external-successful.auth-script9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/data/auth/external-successful.auth-script b/test/data/auth/external-successful.auth-script
new file mode 100644
index 00000000..1b380802
--- /dev/null
+++ b/test/data/auth/external-successful.auth-script
@@ -0,0 +1,9 @@
+## 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
+