mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
d37a55548b
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
18 lines
409 B
Python
18 lines
409 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_BINARY('ntlm_auth',
|
|
source='ntlm_auth.c',
|
|
manpages='man/ntlm_auth.1',
|
|
deps='''samba-hostconfig samba-util popt POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE
|
|
auth4 NTLMSSP_COMMON MESSAGING events service''',
|
|
pyembed=True
|
|
)
|
|
|
|
|
|
bld.SAMBA_BINARY('oLschema2ldif',
|
|
source='oLschema2ldif.c',
|
|
manpages='man/oLschema2ldif.1',
|
|
deps='ldb-cmdline samdb POPT_SAMBA'
|
|
)
|
|
|