[
https://issues.apache.org/jira/browse/GUACAMOLE-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17116662#comment-17116662
]
Nick Couchman commented on GUACAMOLE-1081:
------------------------------------------
{quote}
Is this something I can backport to 1.1.0?
{quote}
Yes, it's a relatively simple patch that you should be able to apply to the
1.1.0 code and rebuild. The patch file can be downloaded from the pull request:
https://github.com/apache/guacamole-client/pull/516.patch
{quote}
Given 1.2.0 isn't out yet, why would this go to 1.3 and not 1.2?
{quote}
While 1.2.0 has not, yet, been released, we have already fixed the overall
scope of the release and are not adding any new features to it at this time.
The only additional items being added to 1.2.0 are regressions from the 1.1.0
release.
> option to convert usernames to all lowercase
> --------------------------------------------
>
> Key: GUACAMOLE-1081
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-1081
> Project: Guacamole
> Issue Type: New Feature
> Components: Documentation, guacamole-ext
> Reporter: Jason Keltz
> Assignee: Nick Couchman
> Priority: Minor
> Fix For: 1.3.0
>
>
> When the user logs into Guac with parts of their username in uppercase, the
> login to Guac is successful, but then subsequent login to Linux systems fails
> because the username is case sensitive. It would be useful to have an option
> in Guacamole to convert usernames to lowercase or uppercase before passing on
> to the systems.
> One possible suggestion from Nick on the mailing list was something like this:
>
> ${GUAC_USERNAME} - Pass through as entered
> ${GUAC_USERNAME:lower} - Convert string to lower-case
> ${GUAC_USERNAME:upper} - Convert string to upper-case
>
> This would work very well.
> I would be likewise happy with a solution that let me set a default somewhere
> (in my case, all lowercase).
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)