jasig-cas IRC Logs-2011-11-28

[07:53:00 CST(-0600)] <foxnesn> hello

[07:53:48 CST(-0600)] <wgthom> morning

[08:15:28 CST(-0600)] <foxnesn> how was unconference?

[08:15:40 CST(-0600)] <wgthom> a lot of fun

[08:29:03 CST(-0600)] <foxnesn> awesome

[08:29:06 CST(-0600)] <foxnesn> i hope i can make it next year

[08:36:58 CST(-0600)] <ries> Hey Guys, if I want to add password policies, new passwords requests etc, I should be adding this 'somewhere' in CAS, right? I mean…. people (should?) do this all the time I think...

[08:48:01 CST(-0600)] <ries> sorry, got DC...

[08:50:04 CST(-0600)] <foxnesn> new passwords requests?

[08:52:28 CST(-0600)] <ries> foxnesn: new password requests, but also password expiration

[08:52:38 CST(-0600)] <ries> showing proper warnings and requesting a new password for a user

[08:53:43 CST(-0600)] <ries> I just found this : http://jasig.275507.n4.nabble.com/cas-password-policy-td3596893.html

[08:54:06 CST(-0600)] <ries> I think I will research that… never worked with spring, so it will be a nice challenge for me...

[09:00:47 CST(-0600)] <foxnesn> you can do it in CAS like atilling did

[09:01:06 CST(-0600)] <foxnesn> or you can use something like PWM which is java based

[09:03:20 CST(-0600)] <ries> what's PWM if I may ask?

[09:04:20 CST(-0600)] <ries> Got it… http://code.google.com/p/pwm/

[09:04:58 CST(-0600)] <ries> I can properly look at the code… we have all users in a database though and the database enforces password policies by means of stored procedures

[09:24:41 CST(-0600)] <foxnesn> ah

[09:24:51 CST(-0600)] <foxnesn> we store everyone in AD

[09:25:06 CST(-0600)] <foxnesn> and simply setup PWM to enforce AD passwords

[09:32:33 CST(-0600)] <tsnfoo-ipad> Does anybody know how to retrieve a service name in JSP? I'd like to display the name of the service someone is

[09:32:57 CST(-0600)] <tsnfoo-ipad> logging into on the loginview.

[09:36:06 CST(-0600)] <tsnfoo-ipad> We have the services manager setup, which has a "Service Name" field. I'd like to just pull that value into my JSP on the casLoginView.

[10:22:30 CST(-0600)] <brandon_> hello

[10:22:52 CST(-0600)] <wgthom> howdy

[10:23:14 CST(-0600)] <brandon_> i have clearpass setup in uportal and cas

[10:23:29 CST(-0600)] <brandon_> how do you make portlets (email-preview portlet) use clearpass?

[10:24:22 CST(-0600)] <brandon_> specifically email preview

[10:24:43 CST(-0600)] <wgthom> your best be is to post that to uportal-user

[11:25:57 CST(-0600)] <brandon_> anyone know what dependency i would need for this error? java.lang.NoClassDefFoundError: javax/portlet/StateAwareResponse

[11:26:09 CST(-0600)] <brandon_> trying to install the CalendarPortlet

[12:39:24 CST(-0600)] <tsnfoo> So, why might CAS 500, but not log anything? catalina.out and cas.log don't say anything. All I see is a 404 indicating that tomcat doesn't have a 500 page to show. How can I crank up the logging to see what the 500 actually is?

[14:56:32 CST(-0600)] <ries> Gents, I am not familiar with maven, but when I add java sources under /opt/cas/local-cas/src/java, should that get compiled? Currently it builds, except some java files I have been added. Also, there where no errors during build.