Configuring LDAP for use with AD
Steve Cochran
stephen.cochran at kingarthurflour.com
Sun Jan 27 14:51:02 EST 2008
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 user at base
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 "kafuser at kaf.kingarthurflour.com
" -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
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
More information about the cas
mailing list