mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
ed71c1ef1f
this prevents conflicts with the s3 auth modules. The auth modules in samba3 may appear in production smb.conf files, so it is preferable to rename the s4 modules for minimal disruption. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
9 lines
237 B
Python
9 lines
237 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_BINARY('samba-tool',
|
|
source='samba_tool.c password.c vampire.c gpo.c',
|
|
autoproto='proto.h',
|
|
deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS policy auth4',
|
|
pyembed=True
|
|
)
|