Adam Anklewicz

Results 14 comments of Adam Anklewicz

Any movement on this? We have many devices we want to push this out to. Having it released as a pkg would allow IT to keep it updated so the...

Was having the same issue. I noticed that the check box in Jamf Users for the API user to require password change after login was checked. Now I'm getting a...

@TramsGuardian I don't see the error when I run it from the policy, but it doesn't work. I just get SwiftDialog saying "Here's the password" and there's nothing there.

[LAPS.log](https://github.com/user-attachments/files/16677207/LAPS.log) [LAPS-FAILURE.log](https://github.com/user-attachments/files/16677208/LAPS-FAILURE.log) I'm running macOS 15.1 beta This started because of an end user running macOS 14.6.1 had issues decoding.

On 14.4.1 I'm getting this error ``` bad decrypt 8319892160:error:06FFF064:digital envelope routines:CRYPTO_internal:bad decrypt:/AppleInternal/Library/BuildRoots/ce725a5f-c761-11ee-a4ec-b6ef2fd8d87b/Library/Caches/com.apple.xbs/Sources/libressl/libressl-3.3/crypto/evp/evp_enc.c:549: ```

I ran the creation and cycle script just now, then using the new values in Jamf, I ran: ``` cryptkey="mycryptkey" secretkey="mysecretkey" passwd=$(echo $cryptkey | openssl enc -aes-256-cbc -md sha512 -a...

That worked as expected on 14.6.1 and outputs `9CZgGYlk3+wgOeSbE33#`

In 15.1 I get the following output ``` *** WARNING : deprecated key derivation used. Using -iter or -pbkdf2 would be better. 9CZgGYlk3+wgOeSbE33# ```

I've noticed when I run the creation/cycle script, it doesn't change the secret key, should it?

``` verbose: Parsing Policy LAPS | Create Admin and Cycle Password (454)... verbose: The Management Framework Settings are up to date. verbose: Found 1 matching policies. Executing Policy LAPS |...