# Object Names and Identities

An object in Active Directory Domain Services has several identities, including the following :

* Relative Distinguished name : An RDN is the relative portion of a distinguished name (DN), which uniquely identifies an LDAP object.<br>
* Distinguished name: Every Active Directory (AD) object has a distinguished name (DN—e.g., CN=John Savill,CN=Users,DC=SavillTech,DC=Com) that uniquely identifies the object and its position in AD. The system also creates a relative distinguished name (RDN), which is a name relative to the container (e.g., CN=John Savill for the user).<br>
* Object GUID: globally unique identifier assigned by AD DS when the  object instance is created (128 bit number guaranteed to be unique in space and time)

More info can be found here :

{% embed url="<https://docs.microsoft.com/fr-fr/windows/win32/ad/object-names-and-identities>" %}

{% embed url="<https://www.itprotoday.com/compute-engines/what-happens-if-two-ad-objects-have-same-rdn>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xedex.gitbook.io/internalpentest/internal-pentest/active-directory/introduction/object-names-and-identities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
