diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-11-30 12:48:30 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-12-01 16:09:58 +1100 |
commit | c1fa6be92514cec35033fa8486e30316de13319a (patch) | |
tree | cf40cd7038d3ae698931bf84cc0baa51cb65e9bb /source4/scripting | |
parent | 0b2ec0abb98d6ce1198a2addb802afae2711eaad (diff) | |
download | samba-c1fa6be92514cec35033fa8486e30316de13319a.tar.gz samba-c1fa6be92514cec35033fa8486e30316de13319a.tar.bz2 samba-c1fa6be92514cec35033fa8486e30316de13319a.zip |
s4-samba-tool Show when we have created the user successfully
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/samba/netcmd/newuser.py | 1 |
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) |