summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-11-30 12:48:30 +1100
committerAndrew Tridgell <tridge@samba.org>2010-12-01 16:09:58 +1100
commitc1fa6be92514cec35033fa8486e30316de13319a (patch)
treecf40cd7038d3ae698931bf84cc0baa51cb65e9bb
parent0b2ec0abb98d6ce1198a2addb802afae2711eaad (diff)
downloadsamba-c1fa6be92514cec35033fa8486e30316de13319a.tar.gz
samba-c1fa6be92514cec35033fa8486e30316de13319a.tar.bz2
samba-c1fa6be92514cec35033fa8486e30316de13319a.zip
s4-samba-tool Show when we have created the user successfully
-rw-r--r--source4/scripting/python/samba/netcmd/newuser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/netcmd/newuser.py b/source4/scripting/python/samba/netcmd/newuser.py
index 05c7bfc1bb..3581340577 100644
--- a/source4/scripting/python/samba/netcmd/newuser.py
+++ b/source4/scripting/python/samba/netcmd/newuser.py
@@ -94,3 +94,4 @@ class cmd_newuser(Command):
except Exception, e:
raise CommandError('Failed to create user "%s"' % username, e)
+ print("User %s created successfully" % username)