Re: [cas-user] Building cas-3.4.12

2015-11-19 Thread Carlos M . Fernández
I meant the JASIG documentation, not Ellucian's. http://jasig.github.io/cas/4.1.x/installation/Maven-Overlay-Installation.html Best regards, -- Carlos M. Fernández Enterprise Systems Manager Saint Joseph's University W: 610-660-1501 M: 215-316-1193 E: cfern...@sju.edu > On Nov 19, 2015, at

RE: [cas-user] Building cas-3.4.12

2015-11-19 Thread Carlos M. Fernández
, -- Carlos. From: Misagh Moayyed [mailto:mmoay...@unicon.net] Sent: Thursday, 19 November, 2015 12:21 To: cas-user@lists.jasig.org Subject: RE: [cas-user] Building cas-3.4.12 You’d have to talk to ellucian to get accurate instructions on how to build CAS. The official guide for 4.1 is here: http

RE: [cas-user] CAS v4.0.6 is released

2015-10-23 Thread Carlos M. Fernández
them. Best regards, -- Carlos M. Fernández Enterprise Systems Manager Saint Joseph’s University Philadelphia PA 19131 T: +1 610 660 1501 From: Linda Toth [mailto:ltt...@alaska.edu] Sent: Thursday, 22 October, 2015 20:41 To: cas-user@lists.jasig.org Subject: Re: [cas-user] CAS v4.0.6

RE: [cas-user] How and where to ask for help?

2015-10-02 Thread Carlos M. Fernández
Skyler, There’s no separate SDK version of Java, just an additional set of files. In Ubuntu, you need to look for the package “openjdk-7-jdk” and install it. Best regards, -- Carlos. From: Skyler Sebastian Lindsey [mailto:linds...@emmanuel.edu] Sent: Friday, 02 October, 2015 10:39 To: cas

RE: [cas-user] Aperao CAS 4.1.0-RC2 with LDAP backend : Invalid Credential

2015-09-17 Thread Carlos M. Fernández
for the ldapAuthenticationHandler entry to "#{ null }" and comment out the usernamePasswordCredentialsResolver bean. Best regards, -- Carlos. -Original Message- From: Guillaume Chéramy [mailto:guilla...@cheramy.name] Sent: Thursday, 17 September, 2015 09:27 To: cas-user@lists.jasig.org Subject:

RE: [cas-user] authentication failed using phpCAS and CI even though CAS is creating service tickets

2015-05-08 Thread Carlos M. Fernández
for use with Tomcat: keytool -importkeystore -srcstoretype PKCS12 -srckeystore wildcard.p12 -srcstorepass verysecret -srckeypass verysecret -deststoretype JKS -destkeystore wildcard.jks -deststorepass verysecret -destkeypass verysecret -destalias tomcat Best regards, -- Carlos. [1] https

RE: [cas-user] authentication failed using phpCAS and CI even though CAS is creating service tickets

2015-05-08 Thread Carlos M. Fernández
a certificate with the CN set to a.b.c.d, or at least *.d in the case of wildcards. Best regards, -- Carlos. -Original Message- From: Romov, Phil [mailto:pro...@harryfox.com] Sent: Friday, 08 May, 2015 13:55 To: cas-user@lists.jasig.org Subject: Re: [cas-user] authentication failed using

RE: [cas-user] authentication failed using phpCAS and CI even though CAS is creating service tickets

2015-05-07 Thread Carlos M. Fernández
logs from the web server running the CI app should contain a hint of the actual cause. Best regards, -- Carlos. -Original Message- From: Romov, Phil [mailto:pro...@harryfox.com] Sent: Thursday, 07 May, 2015 16:41 To: cas-user@lists.jasig.org Subject: [cas-user] authentication failed using

RE: [cas-user] SSL problem (I need tutorial!!) Cas Server on remote machine , Java Cas Client other machine

2015-03-24 Thread Carlos M. Fernández
Hi, Gianluca, In addition to Carl's suggestions, if you're setting up a development environment your CAS client app needs to trust the self-signed certificate (which it seems you have at the moment) in order for it to successfully validate service tickets. Since you're using Tomcat, you will

[cas-user] Propagate Principal to EJB

2015-02-26 Thread Carlos Olivera
Hi CAS users! I hope you can help me with a doubt. I'm using a java CAS client with web.xml configuration (not jaas). I want to know if it's possible to get the Principal data from an EJB (Remote) context. I have a lot of EJB invocations in my code (from struts actions) and I want to log the

Re: [cas-user] Cas client gateway mode

2015-02-02 Thread Carlos Olivera
it doesn't preserve post parameters. Maybe that's the way it is supposed to work, but if that is the case, I need to know how to submit with POST method without losing the form data. El lunes, 2 de febrero de 2015, 17:54:19 (UTC-2), Waldbieser, Carl escribió: Carlos, Are you saying that when

