mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
netcmd: getpassword: print OK message on stderr
This makes it easier to machine parse the output in tests Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
committed by
Douglas Bagnall
parent
587642a63a
commit
bf37d538e6
@ -197,4 +197,4 @@ samba-tool user getpassword --filter=samaccountname=TestUser3 --attributes=msDS-
|
||||
|
||||
ldif = samdb.write_ldif(obj, ldb.CHANGETYPE_NONE)
|
||||
self.outf.write("%s" % ldif)
|
||||
self.outf.write("Got password OK\n")
|
||||
self.errf.write("Got password OK\n")
|
||||
|
Reference in New Issue
Block a user