Curtis, If I understand correctly, you are trying to use the originally submitted contribution for CAS that could be used with DSpace 1.3.*, right? Unfortunately, I don't think that will work with the new stackable authentication mechanism. Someone else here may tell me it could still be done, but I assumed it would have to be reworked because those authentication classes in the API are different now.
I got it working in our environment by taking the low level SSL/CAS code from the original CAS contribution and put together a proper authentication method that could be stacked. I followed the LDAP example provided to learn how to use the stackable authentication facility. There's way too much to explain here, but I can send you the code and the documentation that I wrote up for our internal use. I did all my work against 1.4.2 and it has been pretty well tested. Quoting Curtis Collicutt <[EMAIL PROTECTED]>: > Has anyone got CAS going with 1.4.1 or preferably 1.4.2? > > I've looked here: http://wiki.dspace.org/index.php/CvtContribution > and used the 1.4.1 patches on 1.4.1 and it builds OK. > > This is what I have in my dspace cfg. > > cas.server.url=https://testcas.athabascau.ca:443/cas/index.jsp > cas.validate.url=https://testcas.athabascau.ca:443/cas/validate > cas.logout.url=https://testcas.athabascau.ca:443/cas/logout > > Does anyone have working config I could look at? There is no traffic > on the dspace box going to the testcas server. > > Or some working source? > > Thanks, > Curtis. > > __ > This communication is intended for the use of the recipient to whom it > is addressed, and may contain confidential, personal, and or privileged > information. Please contact us immediately if you are not the intended > recipient of this communication, and do not copy, distribute, or take > action relying on it. Any communications received in error, or > subsequent reply, should be deleted or destroyed. > --- > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