Re: [cas-user] Cas client gateway mode

2015-02-02 Thread Carlos Olivera
No, it doesn't have the extra parameters, if I change the form to submit data by GET method, then it works OK, but when I do it by POST, extra parameters are discarded. El lunes, 2 de febrero de 2015, 16:24:40 (UTC-2), Waldbieser, Carl escribió: Carlos, When the user's browser

[cas-user] Gateway mode Form Post in Struts2

2015-02-02 Thread Carlos Olivera
Hi everyone, maybe I'm wrong about this but I want you to tell me if what is happening to me, it's the normal operation of gateway mode. My site has a public and a private section, in the public section I'm running an authentication filter in gateway mode. I think that in order to get the

[cas-user] Cas client gateway mode

2015-02-02 Thread Carlos Olivera
Hi everyone, maybe I'm wrong about this but I want you to tell me if what is happening to me, it's the normal operation of gateway mode. My site has a public and a private section, in the public section I'm running an authentication filter in gateway mode. I think that in order to get the

Re: [cas-user] CAS server release v3.5.3

2015-01-22 Thread Carlos Fernandez
Nope, it's used whenever you have user accounts spread across multiple OUs in a way that prevents easily computing the DN, thus requiring a search to locate the desired object before authentication. Best regards, -- Carlos M. Fernández Sr. Enterprise Systems Admin Saint Joseph's University W

Re: [cas-user] Nested Servlet Exception During Load testing with CAS

2015-01-02 Thread Carlos Fernandez
Hi, Puneet, Does your CAS installation use a custom login page? If so, check that the login form includes the hidden execution field. Check the default casLoginPage.jsp for reference on which JSP variable to use to populate the field's value. Best regards, -- Carlos M. Fernández Sr. Enterprise

RE: [cas-user] attempting to access CAS login via https

2014-12-15 Thread Carlos Fernandez
keystoreFile=/etc/pki/java/cacerts keystorePass=changeit truststoreFIle=/etc/pki/java/cacerts truststorePass=changeit clientAuth=false sslProtocol=TLS / Best regards, -- Carlos. From: Chris Adams [mailto:chris.a.ad...@state.or.us

Re: [cas-user] CAS and BlackBoard

2014-12-15 Thread Carlos Fernandez
the CAS auth provider. How did you set up your CAS auth config? Best regards, -- Carlos M. Fernández Sr. Enterprise Systems Admin Saint Joseph's University W: 610-660-1501 M: 215-316-1193 E: cfern...@sju.edu On Dec 15, 2014, at 16:42, Stephen Meier stephe...@cos.edu wrote: Good afternoon

RE: [cas-user] Rapid Memory Consumption and Interpreting Heap Dump

2014-12-04 Thread Carlos Fernandez
? Best regards, -- Carlos. From: David A. Kovacic [mailto:d...@case.edu] Sent: Thursday, 04 December, 2014 14:28 To: cas-user@lists.jasig.org Subject: Re: [cas-user] Rapid Memory Consumption and Interpreting Heap Dump This is becoming something of a head-scratcher now. We again saw

[cas-user] Problem with service registry URL matching

2014-11-28 Thread Carlos M . Fernández
at regular expressions being supported here, but it seems to only apply to CAS 4.0+; I already tried without success. How could I register this application to allow any query string after SSB? Thanks in advance, -- Carlos M. Fernández Enterprise Systems Manager Saint Joseph’s University

Re: [cas-user] Problem with service registry URL matching

2014-11-28 Thread Carlos M . Fernández
/cas/blob/3.5.2.1/cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml#L189 From: Carlos M. Fernández [mailto:cfern...@sju.edu] Sent: Friday, November 28, 2014 3:04 PM To: cas-user@lists.jasig.org Subject: [cas-user] Problem with service registry URL matching Good

[cas-user] SAML 1.1 assertion XML namespace

2014-11-12 Thread Carlos Fernandez
things (e.g., overloading the TARGET parameter for something unrelated to SAML). What would you suggest? Thanks in advance, -- Carlos M. Fernández Enterprise Systems Manager Saint Joseph’s University Philadelphia PA 19131 T: +1 610 660 1501 -- You are currently subscribed to cas-user

RE: [cas-user] SAML 1.1 assertion XML namespace

2014-11-12 Thread Carlos Fernandez
Thanks, Misagh. The addons seems interesting (we use 1.1 with CAS 3.5.2.1, so it’d represent an upgrade), however the SP has stated that they explicitly look for ‘samlp’, so we will look for the next CAS release, but not before trying to punt it to the SP. Best regards, -- Carlos. From

Re: [cas-user] CAS Server 4.0 Login webflow

2014-10-25 Thread Carlos Olivera
lifetime (~ 5-10 seconds). Thanks, Carl Waldbieser ITS System Programmer Lafayette College - Original Message - From: Carlos Olivera carlosr...@gmail.com javascript: To: cas-...@lists.jasig.org javascript: Cc: cas-...@lists.jasig.org javascript:, cas-...@lists.jasig.org

Re: [cas-user] CAS Server 4.0 | Get Principal in workflow

2014-10-24 Thread Carlos Olivera
, Jérôme LELEU Founder of CAS in the cloud: www.casinthecloud.com | Twitter: @leleuj Chairman of CAS: www.jasig.org/cas | Creator of pac4j: www.pac4j.org 2014-10-20 20:30 GMT+02:00 Carlos Olivera carlosr...@gmail.com javascript:: Hi everybody, I'm customizing the Login workflow, and just right

[cas-user] CAS Server 4.0 Login webflow

2014-10-24 Thread Carlos Olivera
Hi everyone, I have a doubt about the login process, I don't fully understand how it all works, I don't have experience in spring webflow, but I manage to solve my problems by googling or copying ideas from existing code. I tried to step in, in the middle of the flow, before the redirect to be

Re: [cas-user] CAS Server 4.0 Login webflow

2014-10-24 Thread Carlos Olivera
cant comment exactly on the source of your issue, but the webflow session (the CAS app session really) has a timeout of 5 minutes, set in the web.xml file. *From:* Carlos Olivera [mailto:carlosr...@gmail.com javascript:] *Sent:* Friday, October 24, 2014 12:16 PM *To:* cas

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

2014-10-20 Thread Carlos Fernandez
property accepts in order to configure it accordingly. Best regards, -- Carlos. From: Aaron Eidt [mailto:aei...@uwo.ca] Sent: Monday, 20 October, 2014 11:50 To: cas-user@lists.jasig.org Subject: [cas-user] CAS 3.5.2 and CVE-2014-3566, POODLE I've attempted to change tomcat config

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

2014-10-20 Thread Carlos Fernandez
/hosts did it), and Apache had SSLv3 disabled. Since our users will always access CAS through the load balancer exclusively, we decided to turn SSLv3 back on in Apache to allow this local connection. Best regards, -- Carlos. From: Jonathan Johnson [mailto:jsjohn...@unicon.net] Sent: Monday

