mirror of
https://github.com/sol1/rustguac.git
synced 2026-09-10 09:35:45 +00:00
8a25869606
The "Key differences" table claimed Apache Guacamole's runtime was "Java (Tomcat + Spring)" and that its database options included LDAP. Both are inaccurate. Per the upstream apache/guacamole-client pom.xml, the Java stack is Tomcat (or any servlet container) plus Google Guice for DI and Jersey for the JAX-RS endpoints, not Spring. LDAP is an authentication backend in Guacamole's extension model, not a database; the actual database options are MySQL and PostgreSQL. Other rows in the table reference behaviours we should also verify on a follow-up pass (OIDC support via guacamole-auth-sso, per-entry clipboard control, etc.) but those need direct checks against upstream rather than a guess; deferring for now.