LDAP Query Error

G

Guest

Hi,ALL

I have a SOS problem.it is a small piece.

However, I do not know how to figure it out.

I do not know LDAP very well.

I have created a LDAP query to seacrh AD user list.
[
LDAP: error code 10 - 0000202B: RefErr: DSID-03100698, data 0, 1 access points
ref 1: 'mygroup.com'
]

who can help me what it is problem. and how to solve it?

my query is:
base query:"CN=Users,DC=mygroup,DC=com";
filter:(objectClass=person)

Any suggestion would be greate appreciated
however, it gives me a error message:
 
D

Dean Wells [MVP]

My guess if you're receiving a referral which probably indicates the DC
you're querying doesn't hold a required partition ... check where you're
sending the query and your DN syntax.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top