-
Notifications
You must be signed in to change notification settings - Fork 716
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
GUACAMOLE-1219: Allow TOTP to be disabled by group membership #577
Conversation
Just as the TOTP support currently leverages a set of custom attributes to store a user's TOTP key and whether enrollment has succeeded, I think a better approach would be to use the same part of the extension API (custom attributes) to allow the administrator to check "Disable TOTP" for a user or group. |
@janhf Any further progress on doing things in the way that @mike-jumper suggested, using attributes? |
how can one install this patch to a working 1.4 guacamole. we use the api for various things and since we enabled TOTP we cant use the API any longer. |
Hello, I hope it's OK to add a comment on a closed PR. I am new to this project. Let me know if I should do things differently. I am currently in the process of deploying Guacamole in my company and I think I need this specific feature. If this feature was added, I could :
Then I would proceed with the rest of the configuration through the API, as usual. Is it possible to consider this PR again or is there another solution I am not aware of ? Best regards |
@JLE-ATS In general you should not comment on an open PR - if you have a question, use the mailing list. The PR was abandoned and closed because support for this feature was merged in #808. The feature will be released as part of the 1.6.0 release. The other PR you mentioned, #911, is still in review and will likely go into 1.6.0, but may be in a release after that if it doesn't make the 1.6.0 scope. |
Hi @necouchman I have the same request as @JLE-ATS I use Apache Guacamole 1.5.4 (latest version at the moment) with the TOTP extension. |
@EvannG1 We do not have a release date planned, yet. We're working to ship 1.5.5, which will hopefully be out in the next week or so. After that we'll turn our attention to 1.6.0. I would say 1.6.0 is several months out, but that's just my rough guess/approximation, and I can't get any more granular than that. |
I'd like to come back to you now that 1.5.5 has been released. Is there an approximate release date for 1.6.0? |
@EvannG1 I think we are probably a week or two out from the release of 1.6.0 - we're finishing up the final issues (6 open ones remaining) and moving rapidly toward that release. |
This parts changes the code, so that TOTP can be disabled by membership in a special (configurable) group.