[cas-user] NetID field cleared on wrong username/password

2011-02-11 Thread Rich Renomeron - TCG
Hi, I noticed in 3.4.5 that the NetID field on casLoginView.jsp is cleared when a user submits a wrong username/password combo, instead of leaving the originally-entered NetID filed intact (which is what happened in 3.3.5.1). Is this change a consequence of moving to Spring 3, or is it something

[cas-user] SSO Timeout problem

2011-02-11 Thread Jean Alex Jean Louis philippe
Hello, I have a problem concerning the CAS IdleTimeout. I want to be able to expire the session of a CASified service after 30 min of inactivity in this service. Due to a problem caused by the way Spring implements the Concurrent Session management, the timeout of the service is set to 5 min (

Re: [cas-user] CAS integration with ApacheDS Ldap. Error

2011-02-11 Thread Marvin Addison
> Can anyone tell me the spring-ldap version for CAS 3.4.2? Or a way to > determinate this? According to https://source.jasig.org/cas3/tags/cas-server-3.4.2/pom.xml, version is 1.3.0.RELEASE. Based on your previous error, you may have other version problems. You MUST get the same versions of com

RE: [cas-user] CAS integration with ApacheDS Ldap. Error

2011-02-11 Thread Jorge Infante Osorio
I´m behind a proxy to do Maven War Overlay :-( Can anyone tell me the spring-ldap version for CAS 3.4.2? Or a way to determinate this? Jorge. -Mensaje original- De: Marvin Addison [mailto:marvin.addi...@gmail.com] Enviado el: viernes, 11 de febrero de 2011 12:12 Para: cas-user@lists.jas

Re: [cas-user] CAS integration with Cluster environment(Tomcat)

2011-02-11 Thread Marvin Addison
> Did anybody user CAS in cluster environment? Yes. Although I don't have specific numbers, I believe most enterprise CAS deployments are clustered in one way or another. > let me know if you have already configured and if you have nay suggestion. https://wiki.jasig.org/display/CASUM/Clustering

Re: [cas-user] CAS integration with ApacheDS Ldap. Error

2011-02-11 Thread Marvin Addison
I'm fairly certain you've got more version problems, which you'll have to sort out yourself. I encourage you to consider Maven War Overlay to manage your deployment, which will help avoid problems like these. M -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archiv

RE: [cas-user] CAS integration with ApacheDS Ldap. Error

2011-02-11 Thread Jorge Infante Osorio
When I use spring-ldap-1.2.1.jar CAS start fine, but with spring-ldap-1.3.1.jar the application don´t start with a lot of errors as you can see in the mail below. I also include the: spring-ldap-1.3.1.RELEASE-all.jar spring-ldap-core-1.3.0.RELEASE.jar spring-ldap-core-tiger-1.3.0.RELEASE.jar in t

RE: [cas-user] CAS integration with ApacheDS Ldap. Error

2011-02-11 Thread Jorge Infante Osorio
I download the spring-ldap-1.3.1.RELEASE from: http://www.springsource.com/download/community?sid=1011678 and change the jar. This is the error now: SEVERE: SafeContextLoaderListener: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the

[cas-user] CAS integration with Cluster environment(Tomcat)

2011-02-11 Thread Srinivasan Kannan
Dear All, Did anybody user CAS in cluster environment? pl.let me know if you have already configured and if you have nay suggestion. Appreciate your help on this. Regards, Srini KK On Feb 11, 2011, at 7:59 AM, Marvin Addison wrote: >> I use cas-server-3.4.2-release and download this jar: s

Re: [cas-user] CAS integration with ApacheDS Ldap. Error

2011-02-11 Thread Marvin Addison
> I use cas-server-3.4.2-release and download this jar: spring-ldap-1.2.1.jar Wrong Spring LDAP version. You must use the version declared in the cas-server-support-ldap/pom.xml file, which is 1.3.1 I believe. Moreover, we recommend you use the Maven WAR Overlay process to build and configure CAS

[cas-user] CAS integration with ApacheDS Ldap. Error

2011-02-11 Thread Jorge Infante Osorio
Hi all. I try to configure CAS to take the user from ApacheDS Ldap. I use cas-server-3.4.2-release and download this jar: spring-ldap-1.2.1.jar and put it inside the lib directory in cas-web. When I try to login a user that don´t exist I receive a message that the credential don´t exist, and this

Re: [cas-user] a few questions about JpaTicketRegistry

2011-02-11 Thread Ren standist
here is ticketregistry.xml On Fri, Feb 11, 2011 at 11:18 PM, Ren standist wrote: > ticketregistry.xml should works for it create table in database > > > On Fri, Feb 11, 2011 at 11:16 PM, Ren standist wrote: > >> turn up logging for org.hibernate >> >> when user logged there is nothing ,it see

Re: [cas-user] a few questions about JpaTicketRegistry

2011-02-11 Thread Ren standist
ticketregistry.xml should works for it create table in database On Fri, Feb 11, 2011 at 11:16 PM, Ren standist wrote: > turn up logging for org.hibernate > > when user logged there is nothing ,it seem like ticketregistry.xml not work > at all. > > > On Fri, Feb 11, 2011 at 11:01 PM, Scott Batt

Re: [cas-user] a few questions about JpaTicketRegistry

2011-02-11 Thread Ren standist
turn up logging for org.hibernate when user logged there is nothing ,it seem like ticketregistry.xml not work at all. On Fri, Feb 11, 2011 at 11:01 PM, Scott Battaglia wrote: > We're using Hibernate for persistence so you'd need to turn up logging for > org.hibernate > > > > On Fri, Feb 11, 20

Re: [cas-user] a few questions about JpaTicketRegistry

2011-02-11 Thread Scott Battaglia
We're using Hibernate for persistence so you'd need to turn up logging for org.hibernate On Fri, Feb 11, 2011 at 9:55 AM, Ren standist wrote: > change to > additivity="true"> > > > > > and there is nothing in jpa.log > > On Fri, Feb 11, 2011 at 10:43 PM, Ren standist wrote: > >>

Re: [cas-user] a few questions about JpaTicketRegistry

2011-02-11 Thread Ren standist
change to and there is nothing in jpa.log On Fri, Feb 11, 2011 at 10:43 PM, Ren standist wrote: > change to > > > > > and got nothing about JpaTicketRegistry > > On Fri, Feb 11, 2011 at 10:27 PM, Ren standist wrote: > >> when i add following to log4j.xml ,got error messa

Re: [cas-user] a few questions about JpaTicketRegistry

2011-02-11 Thread Ren standist
change to and got nothing about JpaTicketRegistry On Fri, Feb 11, 2011 at 10:27 PM, Ren standist wrote: > when i add following to log4j.xml ,got error message ERROR No appender > named [jpa] could be found. > additivity="false"> > > > > > > On Fri, Feb 11, 2011 at 9:47 PM

Re: [cas-user] a few questions about JpaTicketRegistry

2011-02-11 Thread Ren standist
when i add following to log4j.xml ,got error message ERROR No appender named [jpa] could be found. On Fri, Feb 11, 2011 at 9:47 PM, Ren standist wrote: > > > On Fri, Feb 11, 2011 at 9:16 PM, Marvin Addison > wrote: > >> > First question how tables was created ? >> >> Hibernate sc

Re: [cas-user] a few questions about JpaTicketRegistry

2011-02-11 Thread Ren standist
On Fri, Feb 11, 2011 at 9:16 PM, Marvin Addison wrote: > > First question how tables was created ? > > Hibernate schema generation feature. > > > When user login there is nothing is table TICKETGRANTINGTICKET ,but user > > expire policy works fine. > > Is there a way to find the problem ,why not i

Re: [cas-user] TicketException generating ticket for: callbackUrl

2011-02-11 Thread Ren standist
It Works. On Fri, Feb 11, 2011 at 9:24 PM, Marvin Addison wrote: > > > http://a01.test.com/CancelLogin.aspx?proxyResponse=true]> > > org.jasig.cas.ticket.TicketCreationException: > > error.authentication.credentials.bad > > You have provided an insecure proxy callback URL. Proxy callbacks > mus

Re: [cas-user] TicketException generating ticket for: callbackUrl

2011-02-11 Thread Marvin Addison
> http://a01.test.com/CancelLogin.aspx?proxyResponse=true]> > org.jasig.cas.ticket.TicketCreationException: > error.authentication.credentials.bad You have provided an insecure proxy callback URL. Proxy callbacks must be over SSL. If you don't want proxy support, don't enable it in the client c

Re: [cas-user] CAS java client force authentication

2011-02-11 Thread Marvin Addison
> I have a Java client on a Java web application and I'd like to force the user > to re-authenticate when accessing some JSP, for example to  change the > password on the App. Hopefully you're using the Jasig Java CAS client to secure this webapp. If so, you can simply use the renew flag to for

Re: [cas-user] a few questions about JpaTicketRegistry

2011-02-11 Thread Marvin Addison
> First question how tables was created ? Hibernate schema generation feature. > When user login there is nothing is table TICKETGRANTINGTICKET ,but user > expire policy works fine. > Is there a way to find the problem ,why not insert into table? Can you share your deployerConfigContext.xml file

[cas-user] TicketException generating ticket for: callbackUrl

2011-02-11 Thread Ren standist
get error message as follow: http://a01.test.com/CancelLogin.aspx?proxyResponse=true]> org.jasig.cas.ticket.TicketCreationException: error.authentication.credentials.bad CAS Server 3.4.1 on tomcat windows 2003 r2 32bit Client asp.net https://cas.test.com/cas/login"; casServerUrlPrefix="https

[cas-user] CAS java client force authentication

2011-02-11 Thread Rafa
Hello all, I have a Java client on a Java web application and I'd like to force the user to re-authenticate when accessing some JSP, for example to change the password on the App. So It's possible for the CAS client to do the logout for the user and then the CAS filter show the CAS login pa