summaryrefslogtreecommitdiff
path: root/source4/dns_server/wscript_build
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2011-11-02 14:32:37 +1100
committerAmitay Isaacs <amitay@gmail.com>2011-11-29 16:00:36 +1100
commit7ac5c5061eafa3f6b3c85ab68eefc007564cadcb (patch)
treeb9c41f3d240443b1c11fdeafda21a04bae60edc5 /source4/dns_server/wscript_build
parentdcc5a7e1f23a8d24daf3f0ca16914f430d72858e (diff)
downloadsamba-7ac5c5061eafa3f6b3c85ab68eefc007564cadcb.tar.gz
samba-7ac5c5061eafa3f6b3c85ab68eefc007564cadcb.tar.bz2
samba-7ac5c5061eafa3f6b3c85ab68eefc007564cadcb.zip
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 <tridge@samba.org>
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 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')