Abba Soungui YOUNOUSS 603175febc Allow to specify Wallix credentials in configuration file.
This commit add 2 new parameters wallix-user-password and
wallix-username-suffix, to allow formatting credentials before sending
them to Wallix in order to automate authentication. Now when a
connection is opened, the following crendentials will be used :

Username : <wallix-username-prefix>+<wallix-username-suffix>
Password : <wallix-user-password>

If wallix-username-suffix is not provided, the value ${GUAC_USERNAME} ,
which represent the username provided while login in to Guacamole will
be used. If wallix-user-password is not set, password will be asked
during connection otherwise, the provided password will be used for all
connections. Guacamole tokens can be used as value, so if you set this
parameter to ${GUAC_PASSWORD}, the password used to authenticate with
Guacamole will be used to connect to Wallix and allow automatic
authentication if both share the same authentication source.
2025-11-11 10:57:22 +01:00
2025-10-24 11:36:35 +01:00
2025-11-04 14:12:00 +01:00
Description
Guacamole extension for connection through Wallix
173 KiB
0.0.1 Latest
2025-11-12 21:44:25 +01:00
Languages
Java 100%