From dcc5a7e1f23a8d24daf3f0ca16914f430d72858e Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Fri, 16 Sep 2011 08:54:05 +1000 Subject: 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. --- source4/dns_server/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dns_server/wscript_build') 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') -- cgit