Release 0.0.1.

This commit is contained in:
2025-11-12 21:21:00 +01:00
parent e4ace39b0f
commit fea729031b
2 changed files with 2 additions and 3 deletions

View File

@@ -33,5 +33,4 @@ The extension will periodically fetch information from Wallix bastion, compare t
3. API key of the guacamole user
3. Copy the extension jar file (i.e: guacamole-ext-wallix-sync-0.0.1.jar) to $GUACAMOLE_HOME/extensions folder of the Guacamole server.
4. Add the extension's specific paramter to guacamole.properties file (see in config/guacamole folder for a sample file)
1.
5. Restart Guacamole.

View File

@@ -6,10 +6,10 @@
<groupId>cm.soungui.guacamole</groupId>
<artifactId>guacamole-ext-wallix-sync</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>guacamole-ext-wallix-sync</name>
<description>Guacamole extension for synchronizing parameters from Wallix Bastion.</description>
<description>Guacamole extension for synchronization of parameters from Wallix Bastion.</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>