Closed GoogleCodeExporter closed 8 years ago
Well, PFA itself can't tell whether the session is local or remote because it's
just a module, representing a second login habit.
This detection would be up to the PAM config files (configured seperately).
Nevertheless, I have no clue what change would be needed to accomplish this...
Original comment by feichtne...@gmail.com
on 13 Aug 2010 at 10:03
PAM_RHOST contains the host name of the machine that requests the authentication. Checking if RHOST matches with username of the local comp, I think will work. We will try it out and hopefuly include it in the next release (0.4)
Thanks!
Original comment by rohan.a...@gmail.com
on 13 Aug 2010 at 11:20
Ok, I added a quick check for remote connections to the SVN.
Allowed values for PAM_RHOST are (null) and "localhost", otherwise the plugin
quits and switches to the next given auth form.
So, if you want to try it out, please just take the SVN version or await a soon
release of 0.4 ;)
Original comment by feichtne...@gmail.com
on 19 Aug 2010 at 5:04
Original issue reported on code.google.com by
ColeWasH...@gmail.com
on 13 Aug 2010 at 8:46