mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
12 lines
301 B
Python
12 lines
301 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_MODULE('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='CREDENTIALS cli-ldap samdb process_model gensec samba-hostconfig samba_server_gensec'
|
|
)
|
|
|