Re: [cas-user] Deleting service ticket manually

2014-10-20 Thread Carlos Fernandez
Why would you want to delete a service ticket manually? They only last for a few seconds if unused, otherwise they get deleted automatically upon validation. Best regards, -- Carlos M. Fernández Sr. Enterprise Systems Admin Saint Joseph's University W: 610-660-1501 M: 215-316-1193 E: cfern

Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-13 Thread Carlos Olivera
for an experienced user it could mean something. El lunes, 13 de octubre de 2014 08:51:15 UTC-2, daniel@unice.fr escribió: Hi, Here my deployerconfig. I have the same problem than carlos. I dont understand why i have all attributes.. I have tried both with Attributefilter and allowedattributes but its

Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-13 Thread Carlos Olivera
Sorry, the client code to retrieve the attributes is: AttributePrincipal principal = (AttributePrincipal)request.getUserPrincipal(); Map attributes = principal.getAttributes(); 2014-10-13 9:50 GMT-02:00 Carlos Olivera carlosroliv...@gmail.com: I tried to debug the code in order to figure out

Re: [cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-10 Thread Carlos Olivera
Just like Daniel's case.IgnoreAttributes doesn't work for me either. I don't know if it makes a difference, but in my case I have my own model and a class implementing the RegisteredService interface. The services are loaded without any problem but no matter what I set as availables attributes

[cas-user] Cas Server 4.0 | Understanding Attribute Release

2014-10-09 Thread Carlos Olivera
Hi everyone, I'm currently working with Cas server 4.0 and applying customizations, but there's still something I can't quite figure out yet. In the section of attribute release says: First: Attributes are controlled by the Person Directory project and returned to scoped services via the SAML

RE: [cas-user] CAS War Overlay 'principal' cannot be null.

2014-07-22 Thread Carlos Fernandez
Rachel, What value do you have in the principalAttributeName property of the CredentialsToLDAPAttributePrincipalResolver? Does your LDAP server always send a value for that attribute? Best regards, -- Carlos. -Original Message- From: Bird, Rachel [mailto:rachel_b...@taylor.edu] Sent

RE: [cas-user] CAS and National Student Clearing House

2014-07-15 Thread Carlos Fernandez
prove an interesting exercise. Best regards, -- Carlos. -Original Message- From: Roger [mailto:rspe...@northweststate.edu] Sent: Tuesday, 15 July, 2014 16:28 To: cas-user@lists.jasig.org Subject: [cas-user] CAS and National Student Clearing House Hello, I'm curious if anyone is using CAS

RE: [cas-user] Using load balancer

2014-07-07 Thread Carlos Fernandez
, -- Carlos. From: Ted Fisher [mailto:tffi...@bgsu.edu] Sent: Monday, 07 July, 2014 11:22 To: cas-user@lists.jasig.org Subject: RE:[cas-user] Using load balancer We have 2 CAS3.5 servers with Ehcache clustering the ticket repositories behind a Cisco CAE load balancer working very well since

Re:[cas-user] how do I install cas 3.5.2 in tomcat 7? I don't find documentation.

2014-05-26 Thread Carlos
Actually, I only want to install the server but I have seen that in the cas-server-webapp pom.xml there is a dependency to the client and pherhaps it needs to be adapted to the tomcat 7 jars. dependency groupIdorg.jasig.cas.client/groupId artifactIdcas-client-core/artifactId

[cas-user] Can CAS Restful API generate de CASTG cookie?

2014-05-20 Thread Carlos
Hi, I have successfully used the CAS Restful API to get the ST- ticket. I would like to get the CASTG cookie as well. Can I get it with the API? ??If I generated the CASTG cookie in my servlet with the TGT cookie , would other applications work with the CASTG cookie even though every different

RE: [cas-user] CASTGC Cookie?

2014-05-19 Thread Carlos Fernandez
authenticate to CAS. 3. If CASTGC is not present or its value does not match any current ticket in CAS's ticket registry, CAS assumes that you're not logged in and displays the login page. Best regards, -- Carlos. -Original Message- From: Zac [mailto:zhar...@commercehub.com] Sent: Monday, 19

RE: [cas-user] CASTGC Cookie?

2014-05-19 Thread Carlos Fernandez
to that service URL with the ST. b. If not, CAS will display the Login successful page instead of redirecting. The browser does not check the cookie's content, but only stores it until it expires or CAS says to delete it. Best regards, -- Carlos. -Original Message- From: Zac Harvey

RE: [cas-user] Minimal code for custom casLoginView.jsp form?

2014-05-16 Thread Carlos Fernandez
how the webapp was deployed, and update server.prefix accordingly. Best regards, -- Carlos. -Original Message- From: Zac Harvey [mailto:zhar...@commercehub.com] Sent: Friday, 16 May, 2014 07:34 To: cas-user@lists.jasig.org Subject: RE: [cas-user] Minimal code for custom casLoginView.jsp

RE: [cas-user] Minimal code for custom casLoginView.jsp form?

2014-05-15 Thread Carlos Fernandez
. Best regards, -- Carlos. -Original Message- From: Zac Harvey [mailto:zhar...@commercehub.com] Sent: Thursday, 15 May, 2014 10:12 To: cas-user@lists.jasig.org Subject: RE: [cas-user] Minimal code for custom casLoginView.jsp form? The value of the response's Location header is https://my-cas

RE: [cas-user] Minimal code for custom casLoginView.jsp form?

2014-05-14 Thread Carlos Fernandez
/ tabindex=4 type=submit / input class=btn-reset name=reset accesskey=c value=spring:message code=screen.welcome.button.clear / tabindex=5 type=reset / /form:form Best regards, -- Carlos. -Original Message- From: Zac [mailto:zhar...@commercehub.com] Sent: Wednesday, 14 May, 2014 13

Re: [cas-user] Heartbleed Open SSL vulnerability

2014-04-09 Thread Carlos Fernandez
IIUC, it depends on the container. In the case of Tomcat, the APR-based connector uses OpenSSL. Similarly, using Apache in front of Tomcat will bring OpenSSL into the mix as well. Best regards, -- Carlos M. Fernández Sr. Enterprise Systems Admin Saint Joseph's University W: 610-660-1501 M: 215

[cas-user] How to permit access to non-admin auhtenticated users?

2014-03-20 Thread Carlos
Hi, I have developed a jsp ticket console to manage users CAS tickets and I would like to protect it and only permit access to non admin authenticated users to see their tickets. In my securityContext.xml file I have added this to only permit authenticated users: sec:http

[cas-user] add a new secured jsp to cas webapp

2014-03-14 Thread Carlos
Hi, I have developed a new jsp (ticketManager.jsp) to manage the different TGT tickets that are active. I would like to protect this page (in the root path of cas webapp) so that only admin role can use it. I have modified the web.xml and the securityContext.xml and cas.properties to do it

RE: [cas-user] Creating a CAS Session --- From Another Application

2014-03-14 Thread Carlos Fernandez
the users? passwords. If the app doesn?t store credentials, or you don?t want it to do so, you could probably use something like Toro Gateway[1] together with CAS and ClearPass as a login fa?ade for the non-CASified app. I?d go for this solution myself. Best regards, -- Carlos. [1] https

[cas-user] Forward (or redirect) from CAS to a warning page after several authentication failures

2014-03-05 Thread Carlos
Hi, I want to add a king of policy filter between first CAS entry point and my authentication handler in order to add some logic such as: - when there have been 3 authentication failures, instead of showing again the login screen, forward (or redirect) to a warning page. In the future I want

[cas-user] SecurityContextHolder.getContext().getAuthentication() is null in my custom filter

2014-02-26 Thread Carlos
Hi, I have written a custom filter to be executed when the user submits the credentials. The filter executes before authentication and after the user is authenticated which is the part I'm interested in. After the chain.doFilter(request, response) I expect finding the Authentication object in

[cas-user] Problem get real address from HTTP HEADER behind nginx lb.

2014-02-20 Thread Carlos
Hi! I have configured the Throttle Intercept Activation in my environment following the instructions from https://wiki.jasig.org/display/CASUM/Throttling+Login+Attempts. In web.xml I set the options: filter filter-nameCAS Client Info Logging Filter/filter-name

Re:[cas-user] cas.properties access from CAS classes

2014-02-07 Thread Carlos
Thank you for your help. In the end I have added the value to the cas.properties file (a boolean value) and I access it via annotations. It even recognizes it as a boolean value! In securityContext I have needed to add context namespace and schemmas: beans

Re:[cas-user] Ticket Expiration not working

2014-02-05 Thread Carlos
Hi, Some days ago I was been doing some tests with the ticket expiration. What I have found is that if you have the jsession still available you will be able to access to your protected resource. If the jsession cookie is deleted or expired a new jsession will be created as long as your TGT

Re:[cas-user] Modify service url that is sent back to the browser after a successful authentication

2014-02-04 Thread Carlos
Thanks Matt for your suggestion. In the end I got it working without touching the web flow xml file. In the AuthenticationHandler I have modified the service url by adding my new parameter s. Since service is a org.jasig.cas.authentication.principal.SimpleWebApplicationServiceImpl object and

Re:[cas-user] com.mycila.maven-license-plugin Some files do not have the expected license header

2014-02-04 Thread Carlos
I solved that problem by ignoring the error. But I have doubts about how to install CAS JASIG sources on Kepler eclipse, there is a tutorial on installation? Now I have problems compiling the module Restlet integration. Any link with information to help me. Thank you very much. Best Regards

Re:[cas-user] Modify service url that is sent back to the browser after a successful authentication

2014-02-03 Thread Carlos
Hi, The value of the parameter I want to add is generated in the server, after the successful authentication. So It should be done just before there is a redirection to the final url. Do you which class is the one which is managing the redirection in cas 3.5.2? I have found something in the

[cas-user] Modify service url that is sent back to the browser after a successful authentication

2014-01-31 Thread Carlos
Hi, When some one tries to go to the url: https://localhost/webapps/CampusLauncherJava/prueba.jsp the browser is redirected to the following url to do the login https://localhost:8443/cas/login?service=https%3A%2F%2Flocalhost%3A8443%2Fwebapps%2FCampusLauncherJava%2Fprueba.jsp After a

Re:[cas-user] Modify service url that is sent back to the browser after a successful authentication

2014-01-31 Thread Carlos
My question is exactly which code do I have to modify to do it? The value of the parameter I want to add is in my AuthenticationHandler but from there I don't know how to modify the service url. Is there any setter to change the service url? Thanks. -- You are currently subscribed to

[cas-user] Jasig CAS installation on Eclipse or Netbeans

2014-01-31 Thread Carlos Romero
Hi all, I wonder if anyone has downloaded the complete JASIG CAS platform and has joined Eclipse. If so, I have trouble compiling some modules, such as ClearPass WebApp in both projects and not recognizes the Maven dependencies on other projects, such as cas-server-core cas-client-core.

[cas-user] Detect Successfull authentication to generate a cookie in the http response

2014-01-29 Thread Carlos
Hi, I have written an authentication handler and, there, I perform the authentication. The thing is that, now, I would like to add a cookie to the HttpServletResponse, which is not available in the AuthenticationHandler interface (the method signature has only the credentials parameter). It is

Re:[cas-user] Problem config Cas with x.509 certificate or mistake in config.

2014-01-14 Thread Carlos
Thank's Marvin. -- 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] Problem or mistake config Cas to x.509 authentication

2014-01-14 Thread Carlos
Thank's Sean -- 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] Config multiple authenticationhandler.

2014-01-14 Thread Carlos
Hi! I'm new with this plataform and need help. I configured Cas (over Tomcat) with x.509 certificate authentication and all work fine. When a user access to https://my.cas.com/login, cas ask for personal certificate and user can Accept o Cancel. If user push Accept, Cas log show TGT create

[cas-user] Problem config Cas with x.509 certificate or mistake in config.

2014-01-13 Thread Carlos
Hi! I'm new with this plataform and need help. I configured Cas (over Tomcat) with x.509 certificate authentication about documentation (https://wiki.jasig.org/display/CASUM/X.509+Certificates), adding the root CA to .keystore and java/securty. I have added my personal certificate in my web

RE: [cas-user] Services Management -LDAP Auth

2013-10-11 Thread Carlos Fernandez
where do I tell it what the group name is? In the query string: (((objectclass=group)(cn=CAS ServiceMgmt Access)(member={0}))) Best regards, -- Carlos. -Original Message- From: Whittaker, Geoffrey [mailto:geoff.whitta...@unf.edu] Sent: Friday, 11 October, 2013 13:31 To: cas-user

RE: [cas-user] Services Management -LDAP Auth

2013-10-11 Thread Carlos Fernandez
In XML files, as well as HTML files, you have to URL-encode the ampersand as amp;, so (((objectclass=group)(cn=CAS ServiceMgmt Access)(member={0}))) Becomes ((amp;(objectclass=group)(cn=CAS ServiceMgmt Access)(member={0}))) In deployerConfigContext.xml. Best regards, -- Carlos

[cas-user] Two Different Authentication Handlers

2013-09-11 Thread Weder Carlos Vieira
Hello, I did spend very time to search on google if there is example of using CAS with two differente ways to authenticate, but sorry to say that I didn't find out... Please, someone could show me how I can do that? See key parts of my deployerConfigContext.xml ... property

[cas-user] Spring + CAS with LDAP and DB

2013-09-02 Thread Weder Carlos Vieira
Hello Everyone... I would like to know if I can use spring + cas as follows: 1 - the user call application and CAS ask for User and Password; 2 - CAS validate the User/Password against AD (LDAP). - Just validate if User and Password are right -. 3 - Then, If the login are right, I Want to load

[cas-user] RE: [cas-user] Show of hands - clustering? Which backend?

2013-08-08 Thread Carlos Fernandez
, since it was easy to configure and doesn't add to the load. Best regards, -- Carlos. -Original Message- From: Paul B. Henson [mailto:hen...@csupomona.edu] Sent: Wednesday, 07 August, 2013 14:25 To: cas-user@lists.jasig.org Subject: [cas-user] Show of hands - clustering? Which backend? I'm

RE: [cas-user] Luminis 4.3 and External CAS

2013-08-08 Thread Carlos Fernandez
soon, so properly CASifying Luminis 4.x is not high on our priorities. Best regards, -- Carlos. From: Ben Branch [mailto:bbra...@uco.edu] Sent: Thursday, 08 August, 2013 15:51 To: cas-user@lists.jasig.org Subject: [cas-user] Luminis 4.3 and External CAS All, I'm curious if anyone

RE: [cas-user] Local Users in CASified applications

2013-08-07 Thread Carlos Fernandez
similarly by having multiple authentication methods enabled concurrently. Best regards, -- Carlos. -Original Message- From: Rakesh [mailto:rven...@iit.edu] Sent: Wednesday, 07 August, 2013 11:54 To: cas-user@lists.jasig.org Subject: [cas-user] Local Users in CASified applications Hi

Re: [cas-user] Strange bug with JSESSIONID

2013-06-27 Thread Carlos Lorenzo
Hi Russ. Your solution solved my problem. Thank you very much. Carlos J. 2013/6/27 Mahmudul Hasan cs.mah...@gmail.com Hi Russ, Thank you very much. That solved my problem exactly like you said. Thanks, Mahmudul On Thursday, June 27, 2013, Russ Baker wrote: We had this exact same

Re:[cas-user] moodle 2.4.4 integration CAS 3.5.2

2013-06-25 Thread Carlos
Hi! Dani. Thanks for your quick response. I checked the logs and cookies. I saw that moodle logout don't delete the cookie. -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see

[cas-user] moodle 2.4.4 integration CAS 3.5.2

2013-06-24 Thread Carlos
I have integrated moodle authentication with CAS 3.5.2 (A.D. authentication). I have sporadic problems in the authentication. CAS ask for authentication again and the second time the authentication is ok. No errors are in catalina.out Any idea??. Thank's. -- You are currently subscribed to

RE: [cas-user] HttpOnly cookie flag

2013-06-19 Thread Carlos Fernandez
to use HttpServletResponse.addHeader instead of .addCookie and add the flags by hand. Best regards, -- Carlos. -Original Message- From: Tom Poage [mailto:tfpo...@ucdavis.edu] Sent: Tuesday, 18 June, 2013 19:45 To: cas-user@lists.jasig.org Subject: Re: [cas-user] HttpOnly cookie flag

Re: [cas-user] Message in catalina.out

2013-06-18 Thread Carlos Lorenzo
Thank's Marvin. I'll check the settings. 2013/6/17 Marvin S. Addison marvin.addi...@gmail.com Jun 17, 2013 10:43:58 AM org.apache.catalina.tribes.io.**XByteBuffer append SEVERE: Discarded the package, invalid header The above is the only abnormal message I see and it's not related to CAS.

Re: [cas-user] Message in catalina.out

2013-06-18 Thread Carlos Lorenzo
Hi! Marvin. I mean the message: Hibernate: insert into TICKETGRANTINGTICKET (NUMBER_OF_TIMES_USED, CREATION_TIME, EXPIRATION_POLICY, LAST_TIME_USED, PREVIOUS_LAST_TIME_USED, ticketGrantingTicket_ID, AUTHENTICATION, EXPIRED, SERVICES_GRANTED_ACCESS_TO, ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)

[cas-user] Message in catalina.out

2013-06-17 Thread Carlos
Hi, Is it normal this message? Hibernate: insert into TICKETGRANTINGTICKET (NUMBER_OF_TIMES_USED, CREATION_TIME, EXPIRATION_POLICY, LAST_TIME_USED, PREVIOUS_LAST_TIME_USED, ticketGrantingTicket_ID, AUTHENTICATION, EXPIRED, SERVICES_GRANTED_ACCESS_TO, ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)

[cas-user] Cluster with tomcat session replicate

2013-06-13 Thread Carlos
Hi, I have a question about cluster of CAS 3.5.2. My environment is: - 2 Server with tomcat 6.0.37, - CAS 3.5.2 with JPA Ticket Registry on postgresql. The cluster CAS Servers are configured about https://wiki.jasig.org/display/CASUM/Clustering+CAS. The Tomcats no error in Catalina.out. The

RE: [cas-user] Cluster with tomcat session replicate

2013-06-13 Thread Carlos Fernandez
Hi, Carlos, What you're seeing is normal. You're logging in to two different URLs (https://server1 and https://server2), and the Tomcat session* and CAS TGC are stored in browser cookies, so each server won't see the other server's cookies. The servers must be accessed through a common URL

Re: [cas-user] Error accessing Service Admin Console with web browser.

2013-06-06 Thread Carlos Lorenzo
Thank's Marvin. 2013/6/5 Marvin S. Addison marvin.addi...@gmail.com 2013-06-05 13:57:44,185 ERROR [org.springframework.web.**servlet.tags.MessageTag] -No message found under code 'management.services.status.**evaluationOrder.notupdated' for locale 'es_ES'.

[cas-user] Error accessing Service Admin Console with web browser.

2013-06-05 Thread Carlos
Hi, I am running CAS 3.5.2. When I access to https://casserver:8443/domain/cas/services with web browser in English language I don't have any error, but if web browser is Spanish language I get this error: 2013-06-05 13:57:44,185 ERROR [org.springframework.web.servlet.tags.MessageTag] - No

Re: [cas-user] Error accessing Service Admin Console with web browser.

2013-06-05 Thread Carlos Lorenzo
Thanks Alberto. 2013/6/5 Alberto Cabello Sanchez albe...@unex.es Hi, I am running CAS 3.5.2. When I access to https://casserver:8443/domain/cas/services with web browser in English language I don't have any error, but if web browser is Spanish language I get this error: 2013-06-05

Re: [cas-user] Error enable jpa ticketRegister CAS 3.5.2

2013-05-24 Thread Carlos Lorenzo
Hi! Alberto: I check: - The java.policy is the default in tomcat 6. - I can conect to casdb with casuser from external (pg_hba.conf is good). - I create a java jdbc conexion and work fine. Any Idea?. Thank's for your help. 2013/5/24 Alberto Cabello Sánchez albe...@unex.es On Fri, May 24,

Re: [cas-user] Error enable jpa ticketRegister CAS 3.5.2

2013-05-24 Thread Carlos Lorenzo
Thank's Alberto. I had an error in cas db name in cas.properties 2013/5/24 Alberto Cabello Sánchez albe...@unex.es On Fri, May 24, 2013 at 11:11:19AM +0100, Carlos Lorenzo wrote: Hi! Alberto: I check: - The java.policy is the default in tomcat 6. - I can conect to casdb with casuser

RE: [cas-user] Troubleshooting CAS error: No message found under code 'standard.custom.css.file'......

2013-04-26 Thread Carlos Fernandez
their basenames with the theme attribute in the service registry entry and the cas.themeResolver.defaultThemeName property in cas.properties. IIRC, the default theme name changed from default to cas-theme-default, probably late in 3.4.x or with 3.5.0. Best regards, -- Carlos. -Original Message

Re: [cas-user] Cas Server authentication to external Web-Services.

2013-04-16 Thread Carlos Lorenzo
://mojo.codehaus.org/jaxb2-maven-plugin/usage.html Robert Am 11.04.2013 um 10:37 schrieb Carlos Lorenzo kjlore...@gmail.com: Thank you for your quick response, Robert. Could you elaborate a little more your solution??. As I said in the previous mail I am fairly new with JASIG Cas Server. Thanks

RE: [cas-user] Associate JSP UI files to a theme ?

2013-02-19 Thread Carlos Fernandez
-snippet.jsp / jsp:directive.include file=${snippetFile} / The file would then be inserted at that location. Best regards, -- Carlos. -Original Message- From: Sylvain [mailto:sylvain.derosi...@univ-lille3.fr] Sent: Tuesday, 19 February, 2013 07:46 To: cas-user@lists.jasig.org Subject: [cas-user

RE: [cas-user] Running validation tests with built-in helloworld

2013-02-18 Thread Carlos Fernandez
/servlet/HelloWorldExample then the CAS login URL would be: https://my.test.server.url/cas/login?service=https%3A%2F%2Fmy.test.server.url%2Fexamples%2Fservlets%2Fservlet%2FHelloWorldExample Please note that the URL in the “service” parameter is URL-encoded. Best regards, -- Carlos. From

RE: [cas-user] login credentials could not be verified with Google SSO

2013-02-08 Thread Carlos Fernandez
and you know that the private key is correct, maybe the certificate that you're validating against is the wrong one. Best regards, -- Carlos. -Original Message- From: Marvin Addison [mailto:marvin.addi...@gmail.com] Sent: Friday, 08 February, 2013 11:18 To: cas-user@lists.jasig.org

RE: [cas-user] services management

2013-01-10 Thread Carlos Fernandez
, and cas.securityContext.ticketValidator.casServerUrlPrefix properties. You'll need to update it to match the port on which CAS is running. Best regards, -- Carlos. From: Karl Nielsen [mailto:karlnielsen...@gmail.com] Sent: Thursday, 10 January, 2013 13:43 To: cas-user@lists.jasig.org

[cas-user] Hi Guys, SSL Question User-Server

2012-12-21 Thread Roberto Carlos González Flores
should I need to read or any help would be appreciated. -- Carlos -- 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] ehcache sync

2012-12-20 Thread Carlos Fernandez
other properly. I then added a rule allowing all IP traffic from each peer server's address and turned the firewall back on, and it's been working since. Best regards, -- Carlos. -Original Message- From: Abhijit Gaikwad [mailto:agaik...@fit.edu] Sent: Thursday, 20 December, 2012 09:43

RE: [cas-user] LDAP Configuration Question

2012-12-10 Thread Carlos Fernandez
; anonymous clients are forced to read-only access and receive a limited set of attributes, which works well for our purposes. Best regards, -- Carlos. From: Ourada, John [mailto:jour...@depaul.edu] Sent: Monday, 10 December, 2012 09:46 To: cas-user@lists.jasig.org Subject: RE: [cas-user] LDAP

Re: [cas-user] JSESSIONID

2012-11-09 Thread Roberto Carlos González Flores
filters work with JSESSIONID. Thanks Venkat -- You are currently subscribed to cas-user@lists.jasig.org as: iscrobertogonza...@gmail.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- Carlos -- You are currently subscribed

RE: [cas-user] Exception during 'watchedResource' after modifying JSON service registry file

2012-11-05 Thread Carlos Fernandez
Dmitriy, I added the last service in the file, id #121. CAS generated the error message after I saved the file. I later restarted Tomcat, and CAS loaded the file without errors, which I guess means that there are no errors in the service registry file. Best regards, -- Carlos. From

RE: [cas-user] Exception during 'watchedResource' after modifying JSON service registry file

2012-11-05 Thread Carlos Fernandez
. Thanks, -- Carlos. From: Dmitriy Kopylenko [mailto:dmitriy.kopyle...@gmail.com] Sent: Monday, 05 November, 2012 12:04 To: cas-user@lists.jasig.org Subject: Re: [cas-user] Exception during 'watchedResource' after modifying JSON service registry file OK, I know where the trouble is. You

RE: [cas-user] Exception during 'watchedResource' after modifying JSON service registry file

2012-11-01 Thread Carlos Fernandez
Dmitriy, The file is attached. Best regards, -- Carlos. From: Dmitriy Kopylenko [mailto:dmitriy.kopyle...@gmail.com] Sent: Thursday, 01 November, 2012 08:20 To: cas-user@lists.jasig.org Subject: Re: [cas-user] Exception during 'watchedResource' after modifying JSON service registry

Re: [cas-user] Generating service ticket from TGT

2012-10-31 Thread Roberto Carlos González Flores
To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- Carlos -- 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] CAS protocol always returning no

2012-10-30 Thread Roberto Carlos González Flores
on the browser, but it returns no. What am I missing? Thanks Jonathan -- You are currently subscribed to cas-user@lists.jasig.org as: iscrobertogonza...@gmail.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- Carlos -- You

  1   2   >