Re: [cas-user] CAS and Openfire

2011-05-11 Thread William G. Thompson, Jr.
Assuming the web page that is serving up the chat client is protected with CAS... * after authN and before you server up the chat client, obtain a proxy ticket (PT) for openfire via the PGT * pass the PT to the chat client * the chat client sends the PT to openfire * CASified openfire (CASAuthProvi

RE: [cas-user] mod_auth_cas

2011-05-11 Thread Smith, Matthew J.
Did you compile with apxs, or ./configure && make ? If using the configure script, please send me the output and .log file. -Matt Matthew J. Smith University of Connecticut UITS matt.sm...@uconn.edu From: Imholz, John J. [imho...@musc.edu] Sent: Wednesday

[cas-user] CAS and Openfire

2011-05-11 Thread Jamie Johnson
My organization is currently using CAS to provide SSO and are also using a custom thin client chat application (developed using Strophe.js) to communicate to an openfire server. We have now been asked to look at making the chat login also use SSO. I have googled a bit looking for solutions and th

[cas-user] CAS 3.4.7 and returning AD 2003 attributes

2011-05-11 Thread Scott Nyce
Hello all, I have been getting a working instance of CAS 3.4.7 setup in a test environment and everything seems to be running ok, on the surface at least. For the life of me I cannot get the AD attributes to return at all, so the services that use the uid or username are fine (again to be clear

RE: [cas-user] mod_auth_cas

2011-05-11 Thread Imholz, John J.
I pulled trunk, and just tried 1.0.9.1, same error. jji -Original Message- From: Smith, Matthew J. [mailto:matt.sm...@uconn.edu] Sent: Wednesday, May 11, 2011 3:05 PM To: cas-user@lists.jasig.org Subject: RE: [cas-user] mod_auth_cas Did you grab from trunk, or the 1.0.9.1 tag? Sounds l

RE: [cas-user] mod_auth_cas

2011-05-11 Thread Smith, Matthew J.
Did you grab from trunk, or the 1.0.9.1 tag? Sounds like the curl library wasn't found. Did you compile with apxs, or ./configure && make ? If using the configure script, please send me the output and .log file. Thanks, -Matt Matthew J. Smith University of Connecticut UITS matt.sm...@uconn.edu

RE: [cas-user] mod_auth_cas

2011-05-11 Thread Imholz, John J.
Right now 1.0.8-3 is available for Ubuntu. I downloaded from SVN and compiled, and apache complains at startup: Syntax error on line 1 of /etc/apache2/mods-enabled/auth_cas.load: Cannot load /usr/lib/apache2/modules/mod_auth_cas.so into server: /usr/lib/apache2/modules/mod_auth_cas.so: undefine

Re: [cas-user] Throttling Login Attempts

2011-05-11 Thread ejc
Wiki is updated. On Wed, May 11, 2011 at 9:37 AM, Neit wrote: > It works fine! > > Thank you. :) > -- > You are currently subscribed to cas-user@lists.jasig.org as: > eric.j.christe...@gmail.com > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/c

Re:[cas-user] Throttling Login Attempts

2011-05-11 Thread Neit
It works fine! Thank you. :) -- 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] Throttling Login Attempts

2011-05-11 Thread ejc
It turns out it's really easy. The only change for 3.4.7 is this: Instead of modifying "handlerMappingB" bean, you modify this one: (line 133 in the default cas-servlet.xml) to