mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
8507adb8d0
With Matthieu's patch, the setting of security descriptor on partition dn at create time works correctly. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Nov 16 08:54:25 CET 2011 on sn-devel-104
19 lines
422 B
Plaintext
19 lines
422 B
Plaintext
################################
|
|
## DNSZones Naming Context
|
|
################################
|
|
dn: ${DOMAINZONE_DN}
|
|
objectClass: top
|
|
objectClass: domainDNS
|
|
description: Microsoft DNS Directory
|
|
msDS-NcType: 0
|
|
instanceType: 13
|
|
ntSecurityDescriptor:: ${SECDESC}
|
|
|
|
dn: ${FORESTZONE_DN}
|
|
objectClass: top
|
|
objectClass: domainDNS
|
|
description: Microsoft DNS Directory
|
|
msDS-NcType: 0
|
|
instanceType: 13
|
|
ntSecurityDescriptor:: ${SECDESC}
|