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.
This commit is contained in:
parent
cb37d52271
commit
8ec701595a
1 changed files with 2 additions and 2 deletions
|
@ -182,8 +182,8 @@
|
||||||
#SingleClick=false
|
#SingleClick=false
|
||||||
|
|
||||||
[KDE Action Restrictions][$i]
|
[KDE Action Restrictions][$i]
|
||||||
#action/start_new_session=false
|
action/start_new_session=false
|
||||||
#action/switch_user=false
|
action/switch_user=false
|
||||||
#action/lock_screen=false
|
#action/lock_screen=false
|
||||||
|
|
||||||
- name: Start with empty session by default
|
- name: Start with empty session by default
|
||||||
|
|
Loading…
Add table
Reference in a new issue