On Thu, 3 Feb 2005, Charles Duffy wrote: > On Thu, 03 Feb 2005 15:28:29 +0100, Patrick Steiner wrote: > > > Is it possible to use OpenVPN with OPIE (One Time Passwords in > > Everything) What i want is to connect from a windows client to a linux > > server. But for OPIE i need a interactive password authentication. this > > means: the server send password string an the user at the client side > > give his password based on the string from the server. Is this possible > > to inplement? > > It's already implemented. See auth-user-pass and auth-user-pass-verify.
Right, but I think he's asking for a challenge/response mechanism, which doesn't yet exist. The server would need to generate a challenge string and send it to the client BEFORE the client-user enters the password. It could be done but would require a patch. James