~brian-murray/lightdm/bug-967229

« back to all changes in this revision

Viewing changes to tests/scripts/restart-authentication.conf

  • Committer: Robert Ancell
  • Date: 2012-08-30 01:50:58 UTC
  • mfrom: (1008.1.24)
  • Revision ID: robert.ancell@canonical.com-20120830015058-k2b1mvpwkyvffvkn
* New upstream release:
  - Add a new remote session type. These sessions create a temporary local
    account and authenticate against a remote server. The session is an
    application that accesses that remote session (e.g. VNC, RDP etc)
    (LP: #1040221)
  - Support multiple simultaneous PAM prompts (LP: #1043593)
  - Set utmp ut_host field to the X display address (LP: #1027760)
  - Correctly reap unused authentication sessions (LP: #990661)
* debian/liblightdm-gobject-1-0.symbols:
  - Updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Check can restart authentication
 
3
#
 
4
 
 
5
[LightDM]
 
6
minimum-display-number=50
 
7
 
 
8
#?RUNNER DAEMON-START
 
9
 
 
10
# X server starts
 
11
#?XSERVER :50 START
 
12
#?XSERVER :50 INDICATE-READY
 
13
 
 
14
# LightDM connects to X server
 
15
#?XSERVER :50 ACCEPT-CONNECT
 
16
 
 
17
# Greeter starts
 
18
#?GREETER :50 START
 
19
#?XSERVER :50 ACCEPT-CONNECT
 
20
#?GREETER :50 CONNECT-XSERVER
 
21
#?GREETER :50 CONNECT-TO-DAEMON
 
22
#?GREETER :50 CONNECTED-TO-DAEMON
 
23
 
 
24
# Start authentication
 
25
#?*GREETER :50 AUTHENTICATE USERNAME=have-password1
 
26
#?GREETER :50 SHOW-PROMPT TEXT="Password:"
 
27
 
 
28
# Restart authentication
 
29
#?*GREETER :50 AUTHENTICATE USERNAME=have-password1
 
30
#?GREETER :50 SHOW-PROMPT TEXT="Password:"
 
31
 
 
32
# Cleanup
 
33
#?*STOP-DAEMON
 
34
# Don't know what order they will terminate
 
35
#?(GREETER :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
 
36
#?(GREETER :50 TERMINATE SIGNAL=15|XSERVER :50 TERMINATE SIGNAL=15)
 
37
#?RUNNER DAEMON-EXIT STATUS=0
 
38