]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - tests/scripts/xdmcp-server-xdm-authentication-required.conf
Remove unnecessary config from tests
[sojka/lightdm.git] / tests / scripts / xdmcp-server-xdm-authentication-required.conf
1 #
2 # Check that a remote X server can't login if not using required authentication
3 #
4
5 [LightDM]
6 start-default-seat=false
7
8 [XDMCPServer]
9 enabled=true
10 key=test-key
11
12 #?*START-DAEMON
13 #?RUNNER DAEMON-START
14 #?*WAIT
15
16 # Start a remote X server to log in with XDMCP
17 #?*START-XSERVER ARGS=":98 -query 127.0.0.1 -nolisten unix"
18 #?XSERVER-98 START LISTEN-TCP NO-LISTEN-UNIX
19
20 # Request to connection without authentication - daemon says we don't do that
21 #?*XSERVER-98 SEND-QUERY AUTHENTICATION-NAMES=""
22 #?XSERVER-98 GOT-UNWILLING HOSTNAME="" STATUS="No matching authentication, server requires XDM-AUTHENTICATION-1"
23
24 # Try anyway - daemon rejects
25 #?*XSERVER-98 SEND-REQUEST ADDRESSES="127.0.0.1" AUTHENTICATION-NAME="" AUTHORIZATION-NAMES="XDM-AUTHORIZATION-1"
26 #?XSERVER-98 GOT-DECLINE STATUS="No matching authentication, server requires XDM-AUTHENTICATION-1" AUTHENTICATION-NAME="" AUTHENTICATION-DATA=
27
28 # Clean up
29 #?*STOP-DAEMON
30 #?RUNNER DAEMON-EXIT STATUS=0