summaryrefslogtreecommitdiff
path: root/tests/scripts/xdmcp-server-xdm-authentication-missing-key.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/xdmcp-server-xdm-authentication-missing-key.conf')
-rw-r--r--tests/scripts/xdmcp-server-xdm-authentication-missing-key.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/scripts/xdmcp-server-xdm-authentication-missing-key.conf b/tests/scripts/xdmcp-server-xdm-authentication-missing-key.conf
new file mode 100644
index 00000000..aba90d35
--- /dev/null
+++ b/tests/scripts/xdmcp-server-xdm-authentication-missing-key.conf
@@ -0,0 +1,20 @@
+#
+# Check that a remote X server can't login if requires XDM authentication and we're not configured for it
+#
+
+[LightDM]
+start-default-seat=false
+
+[XDMCPServer]
+enabled=true
+key=no-such-key
+
+[Seat:*]
+user-session=default
+autologin-user=have-password1
+
+#?*START-DAEMON
+#?RUNNER DAEMON-START
+
+# Daemon stops with error
+#?RUNNER DAEMON-EXIT STATUS=1