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

« back to all changes in this revision

Viewing changes to tests/scripts/pam.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 we handle conversations during each PAM method
 
3
#
 
4
 
 
5
[LightDM]
 
6
minimum-display-number=50
 
7
 
 
8
[SeatDefaults]
 
9
autologin-user=log-pam
 
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 starts
 
21
#?SESSION :50 START USER=log-pam
 
22
#?XSERVER :50 ACCEPT-CONNECT
 
23
#?SESSION :50 CONNECT-XSERVER
 
24
 
 
25
# Cleanup
 
26
#?*STOP-DAEMON
 
27
# Don't know what order they will terminate
 
28
#?(SESSION :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
 
29
#?(SESSION :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
 
30
#?RUNNER DAEMON-EXIT STATUS=0