I am receiving the error message “0000202B” while trying to create/search AD user in my physical environment with 2 domain servers. Please help me resolve it.
0000202B Error in creating Active Directory user
This error is coming from your program not from AD. SO you need to troubleshoot the program itself not AD.
Or You can run DCDIAG to diagnose the DC/AD. See the reference from the link below:
Apply the command DCDIAG /V /C /D /E /s:DCname
I hope you will get the solution
thanks
mshahriar
0000202B Error in creating Active Directory user
Hello Priscilla,
Look at the following registry key.
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesADAM_instance1Parameters and look at the value of the configuration NC and try to connect to it instead.
If that does not work, try this setup instead.
-
Users authenticate: By Email address
-
LDAP enabled: True
-
LDAP required: False
-
LDAP NTLM: False
-
Base Provider URL: ldap://{$MY_LDAP}:{$MY_PORT}
-
Base DN: dc=…,dc=local
-
Principal: cn=administrator,cn=users…
-
Credentials: {$MY_PASSWORD}
-
Search filter: (&(objectClass=User)(mail=@email_address@))
-
Mapping:
fullName=cn
screenName=sAMAccountName
emailAddress=mail
group=memberOf
-
Import enabled: True
-
Import startup: False
-
Import user: (objectClass=person)
-
Import group: (objectClass=group)
-
Export enabled: False
-
Users DN: cn=users,dc=…,dc=local
-
User Default Object Classes: Top,person,organizationalPerson,user