Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/251110-known-mdm-mosyle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Mosyle added to the list of well-known MDM platforms
2 changes: 2 additions & 0 deletions server/fleet/hosts.go
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,7 @@ const (
WellKnownMDMIntune = "Intune"
WellKnownMDMSimpleMDM = "SimpleMDM"
WellKnownMDMFleet = "Fleet"
WellKnownMDMMosyle = "Mosyle"
)

var mdmNameFromServerURLChecks = map[string]string{
Expand All @@ -1186,6 +1187,7 @@ var mdmNameFromServerURLChecks = map[string]string{
"microsoft": WellKnownMDMIntune,
"simplemdm": WellKnownMDMSimpleMDM,
"fleetdm": WellKnownMDMFleet,
"mosyle": WellKnownMDMMosyle,
}

// MDMNameFromServerURL returns the MDM solution name corresponding to the
Expand Down
Loading