|
Bugzilla – Full Text Bug Listing |
| Summary: | sudo, redirection, PAM_TEXT_INFO, and fingerprint readers | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | Vladimir Panteleev <sudo> |
| Component: | Sudo | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED FIXED | ||
| Severity: | low | ||
| Priority: | low | ||
| Version: | 1.8.27 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
Vladimir Panteleev
2019-08-25 21:26:51 MDT
Yes, I think it makes sense for sudo to use SUDO_CONV_PREFER_TTY when authenticating the user. Sudo already uses /dev/tty (when available) for the password prompt so using it for PAM info messages would be more consistent with the non-PAM behavior. I just committed a change that does that which will be in sudo 1.8.28: https://www.sudo.ws/repos/sudo/rev/546082c674b7 Fixed in sudo 1.8.28 Hi, just wanted to drop a very belated THANK YOU! :) This greatly simplified things on my end and hopefully for many other situations too. |