...
[11:08:07 CDT(-0500)] <foxnesn1> brb
[11:19:12 CDT(-0500)] <atilling> actually with java errors usually the last error is the real error
[11:20:11 CDT(-0500)] <atilling> in this case the CAS service fail because it could find AuthManager - somewhere in the errors you should have an error as to why authenticationManager wasn't created
[11:36:25 CDT(-0500)] <foxnesn1> did u check out the pastie?
[11:43:10 CDT(-0500)] <atilling> I must have missed the pastie link
[11:43:20 CDT(-0500)] <foxnesn1> http://pastie.org/2683729
[11:44:47 CDT(-0500)] <atilling> ok, this is your real error ClassNotFoundException: org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource
[11:45:49 CDT(-0500)] <atilling> I think you want org.springframework.ldap.core.support.LdapContextSource in you deployer
[11:46:42 CDT(-0500)] <atilling> as the class for contextSource
[11:59:16 CDT(-0500)] <foxnesn1> hrm, should that be updated in the wiki then?
[12:01:20 CDT(-0500)] <atilling> it's right in the wiki
[12:01:48 CDT(-0500)] <atilling> I think you grabbed it from my old DeployerConfig I had linked in pastie
[12:02:05 CDT(-0500)] <foxnesn1> the example configuration for fastbind and AD
[12:02:32 CDT(-0500)] <foxnesn1> the contexttSource class is org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource
[12:02:41 CDT(-0500)] <foxnesn1> anyway, cas starts now
[12:02:52 CDT(-0500)] <foxnesn1> still not authenticating but this is progress i guess
[12:03:41 CDT(-0500)] <atilling> can you link the wiki you got it from? I don't see it on the LDAP page
[12:06:48 CDT(-0500)] <atilling> Found it
[12:08:01 CDT(-0500)] <foxnesn1> yea i just cut/paste that and changed my settings
[12:08:31 CDT(-0500)] <foxnesn1> sAMAccountName=u% may be wrong i think even though we search by sAMAccountName
[12:08:37 CDT(-0500)] <foxnesn1> maybe the u% isn't needed
[12:09:15 CDT(-0500)] <atilling> try this way <property name="filter" value="(sAMAccountName=%u)" />
[12:31:12 CDT(-0500)] <foxnesn1> grr nope
[12:32:02 CDT(-0500)] <atilling> how are things looking in the logs?
[12:32:19 CDT(-0500)] <atilling> all the filters set to debug?
[13:56:31 CDT(-0500)] <foxnesn1> i edit the log4j.xml files to go from WARN to DEBUG and then mvn clean package. i copy the new cas.war into webapps and restart tomcat. i check log4j.xml in the actual tomcat deployed dir and nothing changed...
[14:47:07 CDT(-0500)] <foxnesn1> is there a list of all of the possible filter values for <bean class="org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler" >
[14:47:28 CDT(-0500)] <foxnesn1> right now i have it set to "(sAMAccountName=u%)"
[14:48:06 CDT(-0500)] <foxnesn1> nothing i try seems to work
[15:44:01 CDT(-0500)] <RvnPhnx> I have a vendor asking for "CAS context url"--what is he really asking for? I don't see anything named that in the CAS documentation that I've been able to find.
[15:46:39 CDT(-0500)] <wgthom> not sure. what are they trying to achieve?
[15:55:07 CDT(-0500)] <RvnPhnx> They are trying to configure a Campus EAI instance to authenticate
[15:56:19 CDT(-0500)] <wgthom> sounds like it might be a CEAI proprietary thing
[15:56:52 CDT(-0500)] <RvnPhnx> Hmm..., well that would explain why I can't find it