Ruby on rails user authentication using linux passwd file?
Posted
by kdt
on Stack Overflow
See other posts from Stack Overflow
or by kdt
Published on 2010-06-10T13:49:15Z
Indexed on
2010/06/10
13:52 UTC
Read the original article
Hit count: 263
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.
© Stack Overflow or respective owner