1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source4/ldap_server/wscript_build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
390 B
Plaintext
Raw Normal View History

#!/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()
)