mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
f4a4522d1f
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>
14 lines
390 B
Python
14 lines
390 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_MODULE('service_ldap',
|
|
source='ldap_server.c ldap_backend.c ldap_bind.c ldap_extended.c',
|
|
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 common_auth',
|
|
internal_module=False,
|
|
enabled=bld.AD_DC_BUILD_IS_ENABLED()
|
|
)
|
|
|