Posted on 01-14-2020 12:56 AM
On Mojave, we deploy (lab) iMac using "kcpassword" method that auto login to an account upon enrolment completion which then runs DEPNotify to complete/start the initial setup. That same setup is not working for Catalina.
Any help would be appreciated.
Posted on 01-14-2020 09:10 AM
We also setup an auto login for our Provisioning process. It is working as expected on Catalina. I have a package with the kcpassword file and a defaults write postinstall script that sets the user as auto login. The package is installed on enrollment complete.
Posted on 02-03-2020 09:49 AM
@m.donovan The package (kcpassword file and post install script) that we have for Mojave is not working for Catalina. Was there any changes required or you made to work with Catalina? Like, changing permission or location to the kcpasssword file or editing the script?
Thanks in advance.
Posted on 08-24-2020 11:19 AM
Catalina has been a royal pain. We autologin to Guest on our lab systems and upgrading to Catalina breaks it. You have to turn off Guest and re-enable it. I suppose so a new key can be generated. Maybe it's a similar situation?
Posted on 08-26-2020 06:54 AM
@arnoldtaw Did you resolve the kcpassword / auto login issue with Catalina? If so, will you share what steps you took?
Posted on 09-29-2020 12:41 AM
@michael.sharpe I am unable to automate this on Catalina. Our organization might entirely skip Catalina and go with Big Sur.
Posted on 08-25-2021 09:31 AM
I made a couple scripts to do this without Python dependency: setAutomaticLogin.jamf.sh (use in a jamf policy) and setAutomaticLogin.sh (standalone) and expound upon them here: Automating automatic login for macOS
Regarding Catalina it seems it became very sensitive to whether the length of kcpassword was a multiple of 12 which didn't matter so much to previous and even future versions of macOS (Big Sur+ doesn't care!), and then it seemed to be very sensitive to what the padding characters were, sheesh what a pain Catalina!
03-06-2023 02:45 PM - edited 03-06-2023 02:47 PM
@brunerd If the account is locked and computer is restarted, the account stays locked even after the computer restarts. Why is this happening ?