Hello,
Before asking my question, I’d like to briefly describe our current environment:
- We are using Jamf Pro on-premises.
- MacBook devices are enrolled using the User-Initiated Enrollment method.
- During enrollment, a hidden local account named jamf is created on the machine.
- All devices are domain-joined, and FileVault is enabled.
- Users log in with their Active Directory (AD) accounts, which are configured as mobile accounts.
- Initially, we manually create a local admin account named support during setup. This ensures that both the support account and the user’s AD account are enabled for FileVault.
Our security team has raised a concern because the support account currently uses the same password across all devices. They have requested that we either remove this account or implement automatic password rotation, similar to a managed account.
Could you advise on the best approach? How do you typically handle this scenario?
Additionally:
- Is it possible to add the jamf account to FileVault?
- Would frequent password changes for this account cause any issues with FileVault unlock?
Note: The reason we need an account in FileVault is that sometimes users change their AD password outside of the MacBook environment. This can lead to login and keychain issues. In such cases, we currently resolve the problem by running the following commands:
sysadminctl -secureTokenOff aduser -password - -adminUser support -adminPassword -
sysadminctl -secureTokenOn aduser -password - -adminUser support -adminPassword -
Any guidance or best practices would be greatly appreciated.
Thank you!
