customer-verstappen: Slack thread. Includes screenshots and additional details.
Fleet versions
- Discovered: 4.91.0
- Reproduced:
Web browser and operating system: macOS
💥 Actual behavior
Fleet says that it created a Managed Account when the device was migrated from another MDM, and the MDM command was Acknowledged, but the _fleetadmin account isn't on the device.
# id _fleetadmin
id: _fleetadmin: no such user
# dscl . -read /Users/_fleetadmin
<dscl_cmd> DS Error: -14136 (eDSRecordNotFound)
Request:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Command</key>
<dict>
<key>PrimaryAccountFullName</key>
<string>REDACTED</string>
<key>PrimaryAccountUserName</key>
<string>REDACTED</string>
<key>LockPrimaryAccountInfo</key>
<true />
<key>AutoSetupAdminAccounts</key>
<array>
<dict>
<key>hidden</key>
<true />
<key>passwordHash</key>
<data>REDACTED</data>
<key>shortName</key>
<string>_fleetadmin</string>
<key>fullName</key>
<string>Fleet Admin</string>
</dict>
</array>
<key>RequestType</key>
<string>AccountConfiguration</string>
</dict>
<key>CommandUUID</key>
<string>REDACTED</string>
</dict>
</plist>
Response:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CommandUUID</key>
<string>REDACTED</string>
<key>Status</key>
<string>Acknowledged</string>
<key>UDID</key>
<string>REDACTED</string>
</dict>
</plist>
🛠️ Expected behavior
The Managed Account should successfully be created. If it fails to be created, Fleet shouldn't say that it was successfully created.
🧑💻 Steps to reproduce
These steps:
- Set up a macOS 27 device on another MDM.
- Configure a fleet with a Managed Account.
- Migrate the device over to Fleet.
🕯️ More info (optional)
N/A
customer-verstappen: Slack thread. Includes screenshots and additional details.Fleet versions
Web browser and operating system: macOS
💥 Actual behavior
Fleet says that it created a Managed Account when the device was migrated from another MDM, and the MDM command was
Acknowledged, but the_fleetadminaccount isn't on the device.Request:
Response:
🛠️ Expected behavior
The Managed Account should successfully be created. If it fails to be created, Fleet shouldn't say that it was successfully created.
🧑💻 Steps to reproduce
These steps:
🕯️ More info (optional)
N/A