• Joined on 2025-07-20
michael closed issue dutchcoders/transfer.sh#128 2026-01-19 18:29:05 +00:00
Link with invalid characters errors out
michael commented on issue usnistgov/macos_security#56 2026-01-19 18:29:05 +00:00
system_settings_siri_listen_disable not working as intended

@robertgendler commented on GitHub:

Removed from CIS. Does not seem manageable. Closing out.

michael commented on issue usnistgov/macos_security#57 2026-01-19 18:29:05 +00:00
Multiple issues with pwpolicy_ on Sequoia (Using Jamf Connect with EntraID as the OIDC Provider)

@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.

michael commented on issue usnistgov/macos_security#57 2026-01-19 18:29:05 +00:00
Multiple issues with pwpolicy_ on Sequoia (Using Jamf Connect with EntraID as the OIDC Provider)

@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…

michael commented on issue usnistgov/macos_security#57 2026-01-19 18:29:05 +00:00
Multiple issues with pwpolicy_ on Sequoia (Using Jamf Connect with EntraID as the OIDC Provider)

@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…

michael commented on issue usnistgov/macos_security#56 2026-01-19 18:29:05 +00:00
system_settings_siri_listen_disable not working as intended

@robertgendler commented on GitHub:

So digging into this.

  1. Since VoicetriggerUserEnabled is not an officially supported key from Apple, the results could be unexpected. Maybe make a request to…
michael commented on issue usnistgov/macos_security#57 2026-01-19 18:29:05 +00:00
Multiple issues with pwpolicy_ on Sequoia (Using Jamf Connect with EntraID as the OIDC Provider)

@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…

michael closed issue dutchcoders/transfer.sh#129 2026-01-19 18:29:05 +00:00
Is site transfer.sh dead ?
michael commented on issue usnistgov/macos_security#57 2026-01-19 18:29:05 +00:00
Multiple issues with pwpolicy_ on Sequoia (Using Jamf Connect with EntraID as the OIDC Provider)

@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…

michael commented on issue usnistgov/macos_security#57 2026-01-19 18:29:05 +00:00
Multiple issues with pwpolicy_ on Sequoia (Using Jamf Connect with EntraID as the OIDC Provider)

@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…

michael commented on issue usnistgov/macos_security#57 2026-01-19 18:29:05 +00:00
Multiple issues with pwpolicy_ on Sequoia (Using Jamf Connect with EntraID as the OIDC Provider)

@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…

michael commented on issue usnistgov/macos_security#57 2026-01-19 18:29:05 +00:00
Multiple issues with pwpolicy_ on Sequoia (Using Jamf Connect with EntraID as the OIDC Provider)

@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…

michael commented on issue dutchcoders/transfer.sh#127 2026-01-19 18:29:05 +00:00
How to self host the server behind proxy

@stefanbenten commented on GitHub:

@hkpanchani Is there anything left to do on this issue? Are we good to close this?

michael commented on issue dutchcoders/transfer.sh#127 2026-01-19 18:29:05 +00:00
How to self host the server behind proxy

@hkpanchani commented on GitHub:

Yes perfectly fine. Good to close this one ouy.

michael commented on issue dutchcoders/transfer.sh#127 2026-01-19 18:29:05 +00:00
How to self host the server behind proxy

@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…

michael commented on issue dutchcoders/transfer.sh#127 2026-01-19 18:29:05 +00:00
How to self host the server behind proxy

@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…
michael commented on issue dutchcoders/transfer.sh#128 2026-01-19 18:29:05 +00:00
Link with invalid characters errors out

@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…

michael commented on issue dutchcoders/transfer.sh#127 2026-01-19 18:29:05 +00:00
How to self host the server behind proxy

@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…

michael commented on issue dutchcoders/transfer.sh#128 2026-01-19 18:29:05 +00:00
Link with invalid characters errors out

@stefanbenten commented on GitHub:

That seems like its some kind of other bug.. @aspacca Do you have time to diagnose?

michael commented on issue dutchcoders/transfer.sh#128 2026-01-19 18:29:05 +00:00
Link with invalid characters errors out

@paolafrancesca commented on GitHub:

hi @stefanbenten

sorry, I was away, thanks for taking care of the issue