From: Roman Hausner Date: 2006-11-08T01:55:12+09:00 Subject: Re: Linux authentification check? Jon Lim wrote: > ruby-pam might be what you're looking for. It seems this needs the system PAM libraries to be installed. I am not really intending to switch the authentification methods of the linux box or anything, I just want ruby to use the existing authentification method to check for a valid username/password. Maybe I am missing something, but I was expecting something like boolean = validate(username,password) and be done with it :) -- Posted via http://www.ruby-forum.com/.