~ubuntu-branches/ubuntu/quantal/lightdm/quantal

« back to all changes in this revision

Viewing changes to tests/scripts/autologin-crash-authenticate.conf

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-04-05 17:26:50 UTC
  • mfrom: (1.1.27)
  • Revision ID: package-import@ubuntu.com-20120405172650-sy4str1re63aok62
Tags: 1.2.0-0ubuntu1
* New upstream release.
  - Backup .xsession-errors on login (LP: #951597)
  - Handle failures in pam_setcred
  - Open log files in append mode (LP: #951597)
  - Add extra checks in liblightdm so that it doesn't send invalid messages
    to the daemon (LP: #969023)
  - Fix gdmflexiserver not being added to the path (broken since 1.1.4)
    (LP: #953554)
  - Fix PAM conversations after authentication from locking up sessions
    (LP: #956848)
  - Fix PAM informational messages locking up autologin
  - Change XDMCP manage timeout from 10ms to 126s (maximum specified in the
    XDMCP specification)
  - Fix greeter-show-guest example (LP: #972711)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Check authentication crash on autologin is handled
3
 
#
4
 
 
5
 
[LightDM]
6
 
minimum-display-number=50
7
 
 
8
 
[SeatDefaults]
9
 
autologin-user=crash-authenticate
10
 
 
11
 
#?RUNNER DAEMON-START
12
 
 
13
 
# X server starts
14
 
#?XSERVER :50 START
15
 
#?XSERVER :50 INDICATE-READY
16
 
 
17
 
# LightDM connects to X server
18
 
#?XSERVER :50 ACCEPT-CONNECT
19
 
 
20
 
# (authentication crashes)
21
 
 
22
 
# Greeter starts
23
 
#?GREETER :50 START
24
 
#?XSERVER :50 ACCEPT-CONNECT
25
 
#?GREETER :50 CONNECT-XSERVER
26
 
#?GREETER :50 CONNECT-TO-DAEMON
27
 
#?GREETER :50 CONNECTED-TO-DAEMON
28
 
 
29
 
# Cleanup
30
 
#?*STOP-DAEMON
31
 
# Don't know what order they will terminate
32
 
#?(GREETER :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
33
 
#?(GREETER :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
34
 
#?RUNNER DAEMON-EXIT STATUS=0