From: Samuel Tesla Date: 2003-07-05T07:20:52+09:00 Subject: Re: Using ruby-pam in a CGI Aredridel writes: > On Fri, 2003-07-04 at 14:40, Samuel Tesla wrote: > You can if you use a persistent authenticator process, that handles > several stages of the request, or do what everyone else does for > non-interactive apps: assume that the first prompt is username, the > second is password, and if there's more, carp and die. Yeah, that's what I did in my perl script. Could never figure it out. But I think it's the whole euid issue. We'll see. I had to patch ruby-pam to work with 1.8.0 first.