| Previous | Next |
| ERROR_DS_ALIAS_POINTS_TO_ALIAS | ERROR_DS_OUT_OF_SCOPE |
ERROR_DS_CANT_DEREF_ALIAS
ERROR_DS_CANT_DEREF_ALIAS (8337) is an Active Directory Domain Services error. The operation requested dereferencing of an LDAP alias, but the directory could not follow that alias in the current context. This can happen when a client requests alias dereferencing across an inaccessible or unsupported target.
What to check
- Verify the DN used by the client and determine whether it refers to an alias rather than the actual target object.
- Query the target object directly when the application does not need alias semantics.
- Check the LDAP search options and dereferencing mode used by the application or library.
Useful command
Get-ADObject -Identity "<AliasOrTargetDN>" -Properties objectClass
Microsoft: Directory Service system error codes · Microsoft: Characteristics of AD attributes · Microsoft: DCDiag
Looking for a different code? Search another status or error code.