[cas-user] Extending SSO.

2010-03-30 Thread Balendran Thavarajah
Hi All, Your thoughts on this will be much appreciated. We have cas 3 working with tomcat 5.5 good for a couple of years now. There is a need to extend the SSO to Livelink as we want to capitalize on our investments there. Livelink allows SSO if you set the REMOTE_USER environment varia

Re:[cas-user] How to enable "remember me" in CAS 3.4.2

2010-03-30 Thread Bill Li
Resend as no answer yet... On Tue, Mar 30, 2010 at 5:47 PM, Bill Li wrote: > The doc is outdated: > http://www.ja-sig.org/wiki/display/CASUM/Remember+Me > > org.jasig.cas.web.flow.AuthenticationViaFormAction was changed > dramatically, it no long accept validator? > > -- > Bill Li(李保存) > http://

Re: [cas-user] jpaTicketRegistry using openJpa instead of hibernate

2010-03-30 Thread Harikrishnan R.
ya, thats the advantage JPA is offering. Edit the persistence.xml and include the OPnJPa specific details.It will work. Regards Hari 2010/3/30 Pablo Ramírez > Hi, > > It's possible to use openJpaVendor for persisting tickets into a database > using this method? > > http://www.ja-sig.org/wiki/dis

[cas-user] jpaTicketRegistry and Hibernate Session Closed

2010-03-30 Thread Pablo Ramírez
Hi, After enabling jpaTicketRegistry i'm getting a hibernate session closed exception. [30/03/10 11:47:46:203 CLT] 00cf TransactionSy E org.springframework.transaction.support.TransactionSynchronizationUtils triggerBeforeCompletion TransactionSynchronization.beforeCompletion threw excepti

Re: [cas-user] phpCAS Renew Support

2010-03-30 Thread Cary, Kim
I tried renewAuthentication as well, and it behaved as you describe... not helpful. You can set the CAS server URL (as someone showed me) to have &renew=true tacked on the end and that will create the desired behavior. IMO it would be nice to have the renewAuthentication parameter function fo

[cas-user] phpCAS Renew Support

2010-03-30 Thread Marvin Addison
It appears that phpCAS has support for the CAS protocol renew parameter, http://www.ja-sig.org/issues/browse/PHPCAS-6, but it does not work as I would expect. Calling renewAuthentication() on a page always redirects to the CAS login page despite successful reauthentication. Has anyone else got th

Re:[cas-user] CasOwa - help please

2010-03-30 Thread William G. Thompson, Jr.
On Tue, Mar 30, 2010 at 2:22 PM, Francisco Estanqueiro wrote: > I've installed the web app > http://www.ja-sig.org/wiki/display/CASC/JA-SIG+Java+Client+Simple+WebApp+Sample, > and verified that the PT's are being issued correctly. > > I've the ClearPass extension working. > > I've a virtual dire

RE:[cas-user] CasOwa - help please

2010-03-30 Thread Francisco Estanqueiro
I've installed the web app http://www.ja-sig.org/wiki/display/CASC/JA-SIG+Java+Client+Simple+WebApp+Sample, and verified that the PT's are being issued correctly. I've the ClearPass extension working. I've a virtual directory named coa in the Default Web Site tree (the same as owa), in the Def

Re:[cas-user] CasOwa - help please

2010-03-30 Thread William G. Thompson, Jr.
On Tue, Mar 30, 2010 at 1:49 PM, Francisco Estanqueiro wrote: > But the handlers arent automaticly configured by having them in the > web.config on COA Virtual Directory? Or I have to add another handler > somewhere? I'm not understanding how this works.. how the redirection from > owa to coa w

RE:[cas-user] CasOwa - help please

2010-03-30 Thread Francisco Estanqueiro
But the handlers arent automaticly configured by having them in the web.config on COA Virtual Directory? Or I have to add another handler somewhere? I'm not understanding how this works.. how the redirection from owa to coa works? The only thing I've done is create a coa virtual directory and ch

Re:[cas-user] CasOwa - help please

2010-03-30 Thread William G. Thompson, Jr.
On Tue, Mar 30, 2010 at 1:36 PM, Francisco Estanqueiro wrote: >> >> 5) Whats the managed pipeline mode and How do I set it to Integrated? >> > > Managed Pipeline mode is a new unified request processing pipeline > that is exposed to both native and managed components in IIS7.  Is is > not availabl

Re:[cas-user] CasOwa - help please

2010-03-30 Thread Francisco Estanqueiro
5) Whats the managed pipeline mode and How do I set it to Integrated? Managed Pipeline mode is a new unified request processing pipeline that is exposed to both native and managed components in IIS7. Is is not available on IIS6. http://learn.iis.net/page.aspx/244/how-to-take-advantage-of-th

Re:[cas-user] CasOwa - help please

2010-03-30 Thread William G. Thompson, Jr.
On Mon, Mar 29, 2010 at 10:32 PM, Francisco Estanqueiro wrote: > Hi, Hi, Francisco. I'll respond inline below... > > I'm trying to figure out a way to casify Outlook Web Access and I found out > about this CasOwa. > > I read this thread (the few information there is about casowa), > http://www

Re: [cas-user] JpaTicketRegistry

2010-03-30 Thread Marvin Addison
I believe only hibernate-entity-manager is required in 3.4.x since the other hibernate dependencies will be included transitively. Additionally, I don't believe concurrent is required any longer. Could you please try the following and report back: org.hibernate hibernate-entityman

Re: [cas-user] Fwd: [cas-announce] CAS 3.4, CAS 3.4,1 and CAS 3.4.2 Server Releases

2010-03-30 Thread Marvin Addison
Thanks for taking the initiative to open a Maven Jira issue for this, Jesse. I've voted for the issue and am watching it. M -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wi

Re: [cas-user] Fwd: [cas-announce] CAS 3.4, CAS 3.4,1 and CAS 3.4.2 Server Releases

2010-03-30 Thread Jesse Farinacci
Greetings, On Mon, Mar 29, 2010 at 4:18 PM, Jesse Farinacci wrote: > > So there must be something funky going on with Maven and > dependencyManagement .. as I added a fragment of my own corporate POM > dM section (see attached pom.xml) and I get the multiple JAR thing > again. Ugh. Anyone know wh

[cas-user] JpaTicketRegistry

2010-03-30 Thread Jérôme Rautureau
Hi every body I want to activate the JpaTicketRegistry support in CAS 3.4.2, but the doc ( http://www.ja-sig.org/wiki/display/CASUM/JpaTicketRegistry) seems outdated, specially from the maven dependencies (hibernate version conflits) I wanted to activate remember me feature in cas 3.4.2 but Bill

Re: [cas-user] JBoss / EJB getCallerPrincipal().getName()

2010-03-30 Thread Santhanam V
Dear Marvin, Thanks for your reply. I am now tring to modify the CASLoginModule source (http://www.ja-sig.org/wiki/display/CASC/CASLoginModule+for+JAAS+applications) for inclusion in CAS-Client 3.1.3. If successful, we can update in the CAS wiki. . I have following quer

[cas-user] How to enable "remember me" in CAS 3.4.2

2010-03-30 Thread Bill Li
The doc is outdated: http://www.ja-sig.org/wiki/display/CASUM/Remember+Me org.jasig.cas.web.flow.AuthenticationViaFormAction was changed dramatically, it no long accept validator? -- Bill Li(李保存) http://BaliOnWeb.com -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail