From 8ec701595ad92db26236d001de163e622db624ae Mon Sep 17 00:00:00 2001 From: Raphael Dannecker Date: Mon, 6 Oct 2025 20:20:59 +0200 Subject: [PATCH] Prevent simultaneous logins from multiple users (multi-seat mode) Because the home directory is mounted via pam_mount using the user's Kerberos ticket, simultaneous login of two users is not possible. --- roles/custom/fvs/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/custom/fvs/tasks/main.yml b/roles/custom/fvs/tasks/main.yml index d5830d1..bfcc436 100644 --- a/roles/custom/fvs/tasks/main.yml +++ b/roles/custom/fvs/tasks/main.yml @@ -182,8 +182,8 @@ #SingleClick=false [KDE Action Restrictions][$i] - #action/start_new_session=false - #action/switch_user=false + action/start_new_session=false + action/switch_user=false #action/lock_screen=false - name: Start with empty session by default