Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDM Authentication and PWPolicy lockouts #278

Open
Luke-From-IT opened this issue Feb 3, 2025 · 2 comments
Open

MDM Authentication and PWPolicy lockouts #278

Luke-From-IT opened this issue Feb 3, 2025 · 2 comments
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@Luke-From-IT
Copy link

Referencing this as it is directly related

#183

I am experiencing the issue above, but we are using --auth-jamf-client and --auth-jamf-secret.

As far as I can tell, the bug fix to the solution above was to get super to stop running once it detects that the authentication has failed.

I can restart the super process to attempt to get super to work again, but this further causes an incorrect password attempt on the device and increments the failedLoginCount key by 1 when running this command; further tries of this will repeat until we reach the number set in pwpolicy for Maximum Number of Failed Attempts, and locking the account.

dscl . -read /Users/$USERNAME | grep -A1 failedLoginCount

        <key>failedLoginCount</key>
        <integer>2</integer>

Is there a solution to make Super restart the workflow when using the auth-jamf-client options without causing further lockouts?

@tranziq
Copy link

tranziq commented Feb 28, 2025

i am having the same issue.

@Macjutsu
Copy link
Owner

Ineed this is likley related and stems from an issue with Apple breaking the softwareupdate download function. I'm working on a solution in super v5.1, but it requires a significant reachitecting of the internals of the super workflow.

@Macjutsu Macjutsu added this to the v5.1.x milestone Mar 17, 2025
@Macjutsu Macjutsu added bug Something isn't working enhancement New feature or request labels Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants