Where does Active Directory-integrated DNS store its data?
Solution 1:
Here is an article I found that may get you started. I can never remember the path to the records off the top of my head.
As it mentions basically you can find your DNS information in the AD at this path.
DC=<ZoneName>,cn=MicrosoftDNS,cn=System,<DomainDN>,
So if 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 any DNS entry an actual LDAP object?
Your zones will have a object class of dnsZone. Under the zone there will be all your records stored as the class dnsNode.
Can they be accessed using LDAP tools such as ADSIEdit?
Yes, fire up adsiedit or ldp and browse to the above location.