summaryrefslogtreecommitdiff
path: root/source4/ldap_server/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-03-03 12:53:06 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-03-29 02:37:27 +0200
commitf4a4522d1f8c19fdf142e12760160b15de1557ec (patch)
treec24d82860260f28395d0e7d6d0f7b5657133bc97 /source4/ldap_server/wscript_build
parent9a96f901f5e7369b33c839844d5a2286d4d44b6d (diff)
downloadsamba-f4a4522d1f8c19fdf142e12760160b15de1557ec.tar.gz
ldap_server: Log access without a bind
This can be over the privileged ldapi socket, or just as the implicit anonymous access However, do not log for setting up StartTLS, or a rootDSE search. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-by: Gary Lockyer <gary@catalyst.net.nz> Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'source4/ldap_server/wscript_build')
-rw-r--r--source4/ldap_server/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ldap_server/wscript_build b/source4/ldap_server/wscript_build
index 32a77c79c91..881cc893c72 100644
--- a/source4/ldap_server/wscript_build
+++ b/source4/ldap_server/wscript_build
@@ -6,7 +6,7 @@ bld.SAMBA_MODULE('service_ldap',
autoproto='proto.h',
subsystem='service',
init_function='server_service_ldap_init',
- deps='samba-credentials cli-ldap samdb process_model gensec samba-hostconfig samba_server_gensec',
+ deps='samba-credentials cli-ldap samdb process_model gensec samba-hostconfig samba_server_gensec common_auth',
internal_module=False,
enabled=bld.AD_DC_BUILD_IS_ENABLED()
)