mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
b36e9de863
This files set up DomainDnsZones and ForestDnsZones partitions and other configuration parameters for replication. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
17 lines
354 B
Plaintext
17 lines
354 B
Plaintext
################################
|
|
## DNSZones Naming Context
|
|
################################
|
|
dn: ${DOMAINZONE_DN}
|
|
objectClass: top
|
|
objectClass: domainDNS
|
|
description: Microsoft DNS Directory
|
|
msDS-NcType: 0
|
|
instanceType: 13
|
|
|
|
dn: ${FORESTZONE_DN}
|
|
objectClass: top
|
|
objectClass: domainDNS
|
|
description: Microsoft DNS Directory
|
|
msDS-NcType: 0
|
|
instanceType: 13
|