Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

also support adduser #133

Open
jonaz opened this issue Feb 18, 2019 · 0 comments
Open

also support adduser #133

jonaz opened this issue Feb 18, 2019 · 0 comments

Comments

@jonaz
Copy link
Member

jonaz commented Feb 18, 2019

Currently installing only supports useradd:

bash-4.4# ./stampzilla install server
PANI[2019-02-18T15:12:47Z] Check user 'stampzilla'                       error="exec: \"useradd\": executable file not found in $PATH" exists=false output=

Could also support adduser

bash-4.4# adduser --help
BusyBox v1.28.4 (2018-07-17 15:21:40 UTC) multi-call binary.

Usage: adduser [OPTIONS] USER [GROUP]

Create new user, or add USER to GROUP

	-h DIR		Home directory
	-g GECOS	GECOS field
	-s SHELL	Login shell
	-G GRP		Group
	-S		Create a system user
	-D		Don't assign a password
	-H		Don't create home directory
	-u UID		User id
	-k SKEL		Skeleton directory (/etc/skel)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants