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

« back to all changes in this revision

Viewing changes to tests/scripts/cred-unavail.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 automatic login stops if an account can't access credentials
 
3
#
 
4
 
 
5
[LightDM]
 
6
minimum-display-number=50
 
7
 
 
8
[SeatDefaults]
 
9
autologin-user=cred-unavail
 
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
# (Session fails)
 
21
 
 
22
# X server stops
 
23
#?XSERVER :50 TERMINATE SIGNAL=15
 
24
 
 
25
# X server starts
 
26
#?XSERVER :50 START
 
27
#?XSERVER :50 INDICATE-READY
 
28
 
 
29
# LightDM connects to X server
 
30
#?XSERVER :50 ACCEPT-CONNECT
 
31
 
 
32
# Greeter starts
 
33
#?GREETER :50 START
 
34
#?XSERVER :50 ACCEPT-CONNECT
 
35
#?GREETER :50 CONNECT-XSERVER
 
36
#?GREETER :50 CONNECT-TO-DAEMON
 
37
#?GREETER :50 CONNECTED-TO-DAEMON
 
38
 
 
39
# Cleanup
 
40
#?*STOP-DAEMON
 
41
# Don't know what order they will terminate
 
42
#?(GREETER :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
 
43
#?(GREETER :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
 
44
#?RUNNER DAEMON-EXIT STATUS=0