Skip to content

atdlib/pycreateuserpkg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%