google / google/google-authenticator-libpam
make grace_period usable for local authentications
Open
enhancement
- Dominant language
- C
- Stars
- 2k
- Forks
- 305
- PR merge metrics
- No merged PRs in 30d
Description
`grace_period` was originally intended for ssh only and therefor it only considers `RHOST`.
However local authentications, e.g. `sudo` or `xfce4-screensaver` would also benefit from this feature, for this not only `RHOST` would need to be considered, but also `RUSER` and `TTY` (or a combination of all three).
Contributor guide
Assessment
This issue has not been assessed yet.