Re: [cas-user] mod_auth_cas question

2011-01-31 Thread Matt Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bryan- Apologies for missing this in my inbox. I think Marvin already answered the question, but I do want to use the opportunity to solicit developers interested in maintaining the Windows port of mod_auth_cas. 1.0.8.1 is the last version of mod_a

Re: [cas-user] mod_auth_cas question

2011-01-31 Thread Marvin Addison
> Does anyone know where MSVCR100.dll comes from and how to get it installed > on 64 bit Windows? MSVCR100 -- Microsoft Visual C++ Runtime 10.0. I believe http://www.microsoft.com/downloads/en/details.aspx?FamilyID=BD512D9E-43C8-4655-81BF-9350143D5867 is what you want. M -- You are currently s

[cas-user] mod_auth_cas question

2011-01-28 Thread Bryan Wooten
Apparently mod_auth_cas depends on a dll called MSVCR100.dll. When I prototyped mod_auth_cas on a 32 bit Windows server I installed Windows 2008 Redistributables and Visual C++ Express (to compile mod_auth_cas). Everything worked just fine. I then tried to use mod_auth_cas on a 64 bit Windows se

RE: [cas-user] mod_auth_cas question: why are the URI's rewritten

2009-03-11 Thread ohsie_david
Phil, thanks so much for your quick response. Based on your analysis, it is clear that mod_auth_cas is doing the right thing. I need to think a bit more about what to do here. I think that the RESTful client probably needs to treat the service parameter as a redirect and use that authority (h

Re: [cas-user] mod_auth_cas question: why are the URI's rewritten

2009-03-11 Thread Phil Ames
Hi, The information that mod_auth_cas has at its disposition is what can be accessed via Apache's request_rec structure: http://www.temme.net/sander/api/httpd/structrequest__rec.html Within this structure, there is an apr_uri_t member, 'parsed_uri'. http://apr.apache.org/docs/apr-util/0.9/struct

[cas-user] mod_auth_cas question: why are the URI's rewritten

2009-03-11 Thread ohsie_david
I'm using mod_auth_cas along with CAS RESTful interface to provide authentication for my application. We noticed that when generating the "service" parameter for both forwarding to CAS as well as ticket validation, mod_auth_cas doesn't use the URL that is given (suitably escaped), but rather recon