pycreateuserpkg icon indicating copy to clipboard operation
pycreateuserpkg copied to clipboard

Python tool to create macOS packages that create user accounts

Results 18 pycreateuserpkg issues
Sort by recently updated
recently updated
newest added

When building a package with python3 (tested with python 3.10.2 and munki-python 3.9.5) the string applied for the username is in the syntax "b'username'". Python 3: ``` % munki-python --version...

We had problems with German umlauts with user's full names when creating accounts using pycreateuserpkg. The changes made here have solved the problem for us and may be helpful for...

If pycreateuserpkg is used to change the password of an existing Secure Token holder on a Mac with a Secure Enclave (SEP), things get into not immediately obvious broken state....

Works on systems without `/dev/urandom`, for example, macOS recovery ![Screenshot_2021-03-24_22-50-01](https://user-images.githubusercontent.com/65906298/112393714-6edf4680-8cf3-11eb-8a0a-7c892a7db8b1.png)

Any chance a boolean switch could be included in pycreateuserpkg to deal with this? If there aren’t any SecureToken enabled users on a Mac, setting a user password will enable...

Seems that packages created with pycreateuser are not creating user acccounts. At least I cannot get them working on the latest beta 8. Using script with sysadminctl -addUser works ok.

Being able to force a password change at first login would be a handy feature when creating a user account using a generic password. I've experimented with doing this in...

For example: -f "John Snäjder" will show as John SÃ1/4^jder.

Hi, This is an incredible tool. I attempted to use it on the latest version of Catalina yesterday for the first time, and in my environment the username got created...

I tested this with DEP enrollment and the AutoLogin doesn't work. I had to repackage the .pkg and add the kcpassword file to fix the issue.