Hello, so I need help with something. Currently, I have Apache Guacamole 0.9.14. As you are aware, users are allowed access through the user-mapping.xml file. I am developing a server-side application through bash (ssh) which also has its own set of users (located in /cmc/users). The users have the following files prior to login (Example: Jon Doe):
Username detection: /cmc/users/JDoe > TMIN (Team Member Identification Number): /cmc/users/JDoe/tmin.inf > Password (Used in MD5 hash): /cmc/users/JDoe/.Password Any logins are also managed through the application I'm developing. Is there a way I can reference those in the user-mapping.xml file so logins are managed easier? I had complaints before using Guacamole about users having to put in two separate login details. For instance, users would have to put in a username and password referenced in the User-Mapping.xml file then put in their login details in the application (which is a headache in itself).
