A script that allows admins of thunix to make user accounts easily.
Go to file
Blade of Darkness f3a9e42163 rename tmpl folder to include, for other contents 2019-12-12 20:05:06 +00:00
include rename tmpl folder to include, for other contents 2019-12-12 20:05:06 +00:00
.gitignore Initial commit 2018-09-20 09:54:03 -04:00
LICENSE Initial commit 2018-09-20 09:54:03 -04:00
README.md Updated README 2019-06-28 13:48:54 +00:00
dbremove ADMIN_EMAIL and REPO_LOCATION defined in setenv 2019-12-06 15:32:09 +00:00
gen_tdp One setenv to rule them all! 2019-12-06 13:01:38 +00:00
makedb rename tmpl folder to include, for other contents 2019-12-12 20:05:06 +00:00
makeuser rename tmpl folder to include, for other contents 2019-12-12 20:05:06 +00:00
makeuser_no_ansible rename tmpl folder to include, for other contents 2019-12-12 20:05:06 +00:00
rmuser define LIST_NAME in setenv 2019-12-06 15:40:49 +00:00
setenv rename tmpl folder to include, for other contents 2019-12-12 20:05:06 +00:00

README.md

makeuser

A script that allows admins of thunix to make user accounts easily.

Forked from tilde.team's makeuser repo.

``makeuser {username} {email} {ssh key}

rmuser

This tool archives the user's home dir, and removes the system account. It is assume that beforehand, the user is un-enforced in ansible.

``rmuser {username}

makedb

Upon request, this tool provisions a database for users on the system MySQL/MariaDB instance.

``makedb {username}

dbremove

Removes user dbs.

``dbremove {username}