diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-12-08 09:04:49 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-12-08 05:26:05 +0100 |
commit | 591e18a12c2b6641351f22579c76aee34f2ceb12 (patch) | |
tree | 345de4879caf086ab377e37ab74b1012ce2ed3f1 /source4/dns_server/wscript_build | |
parent | be53dcd8bcfab2f8f6b25b375cd412175d5ab74a (diff) | |
download | samba-591e18a12c2b6641351f22579c76aee34f2ceb12.tar.gz samba-591e18a12c2b6641351f22579c76aee34f2ceb12.tar.bz2 samba-591e18a12c2b6641351f22579c76aee34f2ceb12.zip |
s4-dns: allow a remote ldap server to be used with dlz_bind9
this allows for configs like this:
dlz "Samba zone" {
database "dlopen /usr/lib/samba/modules/bind9/dlz_bind9.so
-H ldap://10.0.0.4 -Uadministrator@v2.tridgell.net%penguin -k no";
};
Diffstat (limited to 'source4/dns_server/wscript_build')
-rw-r--r-- | source4/dns_server/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build index 884d0c1f12..a27822a747 100644 --- a/source4/dns_server/wscript_build +++ b/source4/dns_server/wscript_build @@ -14,4 +14,4 @@ bld.SAMBA_LIBRARY('dlz_bind9', source='dlz_bind9.c', private_library=True, link_name='modules/bind9/dlz_bind9.so', - deps='samba-hostconfig ldbsamba samba-util popt POPT_SAMBA') + deps='samba-hostconfig ldbsamba samba-util popt POPT_SAMBA POPT_CREDENTIALS gensec') |