Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Major Active Exception while accessing creating user : Exception 0000202B: RefErr: DSID-031007EF, data 0, 1 access points" [extended Error 8235]

I need to read the Active Directory, search users and create user functionality.

I am able to use DirectoryEntry in C# and Domain is only physical server.

In my production environment, I have two physical domain servers with same domain name. When I try to search the AD user or create, I am getting the following exception.

Exception : "0000202B: RefErr: DSID-031007EF, data 0, 1 access points" [extended Error 8235]

Note that I have Domain Admin privileges on the domain but I'm still having the same issue.

like image 764
Vivek Avatar asked Nov 05 '11 09:11

Vivek


1 Answers

0000202B: could mean wrong DN/searchbase like incorrect DC value etc.

like image 62
Onlyjob Avatar answered Oct 22 '22 13:10

Onlyjob