You are not logged in.
No, not aware at all. I'm reading through it now, although not sure yet as to how it's related
This module is aimed at environments with central file servers that a user wishes to mount on login and unmount on logout, such as (semi-)diskless stations where many users can logon and where statically mounting the entire /home from a server is a security risk, or listing all possible volumes in /etc/fstab is not feasible.
Offline
Not only, eg. https://wiki.archlinux.org/title/Pam_mount#LUKS_volumes
Are you using systemd homed to carry around a $HOME among differently configured (different UID etc) systems or (only) for the randomly attached optional encryption?
Online
The ordering of the entries was reversed for https://bugs.archlinux.org/task/72967
Edit:
See also https://github.com/systemd/systemd/issu … -889130469
Sorry, I was away for a month without access to the laptop.
I think the systemd github link explains my issue, thanks !
From https://man.archlinux.org/man/homectl.1 :
--rate-limit-interval=SECS, --rate-limit-burst=NUMBER
Configures a rate limit on authentication attempts for this user. If the user attempts to authenticate more often than the specified number, on a specific system, within the specified time interval authentication is refused until the time interval passes. Defaults to 10 times per 1min.I think that's what needed for my use case
Thanks for your help !
Offline