nanomdm icon indicating copy to clipboard operation
nanomdm copied to clipboard

NanoMDM is a minimalist Apple MDM server heavily inspired by MicroMDM

Results 30 nanomdm issues
Sort by recently updated
recently updated
newest added

Add the ability to configure the device identity verification type from the CLI. The actual verifiers themselves have existed for a while (for use as library code), this just exposes...

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @​jww3 in actions/checkout#1692 Add dependabot config by @​cory-miller in...

dependencies
github_actions

The currently the storage test is under `./storage/internal/test/` which hides it from 3rd parties who may want to use it. It should be moved into just `./storage/test/`.

help wanted

Initial implementation of the *framing* for the `GetToken` check-in message. **Note:** this is just the scaffolding to (eventually) support handling/handing-off of the GetToken check-in [`TokenServiceType`s](https://developer.apple.com/documentation/devicemanagement/gettokenrequest) of `com.apple.maid` and `com.apple.watch.pairing`.

Several Linux distributions have replaced MySQL in their repositories with MariaDB, a fork of MySQL. MariaDB does not support `INSERT ... AS`, so this PR rewrites the existing use of...

Hello, This is not technically an error, but the `MultiService` implementation currently returns as soon as the first service has run and the parallel goroutines for the other ones have...

The migration ingest only support a few Check-in message types. To support Bootstrap tokens for preservation.

An iPad failed to enrol due to a clock issue, most likely due to the iPad's clock not having properly synced yet (server clock confirmed correct and NTP synchronised). `level=info...

We clear the command queue when a device enrolls in the MySQL backend. We should also consider clearing bootstrap and unlock tokens as well.

Support dynamic table prefix specification in the mysql and pgsql storage backends. E.g. you can specify "mynano_" as the prefix and it would get prepended to the table names like...

enhancement
help wanted
good first issue