From 7ac5c5061eafa3f6b3c85ab68eefc007564cadcb Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Wed, 2 Nov 2011 14:32:37 +1100 Subject: dlz_bind9: Added access check to verify dynamic update This creates session info from kerberos ticket and verifies if the signer has write access to a particular DN corresponding to the name in dynamic update. Pair-Programmed-With: Andrew Tridgell --- 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 69c46f029d..8c5bb9cca8 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 samdb') + deps='samba-hostconfig samdb gensec') -- cgit