Hi,
Is there an authentication plugin for rails which uses the host system's /etc/passwd
file to provide user/password information? The goal is to provide user login to a rails app for the same users who already have local login accounts to the linux machine hosting the rails app.
Cheers.