/standard-users

A very simple solution to have standardized users and groups (with locked down uid and gid).

Primary LanguageShellGNU General Public License v3.0GPL-3.0

standard-users

Support for creating users with standaradized uid/gid

Design

The users.txt file contains a list of unix usernames and IDs. The associated script files creates users with that ID and matching groups. If the user or group is already created with the correct id, it does nothing. Otherwise, if there are any conflicts or issues, the scripts error out.

Usage

On any modern unix, run main.sh. Alternatively pull users.txt and use it however you need.

Known Consumers