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:
parent
0b2ec0abb9
commit
c1fa6be925
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user