summaryrefslogtreecommitdiff
path: root/tests/scripts/pam.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/pam.conf')
-rw-r--r--tests/scripts/pam.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/scripts/pam.conf b/tests/scripts/pam.conf
new file mode 100644
index 00000000..64078dc9
--- /dev/null
+++ b/tests/scripts/pam.conf
@@ -0,0 +1,30 @@
+#
+# Check we handle conversations during each PAM method
+#
+
+[LightDM]
+minimum-display-number=50
+
+[SeatDefaults]
+autologin-user=log-pam
+
+#?RUNNER DAEMON-START
+
+# X server starts
+#?XSERVER :50 START
+#?XSERVER :50 INDICATE-READY
+
+# LightDM connects to X server
+#?XSERVER :50 ACCEPT-CONNECT
+
+# Session starts
+#?SESSION :50 START USER=log-pam
+#?XSERVER :50 ACCEPT-CONNECT
+#?SESSION :50 CONNECT-XSERVER
+
+# Cleanup
+#?*STOP-DAEMON
+# Don't know what order they will terminate
+#?(SESSION :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
+#?(SESSION :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
+#?RUNNER DAEMON-EXIT STATUS=0