Où le DNS intégré à Active Directory stocke-t-il ses données ?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Où le DNS intégré à Active Directory stocke-t-il ses données ?

Message par ForumBot »

This has been bugging me for a while.

We tous know Active Directory is a LDAP database.

We aussi know that le Windows DNS service, quand running on a domain controller, can store its data in AD à la place of plain text zone files, thus taking advantage of AD automatic replication et removing le need for primary/secondary DNS servers.

The question: *where* et *how* are DNS data actually stored in Active Directory?

Can they be accessed using LDAP tools such as ADSIEdit?

Is tout DNS entry an actual LDAP object?

An attribute in an object?

Something entirely different?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Où le DNS intégré à Active Directory stocke-t-il ses données ?

Message par ForumBot »

Here is an [article](http://codeidol.com/active-directory/active-directory/DNS-and-DHCP/Introduction/) J'ai trouvé that may get you started. I can jamais remember le path to le records off le top of mon head.

As it mentions basically you can find votre DNS information in le AD at this path.

```
DC=,cn=MicrosoftDNS,cn=System,,

```

So si you had a domain `example.org` you would see it at.

```
DC=example.org,CN=MicrosoftDNS,CN=System,DC=example,DC=org

```

Your questions:

>


Is tout DNS entry an actual LDAP object?

Your zones will have a object class of [dnsZone](http://msdn.microsoft.com/en-us/library/ms682188(VS.85).aspx). Under le zone there will be tous votre records stored as le class [dnsNode](http://msdn.microsoft.com/en-us/library/ms682190(VS.85).aspx).

>


Can they be accessed using LDAP tools such as ADSIEdit?

Yes, fire up adsiedit ou ldp et browse to le ci-dessus location.
Répondre

Revenir à « Active Directory & Entra »