You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.
I would like to have the option to create a guest account using CreateUserPkg. In some environments might be useful to create a custom guest account so that the user data is deleted on logout.
Currently I am doing this using a postflight script . The script is very raw but I think it should be easy to include the feature in the app
Noel
The text was updated successfully, but these errors were encountered:
A guest type account has specific properties in OSX . The main benefit for us is that the user home directory is deleted once the user logs out or reboots. OSX prompts with a message explaining this, which makes it ideal for machines in public locations or kiosks logout message reboot message shutdown message
actually all the extra dsAttrTypeNative attributes are necessary. Each OS X version requires different ones. Plus the system.keychain trick on anything >10.6 to work around the kerberos key generation.
Because of the target specific version I am not sure whether it is doable to add this feature with the current approach.
I would like to have the option to create a guest account using CreateUserPkg. In some environments might be useful to create a custom guest account so that the user data is deleted on logout.
Currently I am doing this using a postflight script . The script is very raw but I think it should be easy to include the feature in the app
Noel
The text was updated successfully, but these errors were encountered: