hello
I'm facing to an issue which didn't allow me to provide guacamole in my company (for the moment) .
I'd like to use connexion group in order to be more efficient to give access to a lot of people .
I create an organizational group called "Sciences"
I create a connection "testIAM" and "testEL" inside this group
but thoses connections disappeared in the web interface (see screenshoot)
Strange isn't it ?
I checked in mariadb database : all seems OK :
MariaDB [guacamole_db]> select connection_id,connection_name,parent_id from guacamole_connection where parent_id=8;
+---------------+-----------------+-----------+ | connection_id | connection_name | parent_id | +---------------+-----------------+-----------+ | 17 | testIAM | 8 | | 18 | testEL | 8 | +---------------+-----------------+-----------+
2 rows in set (0.001 sec)
MariaDB [guacamole_db]> select * from guacamole_connection_group WHERE connection_group_id=8;
+---------------------+-----------+-----------------------+----------------+-----------------+--------------------------+-------------------------+ | connection_group_id | parent_id | connection_group_name | type | max_connections | max_connections_per_user | enable_session_affinity | +---------------------+-----------+-----------------------+----------------+-----------------+--------------------------+-------------------------+ | 8 | NULL | SCIENCES | ORGANIZATIONAL | NULL | NULL | 0 | +---------------------+-----------+-----------------------+----------------+-----------------+--------------------------+-------------------------+
1 row in set (0.000 sec)
MariaDB [guacamole_db]>
no issue in JIRA gave me any clues
Log didn't help me a lot : except this message :
[http-nio-127.0.0.1-8080-exec-6] DEBUG o.a.g.rest.RESTExceptionMapper - Client request rejected: Session not associated with authentication provider "cas".
My instance : guacamole 1.3 ( same for extension) on debian buster with Mysql backend ( mariadb to be more precise) for configuration and CAS backend for authentification( lemonldap-ng with TOTP)
Do you have any Idea ?
Antoine
-- Antoine Gallavardin
