Victor Vrantchan

Results 116 comments of Victor Vrantchan

> fatal: could not create leading directories of '/src/github.com/micromdm/micromdm': Permission denied sounds like the issue is that `make` doesn't have permissions to edit your path when you run `make deps`

``` ifndef ($(GOPATH)) GOPATH = $(HOME)/go endif ``` Is $HOME not ~ for you?

Sorry it's 3AM here. I'll repro this and provide a fix. Feel free to also send a PR if you have a better solution for `check-deps`. The goal of that...

@knightsc I mostly agree with everything you said. Profiles are somewhat complex and there are two related problems which I don't necessarily think micromdm needs to focus on (but could,...

That's an interesting idea. We definitely need to address who is allowed to enroll and have discussed several possible ways of doing it, but never this. Let's wait and see...

@jessepeterson @bruienne @np5 I'd be curious as to thoughts about this proposal.

A proposal I prefer is to allow enrollment by default, but but the device into a insecure group. The reason is that denying enrollments is not a good UX by...

I'd love to hear what Clay has to say as well :)

@np5 that all sounds good, but 1) how do you validate the user during DEP without blocking their current enrollment? 2) what is the process like for verifying that the...

MicroMDM does have the ability to force devices to un-enroll. This is a little different but I don't think it would be hard to implement this and add it to...