> My cas server log set to TRACE level and can be seen on this gist - > https://gist.github.com/772104. Strangely showing no errors.
It is indeed strange -- I don't see a lot of valuable INFO logging in that log file. Please share your log4j config file (inline). Getting a good log file showing the root cause will be key to a solution. Like most AD setups, your DN can be composed directly from the username (at least in the example you provided): > "CN=masong,OU=Sydney,OU=Australia,OU=Standard,OU=Standard Users,DC=apactest" You should consider using the FastBindLdapAuthenticationHandler instead of Bind since the former avoids the initial search and the related need for a manager user/pass, which is to the benefit of both performance and security. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
