Re: JNDIRealm why performing two queries against AD

2006-03-10 Thread David Delbecq
Hi, I think users of this mailing list are more used to java stacktrace then ldap low level protocol :) the JNDIRealm is using the LDAP contextFactory in your case, i suggest you run tomcat in eclipse with breakpoints inside JNDIRealms, and do a step by step to locate which call you think is wrong

JNDIRealm why performing two queries against AD

2006-03-10 Thread Thomas Schwitter
Sorry I try it again with a better formatted mail. Hope for answers Hi there I authenticate my users against Active directory Windows 2003. This is the configuration: ldap://172.27.17.100:389"; referrals="follow" userBase

JNDIRealm why performing two queries against AD

2006-03-09 Thread Thomas Schwitter
Hi there I authenticate my users against Active directory Windows 2003. This is the configuration: ldap://172.27.17.100:389"; referrals="follow" userBase="DC=xxx,DC=xxx"