~ubuntu-branches/ubuntu/precise/lightdm/precise-proposed

« back to all changes in this revision

Viewing changes to tests/scripts/switch-to-user-no-password.conf

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-03-02 15:03:26 UTC
  • mfrom: (1.1.22)
  • Revision ID: package-import@ubuntu.com-20120302150326-4ac7hlxzjxywf27a
Tags: 1.1.4.is.1.1.3-0ubuntu1
Revert to 1.1.3 until we can figure out proper solution to bug 944736

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
minimum-display-number=50
7
7
 
8
8
[SeatDefaults]
9
 
autologin-user=have-password1
 
9
autologin-user=alice
10
10
 
11
11
#?RUNNER DAEMON-START
12
12
#?*WAIT
19
19
#?XSERVER :50 ACCEPT-CONNECT
20
20
 
21
21
# Session starts
22
 
#?SESSION :50 START USER=have-password1
 
22
#?SESSION :50 START USER=alice
23
23
#?XSERVER :50 ACCEPT-CONNECT
24
24
#?SESSION :50 CONNECT-XSERVER
25
25
 
26
 
# Switch to account without a password
27
 
#?*SWITCH-TO-USER USERNAME=no-password1
28
 
#?RUNNER SWITCH-TO-USER USERNAME=no-password1
 
26
# Switch to Bob's account
 
27
#?*SWITCH-TO-USER USERNAME=bob
 
28
#?RUNNER SWITCH-TO-USER USERNAME=bob
29
29
 
30
30
# New X server starts
31
31
#?XSERVER :51 START
35
35
#?XSERVER :51 ACCEPT-CONNECT
36
36
 
37
37
# New session starts
38
 
#?SESSION :51 START USER=no-password1
 
38
#?SESSION :51 START USER=bob
39
39
#?XSERVER :51 ACCEPT-CONNECT
40
40
#?SESSION :51 CONNECT-XSERVER
41
41