uPortal IRC Logs-2011-04-07

[15:03:59 CDT(-0500)] <mklein21005> hey,
[15:03:59 CDT(-0500)] <mklein21005> I'm having difficulties authenticating against LDAP and AD.
[15:04:26 CDT(-0500)] <mklein21005> When I use the BindLdapAuthenticationHandler and try to log in, it displays the "CAS is unavailable message".
[15:06:04 CDT(-0500)] <mklein21005> any ideas why this maybe happening
[15:06:05 CDT(-0500)] <mklein21005> ?
[15:06:08 CDT(-0500)] <EricDalquist> sounds like a question for the cas folks
[15:06:20 CDT(-0500)] <EricDalquist> there is a #jasig-cas irc channel
[15:06:40 CDT(-0500)] <mklein21005> oh thanks i'll check that out
[15:06:58 CDT(-0500)] <EricDalquist> though I'm not sure how active it is
[15:07:06 CDT(-0500)] <EricDalquist> if you don't have luck there try the cas-user email list
[15:37:46 CDT(-0500)] <athena> did we take the hibernate dialog config out? was that because we're auto-guessing now?
[15:38:24 CDT(-0500)] <EricDalquist> dialect?
[15:38:32 CDT(-0500)] <athena> er, that (smile)
[15:38:42 CDT(-0500)] <athena> keep mistyping it in files, too!
[15:38:43 CDT(-0500)] <EricDalquist> yeah we're using the hibernate automatic dialect resolution stuff
[15:38:44 CDT(-0500)] <athena> doesn't work
[15:38:51 CDT(-0500)] <athena> ok
[15:39:04 CDT(-0500)] <athena> looks like i need to update our news portlet to be capable of doing the same
[15:39:14 CDT(-0500)] <athena> since the property won't come through in the filter anymore
[15:39:18 CDT(-0500)] <EricDalquist> ah yeah
[15:39:18 CDT(-0500)] <athena> where's that being done?
[15:39:29 CDT(-0500)] <EricDalquist> you just leave the dialect out of the hibernate config
[15:39:31 CDT(-0500)] <EricDalquist> and magic
[15:39:36 CDT(-0500)] <EricDalquist> it should work
[15:39:46 CDT(-0500)] <athena> oh!
[15:39:47 CDT(-0500)] <athena> magic!
[15:39:49 CDT(-0500)] <athena> i like it
[15:40:40 CDT(-0500)] <athena> has hibernate always supported that?
[15:40:52 CDT(-0500)] <EricDalquist> it has for a while
[15:40:58 CDT(-0500)] <EricDalquist> not sure exactly when they added it though
[15:40:59 CDT(-0500)] <athena> nice