| Previous | Next |
| ERROR_DS_AUTH_UNKNOWN | ERROR_DS_UNAVAILABLE_CRIT_EXTENSION |
ERROR_DS_REFERRAL
ERROR_DS_REFERRAL (0x0000202B) is an Active Directory Domain Services LDAP result. The LDAP server returned a referral because the requested object or naming context is hosted elsewhere.
Record the referral targets returned by the server and decide whether the client should follow them. If referral chasing is enabled, preserve credentials and loop limits appropriately; otherwise query the naming context on the correct server directly.
What to check
- Inspect the referral URL and identify the target domain, forest, or naming context.
- Confirm that the client library is configured to chase referrals when that is appropriate.
- Check DNS resolution and trust/connectivity to the referred directory server.
Useful command
Get-ADRootDSE -Server "<dc-fqdn>"
Microsoft: AD DS LDAP operations · Microsoft: LDAP ETW tracing · Microsoft: AD DS diagnostic logging
Looking for a different code? Search another status or error code.
