[cas-user] retrieving all groups from LDAP

2010-11-16 Thread Julien Cochennec
Hi, I'm using a CAS server 3.1 and a phpCAS application that connects as Proxy. I need to retrieve from the cas Answer all the groups the user belongs to. I've read this documentation : https://wiki.jasig.org/display/CASUM/Attributes So far I can only retrieve one group for each user, and that's s

Re: [cas-user] Still no service manager in 3.4.2.1

2010-11-16 Thread Scott Battaglia
My only other recommendation (because this is really strange that its not working) is to attach a debugger and break point and see what the heck is going on. I don't know if we have explicit instructions in our wiki on how to do it, but its relatively trivial to do from Tomcat. On Mon, Nov 15, 2

Re: [cas-user] cas 3.4.2.1 & openjdk 1.6.0 1.13 b16 (CentOS 5.5)

2010-11-16 Thread Scott Battaglia
You're going to find that SPNEGO isn't the most popular feature in use for CAS, and OpenJDK probably isn't the most popular JDK used, so the intersection of the two probably isn't looking that good. That said, people have gotten it to work, so it should work. We had one person who was really good

[cas-user] cas 3.4.2.1 & openjdk 1.6.0 1.13 b16 (CentOS 5.5)

2010-11-16 Thread Brian C. Hill
Hello, In doing more strace's of tomcat, I noticed that I am getting a lot of segmentation violations. The cas app loads, I can get to it from a browser, and as long as I use LDAP auth, it works, but using SNEGO it SEGV's in lots of places (strange that this doesn't trigger any error message

[cas-user] CAS and Windows 2008 R2

2010-11-16 Thread Malarvizhi Perumalraja
Hi, I have tested CAS 3.4.3 on Windows 2003 and successfully integrated with Active Directory and Blackboard. We are planning to upgrade the CAS server to windows server 2008 R2. Has anyone successfully configured CAS on windows server 2008 R2 and casify Blackboard and OWA (we ha

Re: [cas-user] Problems with CAS-ifying a JEE application using JAAS

2010-11-16 Thread Marvin Addison
> I've added the org.jasig.cas.client.authentication.AuthenticationFilter > after the SingleSignOutFilter and before the CAS WebAuthenticationFilter. Whoops! I misspoke when I mentioned that WebAuthenticationFilter is responsible for the initial redirect to CAS. That's the responsibility of Auth

Re: [cas-user] Single Sign Out with Apache CAS Module

2010-11-16 Thread Marvin Addison
> I don't know whether they're affiliated with Jasig CAS or if they have their > own version The mod_auth_cas client is an officially supported Jasig client. The official project page is at https://wiki.jasig.org/display/CASC/mod_auth_cas. As far as single sign-out, I'm uncertain about the s

Re:[cas-user] Problems with CAS-ifying a JEE application using JAAS

2010-11-16 Thread merlin vincent
Just curious, and I'm no expert here - is it necessary to enable the org.apache.catalina.authenticator.SingleSignOn valve? That's for container-managed single sign-on, which seems redundant if you CASify your apps. -- View this message in context: http://jasig.275507.n4.nabble.com/Problems-with-

Re:[cas-user] Single Sign Out with Apache CAS Module

2010-11-16 Thread merlin vincent
This web site says yes: https://confluence.ucdavis.edu/confluence/display/IETP/mod_auth_cas I don't know whether they're affiliated with Jasig CAS or if they have their own version -- View this message in context: http://jasig.275507.n4.nabble.com/Single-Sign-Out-with-Apache-CAS-Module-tp30

Re:[cas-user] Problems with CAS-ifying a JEE application using JAAS

2010-11-16 Thread Maciek
Hi, I've made a small breakthrough. I've added the org.jasig.cas.client.authentication.AuthenticationFilter after the SingleSignOutFilter and before the CAS WebAuthenticationFilter. So now the lack of authentication causes a redirection to the configured login site. Unfortunately, when I come ba

[cas-user] Single Sign Out with Apache CAS Module

2010-11-16 Thread Vipin Jain
Can we have Single Sign Out with Apache CAS Module -- 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] Problems with CAS-ifying a JEE application using JAAS

2010-11-16 Thread Maciek
Marvin Addison wrote: > > I reviewed your web.xml, and it looks correct. Please turn up the > logging for org.jasig.cas.client to DEBUG and post the logs for a > request that should trigger the WebAuthenticationFilter. > Hi, first of all there's been a minor glitch in my web.xml, namely the

Re: [cas-user] OWA and CAS

2010-11-16 Thread James Winter
I don't have access to the CAS logs, so I'm not really sure what's going on on the CAS side. I don't get the exception, I just get a "CAS is not available" message when I try to paste the clearPass URL into a browser. But, if I take the "clearPass" out of the URL and have it just use the index.jsp

Re: [cas-user] Problems with CAS-ifying a JEE application using JAAS

2010-11-16 Thread Marvin Addison
> 5. the context-param called "service" is specified in the web.xml and points > to the CAS installation, the same value as "service" login module property, > it's simply required by AbstractCasFilter This is not required for JAAS as the module options alone are used to configure the ticket valida

[cas-user] Problems with CAS-ifying a JEE application using JAAS

2010-11-16 Thread Maciek
Hello everyone, I've been recently struggling with the CasLoginModule, WebAuthentication, WebAuthenticationFilter and JBoss 5.1.0.GA quartet. My aim is to create a centralized authentication and authorization server using CAS and LDAP as its backend and CAS-ify several different client systems. I