summaryrefslogtreecommitdiff
path: root/source4/dns_server/wscript_build
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2011-09-16 08:54:05 +1000
committerAmitay Isaacs <amitay@gmail.com>2011-11-29 16:00:36 +1100
commitdcc5a7e1f23a8d24daf3f0ca16914f430d72858e (patch)
tree642daa6cb3032b95e63c6656d85710313b936bf1 /source4/dns_server/wscript_build
parent341979cc9a14fa0ab1cbb60ae81ce1fb985d0f0e (diff)
downloadsamba-dcc5a7e1f23a8d24daf3f0ca16914f430d72858e.tar.gz
samba-dcc5a7e1f23a8d24daf3f0ca16914f430d72858e.tar.bz2
samba-dcc5a7e1f23a8d24daf3f0ca16914f430d72858e.zip
dlz_bind9: Use the sam database in dns/ as default
This change is introduced to access samdb copy directly, rather than over ildap. The advantage is that the samba server does not need to be running for bind9 to start.
Diffstat (limited to 'source4/dns_server/wscript_build')
-rw-r--r--source4/dns_server/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build
index 2288f7c8f1..69c46f029d 100644
--- a/source4/dns_server/wscript_build
+++ b/source4/dns_server/wscript_build
@@ -16,4 +16,4 @@ bld.SAMBA_LIBRARY('dlz_bind9',
link_name='modules/bind9/dlz_bind9.so',
realname='dlz_bind9.so',
install_path='${MODULESDIR}/bind9',
- deps='samba-hostconfig ldbsamba samba-util popt')
+ deps='samba-hostconfig samdb')