Hi Rajani,

in the LdapContextFactory.java class can you try setting the an extra
environment variable.

environment.put(*Context.REFERRAL*, "follow");

http://docs.oracle.com/javase/jndi/tutorial/ldap/referral/jndi.html

Let me know if this solves it for you.
Ian.

On 3 November 2014 09:32, Rajani Karuturi <raj...@apache.org> wrote:

> using Apache Directory Server works fine on 4.3 and 4.5.
> But, If I use Microsoft AD(on windows server 2012), it doesnt work on 4.5.
>
> It binds to the server properly. But, it doesnt list any users.
> I see "javax.naming.PartialResultException: Unprocessed Continuation
> Reference(s);" exception with no stacktrace.
>
> The same server and configuration works on 4.3 instance.
>
> Did anyone notice this? Any pointers?
>
>
> ~Rajani
>

Reply via email to