summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-19 17:50:19 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-19 17:50:19 +0000
commit41e97c33abf0eadf3c2d185b0e30e3ae4e9612c9 (patch)
treef8cc9323bc2c1d961e170487f379a72f3c6279f2 /source3/rpcclient
parent01de6030843f5f402dee8bf72f564a91ae8437ca (diff)
downloadsamba-41e97c33abf0eadf3c2d185b0e30e3ae4e9612c9.tar.gz
samba-41e97c33abf0eadf3c2d185b0e30e3ae4e9612c9.tar.bz2
samba-41e97c33abf0eadf3c2d185b0e30e3ae4e9612c9.zip
output password change messages instead of debug message.
(This used to be commit b9e728a97be323e9221889a63ffa02cff5c99403)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/cmd_samr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpcclient/cmd_samr.c b/source3/rpcclient/cmd_samr.c
index a3fd579095..efb1bcf974 100644
--- a/source3/rpcclient/cmd_samr.c
+++ b/source3/rpcclient/cmd_samr.c
@@ -106,11 +106,11 @@ void cmd_sam_ntchange_pwd(struct client_info *info)
if (res)
{
- DEBUG(5,("cmd_sam_ntpasswd_chg: succeeded\n"));
+ fprintf(out_hnd, "NT Password changed OK\n"));
}
else
{
- DEBUG(5,("cmd_sam_ntpasswd_chg: failed\n"));
+ fprintf(out_hnd, "NT Password change FAILED\n"));
}
}