Merge pull request #1441 from subbink/1412-rename-domain-to-zone

Finish Updating Zone Nomenclature From Domain
This commit is contained in:
Matt Scott
2023-03-17 15:24:26 -04:00
committed by GitHub
29 changed files with 252 additions and 245 deletions

View File

@ -38,7 +38,7 @@
## Using PowerDNS-Admin
- Setting up a domain
- Setting up a zone
- Adding a record
- <whatever else>

View File

@ -11,7 +11,7 @@ Active Directory Setup - Tested with Windows Server 2012
5) Fill in the required info -
* LDAP URI - ldap://ip.of.your.domain.controller:389
* LDAP Base DN - dc=youdomain,dc=com
* LDAP Base DN - dc=yourdomain,dc=com
* Active Directory domain - yourdomain.com
* Basic filter - (objectCategory=person)
* the brackets here are **very important**