GUACAMOLE-189: Allow per-connection guacd parameters for the JDBC auth.

This commit is contained in:
Michael Jumper
2016-10-22 20:19:18 -07:00
parent 1c0ee41d0e
commit 152de87dc2
10 changed files with 571 additions and 50 deletions

View File

@@ -20,7 +20,16 @@
"FIELD_HEADER_MAX_CONNECTIONS" : "Maximum number of connections:",
"FIELD_HEADER_MAX_CONNECTIONS_PER_USER" : "Maximum number of connections per user:",
"SECTION_HEADER_CONCURRENCY" : "Concurrency Limits"
"FIELD_HEADER_GUACD_HOSTNAME" : "Hostname:",
"FIELD_HEADER_GUACD_ENCRYPTION" : "Encryption:",
"FIELD_HEADER_GUACD_PORT" : "Port:",
"FIELD_OPTION_GUACD_ENCRYPTION_EMPTY" : "",
"FIELD_OPTION_GUACD_ENCRYPTION_NONE" : "None (unencrypted)",
"FIELD_OPTION_GUACD_ENCRYPTION_SSL" : "SSL / TLS",
"SECTION_HEADER_CONCURRENCY" : "Concurrency Limits",
"SECTION_HEADER_GUACD" : "Guacamole Proxy Parameters (guacd)"
},