lance.sanchez-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Feb-23 01:36 UTC
looking for .htaccess Authentication help
OK, I''m still a rails newbie and this is my third post here. I''m trying to deploy an app on a company server and I must use a .htaccess login to control what group of people is able to login an use the app, I need the user name so I can record who makes what changes in the application. I''m going to be using the newer apache Authentication AuthName "Restricted Area, Please enter your user name and password" AuthShadow on AuthType Basic require group rails I have followed the http://wiki.rubyonrails.org/rails/pages/HowtoAuthenticateWithHTTP guide because it looked like it was going to work, but what I kinda needs is the opposite an I''m not sure where to look, any Suggestions / Comments are Very welcome. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
lance.sanchez-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Feb-23 01:59 UTC
Re: looking for .htaccess Authentication help
Apache is using AuthShadow, and thats more of where I need things to lean to. On Feb 22, 6:36 pm, "lance.sanc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <lance.sanc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> OK, I''m still a rails newbie and this is my third post here. > > I''m trying to deploy an app on a company server and I must use > a .htaccess login to control what group of people is able to login an > use the app, I need the user name so I can record who makes what > changes in the application. I''m going to be using the newer apache > Authentication > > AuthName "Restricted Area, Please enter your user name and password" > AuthShadow on > AuthType Basic > require group rails > > I have followed thehttp://wiki.rubyonrails.org/rails/pages/HowtoAuthenticateWithHTTP > guide because it looked like it was going to work, but what I kinda > needs is the opposite an I''m not sure where to look, any Suggestions / > Comments are Very welcome.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---