s3-pidfile: set the close on exec flag for the created pidfiles.
[Samba/ekacnet.git] / source4 / cldap_server / wscript_build
blob3eb836928bb542bafc8b0da59cb9e72b2c0fe4b9
1 #!/usr/bin/env python
3 bld.SAMBA_MODULE('service_cldap',
4 source='cldap_server.c',
5 subsystem='service',
6 init_function='server_service_cldapd_init',
7 deps='CLDAPD process_model LIBNETIF'
11 bld.SAMBA_SUBSYSTEM('CLDAPD',
12 source='netlogon.c rootdse.c',
13 autoproto='proto.h',
14 deps='LIBCLI_CLDAP'