diff options
| author | Giampaolo Lauria <lauria2@yahoo.com> | 2011-07-05 09:34:19 -0400 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2011-07-28 15:20:51 +1000 |
| commit | cdf89266fe92dfe534f1b72fae11054de36b96de (patch) | |
| tree | eda52d600b515086053dceaa1a361aabeb04d386 /source4/samba_tool/wscript_build | |
| parent | 356a2cc0b05e557c63ae180c7432351a950078d4 (diff) | |
samba-tool: Remove password as it has been moved to "user setpassword"
The password functionality has been moved to "user setpassword" to fit the object-action model
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/samba_tool/wscript_build')
| -rw-r--r-- | source4/samba_tool/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/samba_tool/wscript_build b/source4/samba_tool/wscript_build index 75ff71f5e4..788f8dbf75 100644 --- a/source4/samba_tool/wscript_build +++ b/source4/samba_tool/wscript_build @@ -1,7 +1,7 @@ #!/usr/bin/env python bld.SAMBA_BINARY('samba-tool', - source='samba_tool.c password.c vampire.c gpo.c', + source='samba_tool.c vampire.c gpo.c', autoproto='proto.h', deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS samba-policy auth4', pyembed=True |
