PAM Authentication Issues
Created by: dwa012
I got PAM working on Ubuntu 12.04. Right now it is through Omniauth. The logs show that it authenticates. I get a routing error after successful sign in.
ActionController::RoutingError (No route matches [POST] "/users/auth/pam/callback"):
I am not sure how to go about fixing this.
I would like devise to use PAM directly since all my users will be only through PAM. I am useing the folowing gem https://github.com/jwilson511/devise_pam_authenticatable I have it setup, but it does not seem to be attempting to login through PAM.
Any help would be appreciated.