1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/setup/provision_dnszones_partitions.ldif
Amitay Isaacs b36e9de863 s4-provision: LDIF files to set up AD DNS schema
This files set up DomainDnsZones and ForestDnsZones partitions and
other configuration parameters for replication.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2011-09-08 00:35:37 +02:00

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