Skip to content
 
 

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tool for generating packages that create macOS user accounts on 10.8-10.13

$ ./createuserpkg --help
Usage: createuserpkg [options] /path/to/output.pkg

Options:
  -h, --help            show this help message and exit

  User Options:
    -n NAME, --name=NAME
                        User shortname. Required.
    -u UID, --uid=UID   User uid. Required.
    -p PASSWORD, --password=PASSWORD
                        User password. Required.
    -f FULLNAME, --fullname=FULLNAME
                        User full name. Optional.
    -g GID, --gid=GID   User gid. Optional.
    -H HOME, --home=HOME
                        Path to user home directory. Optional.
    -s SHELL, --shell=SHELL
                        User shell path. Optional.
    -a, --admin         User account should be added to admin group.
    -A, --autologin     User account should automatically login.

  Package Options:
    -V VERSION, --version=VERSION
                        Package version number. Required.
    -i IDENTIFIER, --identifier=IDENTIFIER
                        Package identifier. Required.

About

Python tool to create macOS packages that create user accounts

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages