You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[X ] Bug
[ ] Feature Request
[ ] Other (Please describe in detail)
Current Behavior
I am trying to make i3lock refuse an unlock after a certain time of the day.
/etc/pam.d/login contains:
account requisite pam_time.so
/etc/security/time.conf has: ;;username;Al0630-2130
Finally, /etc/pam.d/i3lock contains "auth include login"
Expected Behavior
Fail to authenticate and refuse to unlock outside of specified time limits.
Reproduction Instructions
Please see above.
The system is latest debian.
Environment
Output of i3lock --version:
i3lock version: version 2.14.1
The text was updated successfully, but these errors were encountered:
I didn't try other lockers (it's a bit complicated since I use xorg+dwm, no desktop environment).
However logins are correctly denied on the console or via ssh if I try to login outside of the timeframe specified in time.conf. For ssh I had to add additional "requisite" line to /etc/pam.d/sshd.
Thanks.
I'm submitting a…
Current Behavior
I am trying to make i3lock refuse an unlock after a certain time of the day.
/etc/pam.d/login contains:
account requisite pam_time.so
/etc/security/time.conf has:
;;username;Al0630-2130
Finally, /etc/pam.d/i3lock contains "auth include login"
Expected Behavior
Fail to authenticate and refuse to unlock outside of specified time limits.
Reproduction Instructions
Please see above.
The system is latest debian.
Environment
Output of
i3lock --version
:The text was updated successfully, but these errors were encountered: