95
96
(_,_,uid,_,_,_,_) = pwd.getpwnam(login)
97
98
raise Exception("Failed to add Unix user account")
100
101
common.makeuser.make_jail(login, uid)
101
102
# Make the user's database entry
103
104
except Exception, message:
104
105
print "Error: " + str(message)