1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s4-samba-tool Show when we have created the user successfully

This commit is contained in:
Andrew Bartlett 2010-11-30 12:48:30 +11:00 committed by Andrew Tridgell
parent 0b2ec0abb9
commit c1fa6be925

View File

@ -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)