sys.exit(0)
homeattr = get_homeattr(user.pw_name)
if not homeattr:
create_home(user)
else:
(_, host, path, ) = parse_automount(homeattr)