@robertgendler commented on GitHub:
Removed from CIS. Does not seem manageable. Closing out.
@robertgendler commented on GitHub:
Sure is. But when you upload a plist and not mobileconfig file to jamf it pushes it to machines as mcx payload....which causes you the issues.
@wewenttothemoon commented on GitHub:
@robertgendler I was reviewing the documentation for cis_lvl2 and correct me if I am wrong but isn't this the same as the .plist I used above?
![Image](https…
@wewenttothemoon commented on GitHub:
@robertgendler Thank you for quick feedback!
Understood, the password policy from EntraID is coming from AD via Entra Sync with no writeback enabled, so I…
@robertgendler commented on GitHub:
So digging into this.
- Since VoicetriggerUserEnabled is not an officially supported key from Apple, the results could be unexpected. Maybe make a request to…
@robertgendler commented on GitHub:
No question is dumb. But check out the wiki https://github.com/usnistgov/macos_security/wiki/Getting-Started
Then you can get to https://github.com/usnistgov/m…
@robertgendler commented on GitHub:
If you're using some sort of password policy from EntraID...lean into that and don't set your local pwpolicy.
2nd it looks as though Jamf Compliance Editor…
@wewenttothemoon commented on GitHub:
@robertgendler Ahhh I see what you mean! Yup, I just uploaded the mobileconfig file it generated to Jamf Pro and it maps it to passcode:
![Image](https://git…
@wewenttothemoon commented on GitHub:
@robertgendler Noted, I will keep that in mind! Crap... now I have to double check anything else I've deployed as an MCX preference... Again, many thanks for…
@robertgendler commented on GitHub:
Ya Jamf doesn't recognize all configuration keys.
You may want to sign the profile with a certificate. Then jamf won't complain. But you also can't edit or…
@stefanbenten commented on GitHub:
@hkpanchani Is there anything left to do on this issue? Are we good to close this?
@hkpanchani commented on GitHub:
Yes perfectly fine. Good to close this one ouy.
@paolafrancesca commented on GitHub:
@hkpanchani you don't need to build the binary btw, you can use the one available on release page: https://github.com/dutchcoders/transfer.sh/releases (look…
@stefanbenten commented on GitHub:
Hello @hkpanchani ,
to build a production binary the easiest i found is
git fetch -t // Fetch all tags
git checkout v1.3.1 // Latest Release here of…
@stefanbenten commented on GitHub:
I found the issue and it is not related to invalid characters. It was an internal nil pointer that was passed to a clean up func, that caused this. Have put…
@stefanbenten commented on GitHub:
Technically you are still missing the ldflags as done here, but it should not matter for operation: https://github.com/dutchcoders/transfer.sh/blob/cff0a88bf3d9…
@stefanbenten commented on GitHub:
That seems like its some kind of other bug.. @aspacca Do you have time to diagnose?
@paolafrancesca commented on GitHub:
hi @stefanbenten
sorry, I was away, thanks for taking care of the issue