B
Brandon McCombs
Hello,
I'm writing an LDAP browser using Java and things are working relatively
okay. Part of the GUI dynamically builds the directory tree and displays
it in a tabbed window. The problem is that during the time when the
results are returned from ADS I get an error message of "Unprocessed
Continuation Reference(s)". From my google searches this basically
means that LDAP is telling my program that there is more data and that I
have to follow a referral to get it. It also seems that ADS is set to
automatically follow referrals and I have my LDAP security context in
java set to follow referrals as well but the problem is that they are
not being followed and so the results that are returned are put into the
JTree but I'm supposedly not getting all the results. I have 2 domain
controllers and I'm not sure why there would be referrals anyway since I
didn't explicitly create any and I only have a simple test domain setup
within 1 forest. Anyone have any ideas?
thanks
I'm writing an LDAP browser using Java and things are working relatively
okay. Part of the GUI dynamically builds the directory tree and displays
it in a tabbed window. The problem is that during the time when the
results are returned from ADS I get an error message of "Unprocessed
Continuation Reference(s)". From my google searches this basically
means that LDAP is telling my program that there is more data and that I
have to follow a referral to get it. It also seems that ADS is set to
automatically follow referrals and I have my LDAP security context in
java set to follow referrals as well but the problem is that they are
not being followed and so the results that are returned are put into the
JTree but I'm supposedly not getting all the results. I have 2 domain
controllers and I'm not sure why there would be referrals anyway since I
didn't explicitly create any and I only have a simple test domain setup
within 1 forest. Anyone have any ideas?
thanks