A little bit more info. I have the non-fastbind LDAP auth set up. One thing about our LDAP directory is that when attempting to bind using the DN, it usually generates a refferal, but if you use the [EMAIL PROTECTED] format, it does work. For example, the first one fails, the second one succeeds:
ldapsearch -b dc=kaf,dc=kingarthurflour,dc=edu -x -LLL -D "CN=kafuser,OU=Shared Logins,OU=KingArthurFlour,DC=kaf,DC=kingarthurflour,DC=com" -W samaccountname= testuser cn ldapsearch -b dc=kaf,dc=kingarthurflour,dc=edu -x -LLL -D "[EMAIL PROTECTED] " -W samaccountname=testuser cn Steve On Jan 27, 2008, at 2:32 PM, Steve Cochran wrote: > > In searching the archives, I noticed a few comments about problems > configuring LDAP correctly to work with LDAP. Does anyone have a > working bean that they can post? > > I'm getting an error code 49, and "data 525" which google hints as > being an invalid username. Not sure if this is the account used to > search or the actual user auth that's failing. > > I'm also having a problem getting logs out of cas. log4j is set up > correctly in tomcat, but no cas.log file is appearing anywhere. Should > the unmodified cas.war file output to log files? > > Thanks, > Steve > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
