Re: [cas-user] utterly lost on cas 4.1.0 Saw '301 Moved Permanently' error

2015-10-20 Thread Jonathan Johnson
Please refer to the documentation at [http://jasig.github.io/cas/4.1.x/index.html]. Specifically you will find the Hazelcast ticket registry info at [http://jasig.github.io/cas/4.1.x/installation/Hazelcast-Ticket-Registry.html]. The CAS add ons module for the Hazelcast ticket registry should

Re: [cas-user] Adding additional login field

2015-05-27 Thread Jonathan Bell
too quick on the enter. |org.jasig.cas.adaptors.jdbc.QueryDatabaseAuthenticationHandler| On 2015-05-27 6:11 AM, Dmitriy Kopylenko wrote: What version of CAS and which authentication handler do you use? Dmitriy. On May 27, 2015, at 8:59 AM, Jonathan Bell jb...@urqui.com wrote: I am trying

[cas-user] Adding additional login field

2015-05-27 Thread Jonathan Bell
I am trying to add a third login field. I am getting a message at login Credentials you provided are not supported by cas Something obviously I am missing in the modification. This is what I have done I created a new credentials class, with new getter/setter methods that extends

Re: [cas-user] Adding additional login field

2015-05-27 Thread Jonathan Bell
Sorry should have included that 3.5 jon On 2015-05-27 6:11 AM, Dmitriy Kopylenko wrote: What version of CAS and which authentication handler do you use? Dmitriy. On May 27, 2015, at 8:59 AM, Jonathan Bell jb...@urqui.com wrote: I am trying to add a third login field. I am getting

Re:[cas-user] Adding additional login field

2015-05-27 Thread Jonathan Bell
Thanks for all the replies. As ususal it appears to be something more nebulous. I got it working when I modified the usernamepasswordcredentials directly in ca-server-core to accept a third field. When I copied the classes into a separate package, they give the exception. It appears, that

RE: [cas-user] CAS 3.5.0 services

2015-04-06 Thread Liedy, Jonathan
A PKIX error is a cert path issue. Are you using Tomcat with or without Apache? Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edu Voice: (850) 270-7368 From: moaxcp [mailto:moa...@gmail.com

[cas-user] ehcache/clearPass and password obfuscation

2015-03-20 Thread Liedy, Jonathan
All, Version: CAS 3.5.2 Running ehcache for both ticket and password replication. Does anyone on list have a setup configured to obfuscate the cleartext password in memory for ehcache like the memcache replication has? Thanks, Jonathan Liedy Middleware Administrator The Florida State

RE: [cas-user] ehcache/clearPass and password obfuscation

2015-03-20 Thread Liedy, Jonathan
Of course you make it seem so simple. Thanks John! Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edu Voice: (850) 270-7368 From: John Gasper [mailto:jgas...@unicon.net] Sent: Friday, March 20

RE: [cas-user] Recommendations for CAS/LDAP integration work

2015-03-17 Thread Liedy, Jonathan
I'm not someone that's a big fan of consultants in general, but I'll give a big third +1 for the folks at Unicon. Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edu Voice: (850) 270-7368

RE:[cas-user] Oracle DB backed service manager CAS 3.5.2

2015-03-12 Thread Liedy, Jonathan
. classorg.jasig.cas.ticket.TicketGrantingTicketImpl/class classorg.jasig.cas.ticket.ServiceTicketImpl/class classorg.jasig.cas.ticket.registry.support.JpaLockingStrategy$Lock/class -- /persistence-unit Jonathan Liedy Middleware Administrator The Florida State University 2035

RE:[cas-user] Oracle DB backed service manager CAS 3.5.2

2015-03-12 Thread Liedy, Jonathan
If anyone could share a config for utilizing a multi-tenant OracleDB with the service manager, that'd help. Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edu Voice: (850) 270-7368 From: Liedy

RE:[cas-user] Oracle DB backed service manager CAS 3.5.2

2015-03-12 Thread Liedy, Jonathan
.RELEASE.jar Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edu Voice: (850) 270-7368 From: Liedy, Jonathan [jli...@fsu.edu] Sent: Thursday, March 12, 2015 12:10 PM

[cas-user] Oracle DB backed service manager CAS 3.5.2

2015-03-11 Thread Liedy, Jonathan
:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edu

RE:[cas-user] Webflow conversion sessionMap returns null resulting in user having to re-enter username/password.

2014-10-22 Thread Jonathan
We're using a single server. -- 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/wiki/display/JSG/cas-user

[cas-user] Webflow conversion sessionMap returns null resulting in user having to re-enter username/password.

2014-10-21 Thread Jonathan
is only seconds after I bring up the login screen and enters the username/password. There's definitely not enough time for the session to timeout. Has anybody else seen this issue or have any insights that would shed some light on what's going on? Jonathan -- You are currently subscribed

re:[cas-user] Webflow conversion sessionMap returns null resulting in user having to re-enter username/password.

2014-10-21 Thread Jonathan
By the way, I'm running CAS 3.5.2. -- 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/wiki/display/JSG/cas-user

Re: [cas-user] CAS 3.5.2 and CVE-2014-3566, POODLE

2014-10-20 Thread Jonathan Johnson
For help troubleshooting all sorts of SSL problems in a JVM, check out [https://blogs.oracle.com/java-platform-group/entry/diagnosing_tls_ssl_and_https]. A quick thing to try to fix this would be to add `-Dhttps.protocols=TLSv1` when starting Tomcat (usually added to setenv.sh). -Jj On Oct

Re: [cas-user] CAS 3.5.2 and CVE-2014-3566, POODLE

2014-10-20 Thread Jonathan Johnson
A quick way to check what might be available on your load balancer is to run it through something like [https://www.ssllabs.com/ssltest/]. After the test, you should see what protocols are supported by the load balancer. -Jj On Oct 20, 2014, at 11:08 AM, Carlos Fernandez cfern...@sju.edu

Re: [cas-user] CAS 3.5.2 and CVE-2014-3566, POODLE

2014-10-20 Thread Jonathan Johnson
in this case so that all SSL traffic gets passed through to the backend hosts. I have a similar setup with Shibboleth and the Tomcat change works without issue there. Thanks Again, Aaron On 10/20/2014 12:21 PM, Jonathan Johnson wrote: A quick way to check what might be available

Re: [cas-user] Cas 4 - sql authentication with username or email and retrieve person attribute

2014-10-09 Thread Jonathan Luthi
by username or email on my website. Best regards, Jonathan -- You are currently subscribed to cas-...@lists.jasig.org javascript: as: mmoa...@unicon.net javascript: To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user

Re: [cas-user] Cas 4 - sql authentication with username or email and retrieve person attribute

2014-10-09 Thread Jonathan Luthi
/entry *From:* Jonathan Luthi [mailto:fest...@gmail.com javascript:] *Sent:* Thursday, October 9, 2014 7:38 AM *To:* jasig-c...@googlegroups.com javascript: *Cc:* cas-...@lists.jasig.org javascript:; cas-...@lists.jasig.org javascript:; mmoa...@unicon.net javascript: *Subject:* Re: [cas

RE: [cas-user] Comparing dynamically salted SHA512 encoded passwords from a database

2014-08-29 Thread Liedy, Jonathan
a plain-jane command in the class. Basic testing is showing successful hashing comparisons. Thanks for getting me on the right track. Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edu Voice

RE: [cas-user] CAS 3.4.12.1

2014-08-24 Thread Liedy, Jonathan
We used 3.4.11 with clustering behind an F5. We’ve since moved to 3.5.2 using ehcache. Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edu Voice: (850) 270-7368 From: Lisa Bogar [mailto:lisa.bo

[cas-user] Comparing dynamically salted SHA512 encoded passwords from a database

2014-08-17 Thread Liedy, Jonathan
in the same table. I'm no java dev, but if someone has a similar implementation they could share, I could probably hack through it. Thanks, Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edu Voice

Re: [cas-user] CAS OAuth Support 3.5.2 - Working with service parameter.

2014-07-22 Thread Jonathan H Shek
Could you provide a link to where I can enter this issue? Thanks. -- Jonathan From: Jérôme LELEU lel...@gmail.commailto:lel...@gmail.com Reply-To: cas-user@lists.jasig.orgmailto:cas-user@lists.jasig.org cas-user@lists.jasig.orgmailto:cas-user@lists.jasig.org Date: Thursday, July 17, 2014

Re: [cas-user] CAS OAuth Support 3.5.2 - Working with service parameter.

2014-07-17 Thread Jonathan H Shek
) { value = service.toString(); } } return value; } . . . With this class, every time ServiceThemeResolver calls “getParameter” for the “service” parameter, we return the service value that was stored in the session. Thanks, -- Jonathan From: Jérôme LELEU lel

Re: [cas-user] CAS OAuth Support 3.5.2 - Working with service parameter.

2014-07-16 Thread Jonathan H Shek
HttpServletRequest request, final HttpSession session, final String name) { final String value = (String) session.getAttribute(name); request.setAttribute(name, value); } Thank you in advance for any help or clarification you could provide. -- Jonathan From: Jérôme

Re:[cas-user] CAS OAuth Support 3.5.2 - Working with service parameter.

2014-06-19 Thread Jonathan
Thanks for taking the time to look into this issue. I'll keep digging to see if I'm doing anything wrong. Thanks. -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see

Re:[cas-user] CAS OAuth Support 3.5.2 - Working with service parameter.

2014-06-16 Thread Jonathan
The exception I got appears to have been caught and handled by CAS/OAuthAction. There's not much of a trace in the log. OAuthAction.doExecute: . . . } catch (final TicketException e) { return error(); } cas.log 2014-06-16 18:07:07,023 INFO

[cas-user] CAS OAuth Support 3.5.2 - Working with service parameter.

2014-06-13 Thread Jonathan
With the CAS OAuth Support 3.5.2 workflow, when we encounter an authentication error the exception handling code and web flow brings the user back to a login page. But in our case the specific login page depends on what the service parameter specified in the HTTP request URL. e.g.

Re: [cas-user] CAS OAuth Support 3.5.2 - Working with service parameter.

2014-06-13 Thread Jonathan H Shek
transitioning to the appropriate action. action-state id=oauthAction evaluate expression=oauthAction / transition on=success to=sendTicketGrantingTicket / transition on=error to=“?? / /action-state Thanks, -- Jonathan From: Jérôme LELEU lel...@gmail.commailto:lel

Re:[cas-user] CAS OAuth Support 3.5.2 - Working with service parameter.

2014-06-13 Thread Jonathan
By the way, for now I've been able to work around this issue by injecting my service parameter value into the callback url that I sent to the third-party oauth server. -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or

[cas-user] Limiting Service Ticket length

2014-02-21 Thread Liedy, Jonathan
of the DefaultUniqueTicketIdGenerator, but I cannot, for the life of me, figure out how to set it for the ST. I need to limit it to 3 or 4 characters (instead of limiting the random string generation character limit). Even pointing me in the right direction would be useful. Thanks! Jonathan Liedy Middleware

RE: [cas-user] Limiting Service Ticket length

2014-02-21 Thread Liedy, Jonathan
I kinda figured you or Misagh would reply. Thanks so much Dmitriy! Sincerely, Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edu Voice: (850) 270-7368 From: Dmitriy Kopylenko [mailto:dkopyle

Re: [cas-user] difficulty with contextSource for ldap auth

2013-08-05 Thread Jonathan Rosenberg
Why don't you post your entire config file? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Mon, Aug 5, 2013 at 8:21 AM, Aaron Bennett abenn...@clarku.edu wrote: From: shmol...@gmail.com [mailto:shmol...@gmail.com] On Behalf

Re: [cas-user] difficulty with contextSource for ldap auth

2013-08-02 Thread Jonathan Rosenberg
This error usually means that you have extraneous characters in your XML. For example, you might have something like map45 This causes a parsing exception based on the syntax of map. Can also br caused by mismatched quotes. I don't see a problem with the snippet you provided. I'm

Re: [cas-user] Permgen Error on Tomcat

2013-07-25 Thread Jonathan Rosenberg
Thanks for the info. I'm unclear about one item, however. You said It's easier to simply deploy CAS in a Tomcat instance by itself and restart the container as part of redeployment. What do you mean by deploy CAS in a Tomcat instance by itself? What does by itself mean? -- Jonathan

Re: [cas-user] URLs to enter the login webflow

2013-07-25 Thread Jonathan Rosenberg
: set name='viewScope.flowExecutionUrl ' value=''${flowExecutionUrl} / -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Thu, Jul 25, 2013 at 1:54 PM, Stein, Eric ste...@locustec.com wrote: Sorry to bump this, but my boss is getting

[cas-user] Permgen Error on Tomcat

2013-07-24 Thread Jonathan Rosenberg
permgen size to a very large size, but the problem still happens. 3) I have to start Tomcat to fix this issue. On the the server, I see no problems. Has anyone else seen such behavior? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org

Re:[cas-user] Help with deployerConfigContext.xml for CAS/LDAP

2013-06-19 Thread Jonathan Hahn
It turned out it was my Linux environment. I disabled the firewall and it worked. :) Thanks! On Jun 19, 2013 8:49 AM, Larry zhan...@duq.edu wrote: what does your catalina.out file say about it? Can you post some error log here? -- View this message in context:

[cas-user] Help with deployerConfigContext.xml for CAS/LDAP

2013-06-17 Thread Jonathan
/property Thanks Jonathan -- View this message in context: http://jasig.275507.n4.nabble.com/Help-with-deployerConfigContext-xml-for-CAS-LDAP-tp4659921.html Sent from the CAS Users mailing list archive at Nabble.com. -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail

RE: [cas-user] Help with deployerConfigContext.xml for CAS/LDAP

2013-06-17 Thread Jonathan Hahn
receiving a particular error message when you deploy? What do the logs say? -Original Message- From: Jonathan [mailto:jonathanh...@gmail.com jonathanh...@gmail.com] Sent: Monday, June 17, 2013 2:50 PM To: cas-user@lists.jasig.org Subject: [cas-user] Help

Re: [cas-user] CAS + LDAP non secure mode

2013-06-14 Thread Jonathan Hahn
Cool. That is good to know I was reading the documentation and I thought it CAS forces ldaps like it forces https. Thanks! On Fri, Jun 14, 2013 at 12:52 AM, Alberto Cabello Sánchez albe...@unex.eswrote: On Thu, Jun 13, 2013 at 02:48:00PM -0700, Jonathan wrote: Hi I was wondering if I can

[cas-user] CAS + LDAP non secure mode

2013-06-13 Thread Jonathan
Hi I was wondering if I can use LDAP with CAS non-secure mode, no-SSL on port 389. I know the password goes over the wire clear text, but I want to know if CAS supports it and how do we configure it for LDAP no-ssl Thanks Jonathan -- View this message in context: http://jasig.275507.n4

[cas-user] TicketValidationException when opening new tab

2012-12-12 Thread Jonathan
Does ticket validation work when u open a new tab? ie. window.open(https://casserver/cas/login?service=https://abc) Ticket validation works when the abc application is the on same tab, but when I open a new tab, i get a ticketvalidationexception Thanks Jon -- You are currently subscribed to

[cas-user] Help with Person Directory Configuration (CAS Attributes)

2012-12-04 Thread Jonathan Windle
such as memcached, if that is possible. After testing I would also like to add this to the documentation on the CAS User Manual. Thanks, Jonathan [1] https://wiki.jasig.org/display/PDM15/Example+Configuration -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail

RE: [cas-user] What is the best way to handle CAS session timeout?

2012-11-15 Thread Jonathan Hahn
. Von: Jonathan [jonathanh...@gmail.com] Gesendet: Donnerstag, 15. November 2012 02:51 An: cas-user@lists.jasig.org Betreff: [cas-user] What is the best way to handle CAS session timeout? The setup is 1 CAS server and 2 CAS client. The user has been active on client 1, but has

[cas-user] JSP Exceptions following deployment of CAS

2012-10-15 Thread Jonathan
:722)\r\n\tat I tried on tomcat 6.0.35 and 7.0.32 The org.eclipse.jdt.internal.compiler.CompilationResult is in ecj-3.7.jar, I don't see a duplicate in the classpath... Any ideas on why jsp cannot be compiled? Thanks Jonathan -- You are currently subscribed to cas-user@lists.jasig.org

[cas-user] Figuring out username from CAS client

2012-10-10 Thread Jonathan
://casclient/views Redirected to CAS client https://casclient/views?ticket=ST-1-42mIJqxYfzo7ejWaXzll Thanks Jonathan -- 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/wiki/display/JSG

RE: [cas-user] JDBC (using mysql) Attribute Release

2012-09-14 Thread Liedy, Jonathan
Just to make sure, you're looking for attribute release in the SAMLServiceValidate piece, right? Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edumailto:jli...@fsu.edu Voice: (850) 270-7368 From

RE: [cas-user] More CAS/OWA help

2012-08-28 Thread Liedy, Jonathan
Thank you much for the heads up on this, Marvin! Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edu Voice: (850) 270-7368 -Original Message- From: Marvin Addison [mailto:marvin.addi

RE: [cas-user] EhCache ticket replication on CAS 3.4.11

2012-08-28 Thread Liedy, Jonathan
No account on that system. Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edumailto:jli...@fsu.edu Voice: (850) 270-7368 From: Misagh Moayyed [mailto:mmoay...@unicon.net] Sent: Tuesday, August 28

RE: [cas-user] EhCache ticket replication on CAS 3.4.11

2012-08-28 Thread Liedy, Jonathan
Yup, sure have! While I have since gotten it working (using more of a shotgun approach to troubleshooting) that page doesn't talk about all of the pieces that need to be backported from the 3.5.0 release of CAS just to get it functional. Jonathan Liedy Middleware Administrator The Florida

RE: [cas-user] Reading cas.properties file from login-webflow

2012-08-28 Thread Liedy, Jonathan
without modification. /description bean id=propertyPlaceholderConfigurer class=org.springframework.beans.factory.config.PropertyPlaceholderConfigurer p:location=file:${catalina.base}/conf/cas.properties / /beans Jonathan Liedy Middleware Administrator The Florida State

RE: [cas-user] cas-server-integration-ehcache issue

2012-08-25 Thread Liedy, Jonathan
I am currently having an issue with the clearpass webapp piece where it's dumping the 2.2.0 version of ehcache-core and that made it throw a few weird issues like what you're seeing. Check your WEB-INF/lib directory to make sure you've got the 2.5.0 ehcache jars. Jonathan Liedy Middleware

RE:[cas-user] EhCache ticket replication on CAS 3.4.11

2012-08-24 Thread Liedy, Jonathan
I guess I did leave out the question. Sorry about that. Does anybody have any documentation on how they got EhCache working with CAS 3.4.11? Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli

[cas-user] EhCache ticket replication on CAS 3.4.11

2012-08-23 Thread Liedy, Jonathan
plain stuck on this and I'm definitely no java programmer. Thanks, Jonathan Liedy Middleware Administrator The Florida State University 2035 East Paul Dirac Drive Sliger, Suite 113 Tallahassee, FL 32310 jli...@fsu.edumailto:jli...@fsu.edu Voice: (850) 270-7368 -- You are currently subscribed

RE: [cas-user] Load Balancer SSL Off-Loading

2012-06-01 Thread Jonathan Windle
http://stackoverflow.com/questions/154441/set-up-an-http-proxy-to-insert-a-header Thanks, Jonathan From: Theodore F Fisher [tffi...@bgsu.edu] Sent: Friday, June 01, 2012 6:22 To: cas-user@lists.jasig.org Subject: RE: [cas-user] Load Balancer SSL Off-Loading Thanks

RE: [cas-user] Hibernate generated schema not liking the ticket registry

2012-05-16 Thread Jonathan Windle
was getting slightly different errors. Setting the correct dialect for MySQL 5 fix my problem. Thanks, Jonathan From: Karl Nielsen [karlnielsen...@gmail.com] Sent: Wednesday, May 16, 2012 13:02 To: cas-user@lists.jasig.org Subject: [cas-user] Hibernate generated schema

RE: [cas-user] /logout service parameter

2012-04-23 Thread Jonathan Windle
as an optionally supported parameter for /logout so when developers implement this feature it is done consistently. Any thoughts? Jonathan From: Scott Battaglia [scott.battag...@gmail.com] Sent: Sunday, April 22, 2012 14:36 To: cas-user@lists.jasig.org Subject: Re: [cas

[cas-user] /logout service parameter

2012-04-16 Thread Jonathan Windle
) doesn't define a parameter for redirect on logout and why RubyCAS-Client seems to think that the parameter name should be destination vs service. I would also be interested in knowing what's involved in making /logout understand what to do with the destination parameter. Thanks, Jonathan -- You

[cas-user] Access to Service Manage Timing Out

2012-04-07 Thread Jonathan Rosenberg
at loss as to how to debug this problem. Any pointers appreciated. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings

RE: re:[cas-user] Trying to get LDAP Attributes passed into serviceValidate

2012-02-29 Thread Liedy, Jonathan
(attr.key)} value=${fn:escapeXml(attr.value)}/ /c:forEach /c:forEach To the casServiceValidationSuccess.jsp, but all I'm getting are some blank lines in addition to the original output. I've not had much success in being able to find a working customization to add the output. Jonathan

[cas-user] Trying to get LDAP Attributes passed into serviceValidate

2012-02-27 Thread Jonathan Liedy
I figured after beating my head against this config for the past couple of days, I thought I might see if this were at all possible. In our universities old hack-and-slash version of CAS, we've got LDAP attributes being passed through the serviceValidate page. It looks like the XML is pretty

[cas-user] proxyValidate Redirecting?

2012-02-16 Thread Jonathan Rosenberg
;ticket=ST-2-R5deNAZGAuB6oXirduOt-cas; I thought proxyValidate was supposed t respond with XML? What's going on here? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ -- You are currently subscribed to cas-user@lists.jasig.org as: arch

Re: [cas-user] proxyValidate Redirecting?

2012-02-16 Thread Jonathan Rosenberg
Joachim, Thanks for the reply,. I'm not sure what happened, but it started working. It might have to do with a file that wasn't written from editor or deployed, etc. I decided to redeploy all it started working. Dumb luck is your (my) friend. -- Jonathan Rosenberg Founder Executive

Re: [cas-user] Exception Propagating to Servlet

2012-02-04 Thread Jonathan Rosenberg
Problem turned out to be an error in my JSP page. Tomcat caught this showed standard error page. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Mon, Jan 30, 2012 at 9:51 AM, Marvin Addison marvin.addi...@gmail.com wrote: On Thu

[cas-user] Exception Propagating to Servlet

2012-01-26 Thread Jonathan Rosenberg
, as expected, was java.net.ConnectException: Connection refused I don't understand why cas didn't catch this and redirect to its error page. I see a call to SafeDispatcherServlet in the stack. It seems like this should have handled the problem. Any ideas? -- Jonathan Rosenberg Founder Executive

[cas-user] Server Trying to Retrieve Ticket it Just Removed

2011-12-19 Thread Jonathan Rosenberg
: 10.196.170.76 = I logged in as user 'baba', but my app is seeing an anonymous user. It looks to me that this is the result of the server trying to fetch the ticket twice. AM I correct? If so, why is this happening. -- Jonathan Rosenberg

[cas-user] help debugging slow server

2011-10-11 Thread Jonathan Bricker
://members.com/Content/Email/EmailThumbnail.aspx?jid=MjgwMDU3Njc6ODoww=50h=70showHF=true] for user [christytrain] Jonathan Bricker Senior Software Engineer ExactTarget Office | 317.524.2789 Mobile | 317.435.0763 U.S. Technical Support | 866.558.9823 International Technical Support | +1.317.275.5483 Email

RE: [cas-user] JpaTicketRegistry

2011-09-16 Thread Jonathan Windle
Hello, I have pushed out a bunch of changes to the JpaTicketRegistry documentation. For any one who is interested please take a look and review. Thanks, Jonathan PS Happy Friday! From: Marvin Addison [marvin.addi...@gmail.com] Sent: Wednesday

RE: [cas-user] JpaTicketRegistry

2011-09-14 Thread Jonathan Windle
these changes first before digging into wiki article. Thanks, Jonathan From: Jonathan Windle [jonathan.win...@bellevuecollege.edu] Sent: Tuesday, September 13, 2011 12:56 To: cas-user@lists.jasig.org Subject: RE: [cas-user] JpaTicketRegistry Thanks for looking

RE: [cas-user] JpaTicketRegistry

2011-09-13 Thread Jonathan Windle
(AbstractAutowireCapableBeanFactory.java:1417) ... 43 more Thanks, Jonathan From: Scott Battaglia [scott.battag...@gmail.com] Sent: Monday, September 12, 2011 18:09 To: cas-user@lists.jasig.org Subject: Re: [cas-user] JpaTicketRegistry Marvin may be able to answer it better, but you may

RE: [cas-user] JpaTicketRegistry

2011-09-13 Thread Jonathan Windle
I could use a second set of eyes again. I'm not seeing anything obvious but I'm also not completely sure what I'm looking for. Included below is the output from mvn dependency:tree and the list of files in my $TOMCAT_HOME/lib directory. Thanks, Jonathan [INFO] [dependency:tree {execution

RE: [cas-user] JpaTicketRegistry

2011-09-13 Thread Jonathan Windle
recommendation I'll try and get it set up. Thanks again for your help. I'll e-mail back to the list with the results. Jonathan From: Marvin Addison [marvin.addi...@gmail.com] Sent: Tuesday, September 13, 2011 11:53 To: cas-user@lists.jasig.org Subject: Re: [cas

[cas-user] JpaTicketRegistry

2011-09-12 Thread Jonathan Windle
, Jonathan -- 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/wiki/display/JSG/cas-user

RE: [cas-user] JpaTicketRegistry

2011-09-12 Thread Jonathan Windle
documentation on the CAS User Manual for Jpa is also in need of an update. Thanks, Jonathan From: Marvin Addison [marvin.addi...@gmail.com] Sent: Monday, September 12, 2011 10:06 To: cas-user@lists.jasig.org Subject: Re: [cas-user] JpaTicketRegistry

RE: [cas-user] JpaTicketRegistry

2011-09-12 Thread Jonathan Windle
Okay. I tried messing around with the root element of tickeRegistry.xml but with still the same warning coming from Tomcat. A second set of eyes would be much appreciated. http://pastebin.com/9c0hehtF Thanks, Jonathan From: Marvin Addison [marvin.addi

RE: [cas-user] JpaTicketRegistry

2011-09-12 Thread Jonathan Windle
' defined in ServletContext resource [/WEB-INF/spring-configuration/ticketRegistry.xml]: Invocation of init method failed; nested exception is java.lang.IncompatibleClassChangeError: Implementing class I'm not sure what's going on here with this one. Thanks, Jonathan

RE: [cas-user] Help on configure CAS on Windows 2008

2011-08-12 Thread Zhang, Jonathan
Try to configure this way: dependencies .. .. /dependencies properties cas.version3.4.2.1/cas.version /properties It Works for our system. -Original Message- From: Alexandre Adao [mailto:alexa...@gmail.com] Sent: Thursday, August 11, 2011 4:48 PM To:

RE: Re:[cas-user] Service Registry And Database Connection

2011-08-11 Thread Zhang, Jonathan
mvn clean package Hope that helps Jonathan -Original Message- From: Anthony Huang [mailto:huanganton...@gmail.com] Sent: Tuesday, August 09, 2011 8:45 PM To: cas-user@lists.jasig.org Subject: Re:[cas-user] Service Registry And Database Connection I used this URL : [http://www.ja

Re: [cas-user] Google SSO

2011-03-22 Thread Jonathan Detert
On Tue, Mar 22, 2011 at 11:22:49AM +, Rene Schaetzl wrote: Hello, I'm trying to setup Google SSO using SAML2.0 request (basically following the description here https://wiki.jasig.org/display/CASUM/SAML+2.0+(Google+Accounts+Integration ). Now that I've changed the config in Google

[cas-user] Best Practice

2011-02-18 Thread Jonathan Bricker
was wondering if this was the best method or is there another way provided by CAs to do this? Thanks Jonathan Bricker ExactTarget Senior Software Engineer Office | 317.524.2789 Cell | 317.435.0763 Email | jbric...@exacttarget.commailto:tnewc...@exacttarget.com -- You are currently

[cas-user] Jasig Executive Officers

2011-02-08 Thread Jonathan Markow
communication about specific projects, please email the respective project steering committee: bedework-steering-commit...@lists.jasig.org cas-steering-commit...@lists.jasig.org uportal-steering-commit...@lists.jasig.org -- Jonathan Markow Executive Director | Jasig * Open for Higher Education

[cas-user] SSO question

2011-02-08 Thread Jonathan Bricker
if this is a caching issue or a client issue. When a user goes to a new protected page, should there be a CAS log entry ( running DEBUG mode) for checking the cookie? Does the client handle this? thanks Jonathan Bricker ExactTarget Senior Software Engineer Office | 317.524.2789 Cell | 317.435.0763

[cas-user] Develop Identity Strategies for Software Projects at Advance CAMP

2011-02-04 Thread Jonathan Markow
For the third year in a row, Jasig is a co-sponsor of the Advance CAMP Identity Services Summit, a terrific event for learning, sharing, and networking with open source IdM practitioners from around the world. This year we are partnering with ACAMP in back-to-back conferences. Register for one

Re: RE: [cas-user] CASifying Microsoft SQL Server Reporting Services

2011-01-21 Thread Jonathan Yanes
Thanks for thrle reply. I will give this On Jan 21, 2011 1:23 AM, Scott M. Holodak sholo...@princeton.edu wrote: Hi Jonathan, Take a look at web.config in C:\Program Files\Microsoft SQL Server\{{YOUR RPT SVC INSTANCE NAME}}\Reporting Services\ReportServer. Unfortunately, this isn't based

Re: RE: [cas-user] CASifying Microsoft SQL Server Reporting Services

2011-01-21 Thread Jonathan Yanes
Thanks for the reply! I will give this a shot and let everyone know my findings. On Jan 21, 2011 1:23 AM, Scott M. Holodak sholo...@princeton.edu wrote: Hi Jonathan, Take a look at web.config in C:\Program Files\Microsoft SQL Server\{{YOUR RPT SVC INSTANCE NAME}}\Reporting Services

[cas-user] Active Directory newbie question

2011-01-20 Thread Jonathan Soons
We are following the instructions at: https://wiki.jasig.org/display/CASUM/LDAP And I notice this line: Note that all configuration should happen in cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml There is no src directory in my cas webapp deployment (but that file exists

RE: [cas-user] Active Directory newbie question

2011-01-20 Thread Jonathan Soons
Note that all configuration should happen in cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml There is no src directory in my cas webapp deployment (but that file exists in my downloaded package). That apparent discrepancy can be explained by our recommendation that

[cas-user] CASifying Microsoft SQL Server Reporting Services

2011-01-20 Thread Jonathan Yanes
I am interested in CASifying Microsoft's SQL Server Reporting Services and was wondering if you could recommend a good place to start? I have seen the .NET Client portion of the CAS Wiki discussing integration with a .NET application using form based authentication. I am however, unsure as to

RE: [cas-user] phpCAS Client 1.2.0 - Log OK, but no Webpage

2011-01-20 Thread Jonathan Soons
From: Daniel [dan...@t-online.de] Sent: Thursday, January 20, 2011 3:37 PM To: cas-user@lists.jasig.org Subject: [cas-user] phpCAS Client 1.2.0 - Log OK, but no Webpage Hello, it is me again. I am trying to get phpCAS Client 1.2.0 working. What happens

[cas-user] New Jasig CAS Documentation Initiative Underway

2010-12-02 Thread Jonathan Markow
, cas-steering-commit...@lists.ja-sig.org. Please send any questions you might have about this initiative to the lists, as well. On behalf of the CAS Steering Committee, Jonathan Markow Executive Director | Jasig * Open for Higher Education* New York, NY 646-867-3137 www.jasig.org -- You

[cas-user] CAS SSO - client vs browser

2010-11-23 Thread Jonathan Bricker
to another page? Jonathan Bricker ExactTarget Senior Software Engineer Office | 317.524.2789 Cell | 317.435.0763 Email | jbric...@exacttarget.commailto:tnewc...@exacttarget.com -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change

Re: [cas-user] CAS + Multiple BindLdapAuthenticationHandler

2010-11-08 Thread Jonathan Markow
around here. :-) I can't address your specific questions, but I'm sure someone here can. (And if they can't, it won't be because you're a SGHE client!) Best, Jonathan -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access

[cas-user] Allowed attributes in SAML

2010-11-01 Thread Jonathan Bricker
the DeploymentConfig and put it in the Service at that point? Is the List just the Key names? Jonathan Bricker ExactTarget Senior Software Engineer Office | 317.524.2789 Cell | 317.435.0763 Email | jbric...@exacttarget.commailto:tnewc...@exacttarget.com -- You are currently subscribed to cas-user

[cas-user] SAMLArgumentExtractor

2010-10-28 Thread Jonathan Bricker
generated service for: http://localhost:2289/default.aspx What is the logic that would make the SamlArgumentExtractor not pick up the service? Is something not being passed in? Jonathan Bricker ExactTarget Senior Software Engineer Office | 317.524.2789 Cell | 317.435.0763 Email | jbric

RE: [cas-user] SAMLArgumentExtractor

2010-10-28 Thread Jonathan Bricker
for Java, then use the Saml11AuthenticationFilter. Cheers, Scott On Thu, Oct 28, 2010 at 1:07 PM, Jonathan Bricker jbric...@exacttarget.commailto:jbric...@exacttarget.com wrote: I'm trying to return a SAML token with attributes and am getting stalled when I request the token. The error logs show

RE: [cas-user] SAMLArgumentExtractor

2010-10-28 Thread Jonathan Bricker
It is set up like that. I get to this method in the client RetrieveResponseFromServer And it breaks on this line... HttpWebResponse res = (HttpWebResponse)req.GetResponse(); Looking at the traffic on fiddler, I do not see the SAML request being sent. I see the headers for the request but

RE: [cas-user] SAMLArgumentExtractor

2010-10-28 Thread Jonathan Bricker
Would that return a server 500 error? -Original Message- From: Marvin Addison [mailto:marvin.addi...@gmail.com] Sent: Thursday, October 28, 2010 1:50 PM To: cas-user@lists.jasig.org Subject: Re: [cas-user] SAMLArgumentExtractor And it breaks on this line... HttpWebResponse res =

  1   2   >