Re: Alternatives to Security Component Authentication with cgi php

2009-10-29 Thread Ken
After re-reading Jeff's solution (and getting some sleep) I tried it out and it worked perfectly! Thanks! On Oct 28, 11:21 pm, Ken wrote: > I think that this might be what I'm looking for, but I don't think > I've quite figured it out.  I've followed the steps you've outlined, > but I'm unclear

Re: Alternatives to Security Component Authentication with cgi php

2009-10-29 Thread Ken
I think that this might be what I'm looking for, but I don't think I've quite figured it out. I've followed the steps you've outlined, but I'm unclear on how to implement the last beforeFilter function since I'm using another authenticate function. I think I'm probably missing something simple, b

Re: Alternatives to Security Component Authentication with cgi php

2009-09-05 Thread Jeff Deroshia
I was able to find a workaround using mod_rewrite (a module that continues to amaze me with its usefulness). So for anyone else who needs to use the http authentication methods of the Security Component while running php through cgi, here's what I did to get it working: In the .htaccess file in th

Alternatives to Security Component Authentication with cgi php

2009-09-04 Thread J3ffy
I've been developing a system that does server-to-server communication using Basic HTTP Auth for authentication behind an SSL connection. The requests are created and sent with the HttpSocket class. The component that receives the requests uses the Security component to force and check authentica