summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/newuser.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/python/samba/netcmd/newuser.py')
-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)