fix the closing session bug, even if next user authentication is failed.
[platform/core/system/tlm.git] / data / tlm.conf.in
1 #
2 # Example configuration for tlm.
3 #
4
5 #
6 # This group contains top-level settings.
7 #
8 [General]
9 #
10 # Name of the account plugin to use to manage(add/remove) guest user accounts
11 ACCOUNTS_PLUGIN=@ACCOUNT_PLUGIN_NAME@
12 #
13 # Number of seats
14 # Default: obtain from systemd
15 #NSEATS=2
16 #
17 # Auto-login default user
18 # Default: off
19 AUTO_LOGIN=1
20 #
21 # Prepare default/guest users before auto-login
22 # Default: off
23 # PREPARE_DEFAULT=1
24 #
25 # PAM service file to use
26 PAM_SERVICE=tlm-login
27 #
28 # PAM service file for default user
29 DEFAULT_PAM_SERVICE=tlm-default-login
30 #
31 # PAM authentication service for tizen TV
32 PAM_AUTHENTICATION_SERVICE=system-auth
33 #
34 # Default (guest) username or template to use
35 #  %S - seat number
36 #  %I - seat id string
37 # Default: "guest"
38 DEFAULT_USER=guest_%S
39 #
40 # Session command : The command run after successfull login
41 # Default: $SHELL
42 # In case shell is not defined in /etc/passwd fallback is "systemd --user"
43 #SESSION_CMD=systemd --user
44 #
45 # Session termination timeout in seconds
46 # Default: 10
47 #TERMINATE_TIMEOUT=10
48 #
49 # Setup terminal for session
50 # Default: off
51 #SETUP_TERMINAL=1
52 #
53 # Use X11 style sessions
54 # Default: off
55 #X11_SESSION=1
56 #
57 # Do not launch anything, let systemd handle it through PAM
58 # Default: off
59 #PAUSE_SESSION=1
60 #
61 # Specify session type, needs to be specified for
62 # XDG_SESSION_CLASS and XDG_SESSION_TYPE to be set
63 # Default: unspecified
64 SESSION_TYPE=wayland
65 #
66 #
67 # Seat specific settings where the group name is seat id
68 [seat0]
69 DEFAULT_USER=app
70 #SETUP_TERMINAL=1
71 #VTNR=7
72 #SESSION_CMD=weston-launch
73 #DEFAULT_PAM_SERVICE=tlm-system-login
74 #SETUP_RUNTIME_DIR=1
75 #RUNTIME_MODE=0700
76 #
77 #[seat1]
78 #ACTIVE=0
79 #DEFAULT_USER=guest_%S
80 #DEFAULT_USER=app
81 #
82 #
83 # plugin specific settings.
84 #
85 #[pluginname]
86 #
87