diff options
author | Amitay Isaacs <amitay@gmail.com> | 2011-09-20 09:58:42 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2011-11-29 16:00:36 +1100 |
commit | 341979cc9a14fa0ab1cbb60ae81ce1fb985d0f0e (patch) | |
tree | 829193e8c43c7861070610ba1251cbb609c179e8 /source4/setup | |
parent | 6822eae32395889bf56266f89d9a7f749b8cb512 (diff) | |
download | samba-341979cc9a14fa0ab1cbb60ae81ce1fb985d0f0e.tar.gz |
s4-provision: Create a samdb copy for access by dlz_bind9 module
This creates a copy of rootdse, configuration and schema partitions
for dlz_bind9 use in dns/ directory. Since dlz_bind9 requires write
access to DNS partitions (DomainDnsZones and ForestDnsZones), those
partitions are hard-linked (or symlinked) to the actual partitions.
An empty domain partition is created so samdb layer can work.
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/provision_basedn_options.ldif | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/setup/provision_basedn_options.ldif b/source4/setup/provision_basedn_options.ldif new file mode 100644 index 00000000000..a4788aa8963 --- /dev/null +++ b/source4/setup/provision_basedn_options.ldif @@ -0,0 +1,2 @@ +dn: @OPTIONS +checkBaseOnSearch: TRUE |