# # Example configuration for tlm. # # # This group contains top-level settings. # [General] # # Name of the account plugin to use to manage(add/remove) guest user accounts ACCOUNTS_PLUGIN=@ACCOUNT_PLUGIN_NAME@ # # Auto-login default user # Default: off AUTO_LOGIN=1 # # Prepare default/guest users before auto-login # Default: off PREPARE_DEFAULT=1 # # PAM service file to use PAM_SERVICE=tlm-login # # PAM service file for default user PAM_DEFAULT_SERVICE=tlm-default-login # # Default (guest) username or template to use # %S - seat number # %I - seat id string # Default: "guest" #DEFAULT_USER=guest # # Session command : The command run after successfull login # Default: $SHELL # In case shell is not defined in /etc/passwd fallback is "systemd --user" #SESSION_CMD=systemd --user # # Session termination timeout in seconds # Default: 10 #TERMINATE_TIMEOUT=10 # # Setup terminal for session # Default: off #SETUP_TERMINAL=1 # # Use X11 style sessions # Default: off #X11_SESSION=1 # # Do not launch anything, let systemd handle it through PAM # Default: off #PAUSE_SESSION=1 # # # Seat specific settings where the group name is seat id #[seat0] #DEFAULT_USER=guest_%S # # # plugin specific settings. # #[pluginname] #