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
The PAM module fails with login[PID]: Error in Duo login for 'username' from error.
This is due to the PAM module assuming PAM_RHOST is set, which is not the case for a console login spawned by getty.
There does not appear to be a convenient way to set this with systemd, agetty, /bin/login or PAM, so perhaps the PAM module could be changed to emit populate this field if it isn't already set?
The text was updated successfully, but these errors were encountered:
@nferch Can you clarify what you are asking for in your last sentence? I'm not sure I understand.
whoops, an extra word got in there somehow.
I think I was suggesting that the PAM module shouldn't assume logins are remote and handle a missing PAM_RHOST variable without erroring out. In its current form it isn't possible to use DUO for console logins.
The PAM module fails with
login[PID]: Error in Duo login for 'username' from
error.This is due to the PAM module assuming PAM_RHOST is set, which is not the case for a console login spawned by
getty
.There does not appear to be a convenient way to set this with
systemd
,agetty
,/bin/login
or PAM, so perhaps the PAM module could be changed to emit populate this field if it isn't already set?The text was updated successfully, but these errors were encountered: