84
68
# Resolve the user's login into a UID
89
72
raise Exception("user %s does not have a unixid in the database"
93
76
except Exception, message:
94
77
logging.warning(str(message))
97
80
logging.debug("recreated user %s's jail." % login)
106
82
logging.info("rebuild completed successfully")