summaryrefslogtreecommitdiff
path: root/source4/cldap_server/wscript_build
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-05 20:39:56 +0100
committerAndrew Bartlett <abartlet@samba.org>2013-11-11 23:00:54 +0100
commit68ebb09193e73cff4389ccb9e3b190b12ee0a84a (patch)
treef4912c10f2fc03353530bc1cc4881d3f2b0d183e /source4/cldap_server/wscript_build
parent7106dcf2b8525ec653f24e417d846f9d00172b6d (diff)
downloadsamba-68ebb09193e73cff4389ccb9e3b190b12ee0a84a.tar.gz
s4:dsdb: Move cldap netlogon functions into samdb/ldb_modules
As netlogon is handled by the samdb now, the corresponding functions should live there as well. Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Nadezhda Ivanova <nivanova@symas.com>
Diffstat (limited to 'source4/cldap_server/wscript_build')
-rw-r--r--source4/cldap_server/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/cldap_server/wscript_build b/source4/cldap_server/wscript_build
index 6ffdb4a6bd5..928b91b1249 100644
--- a/source4/cldap_server/wscript_build
+++ b/source4/cldap_server/wscript_build
@@ -10,7 +10,7 @@ bld.SAMBA_MODULE('service_cldap',
bld.SAMBA_SUBSYSTEM('CLDAPD',
- source='netlogon.c rootdse.c',
+ source='rootdse.c',
autoproto='proto.h',
deps='cli_cldap ldbsamba'
)