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

Fix OTPToken.Enabled #13

Merged
merged 1 commit into from
May 25, 2024
Merged

Fix OTPToken.Enabled #13

merged 1 commit into from
May 25, 2024

Conversation

brothert
Copy link
Contributor

Fix setting of OTPToken.Enabled from "ipatokendisabled.0" which is returned as a bool converted to "true" / "false" (lower case) as a string by gjson but compared to "TRUE" (upper case).

This didn't work with current versions of gjson-v1.14.3 and FreeIPA-4.10.1, affecting Mokey (self service addon).

Fix setting of OTPToken.Enabled from "ipatokendisabled.0" which is returned as a bool converted to "true" / "false" (lower case) as a string by gjson but compared to "TRUE" (upper case). This didn't work with current versions of gjson-v1.14.3 and FreeIPA-4.10.1, affecting Mokey (self service addon).
@aebruno aebruno merged commit d38538c into ubccr:master May 25, 2024
@aebruno
Copy link
Member

aebruno commented May 25, 2024

@brothert Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants