What does NTSTATUS 0xC000A087 (STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS) mean?

 
Previous Next
STATUS_AUTHIP_FAILURE STATUS_DS_OID_NOT_FOUND

STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS

The OID-mapped group cannot have members

An OID-mapped group is used as a mapping object for an object identifier, not as a normal security or distribution group whose membership list is directly administered.

This status prevents callers from treating that mapping object like a conventional group. If an application needs authorization groups, create or use a proper AD group and keep OID mapping separate.

What to inspect

  • Confirm that the target object is an OID-mapped group rather than a normal security group.
  • Remove membership-management automation from that object class.
  • Use the related OID lookup evidence when the failure is part of certificate, claims or authentication-mapping work.

References


Looking for a different code? Search another status or error code.