Hi, I'm having an issue with a specific user connecting to several RDP connections. Authentication seems to be OK. However, the user reports that the session is "dead" and a screenshot shows that Guacamole is saying that the session failed (after NLA login). A "query session" on the RDP server does not list that user.
I'm having a hard time associating connections logged in catalina.out and the ones logged in guacd. I probably overlooked something in the manual... Suppose I see this in Tomcat: o.a.g.tunnel.TunnelRequestService - User "failingUser" connected to connection "141". How do I know who's who and what's what in the guacd log? Suppose I see: guacd[ID]: User "@1118f4d2-c513-44d3-85cb-0fbe5f9f94c1" joined connection "$c1ee996c-99a8-4c1b-b1b2-6329f60725b1" Are those IDs taken from the connection and user tables? Is there a way to quickly get their "readable" values? I just need to know if failingUser == @1118f4d2-c513-44d3-85cb-0fbe5f9f94c1 and 141 == $c1ee996c-99a8-4c1b-b1b2-6329f60725b1. Also, I tried to enable recording for that user. When the user logs in, several short recording files are created and encoding them with guacencode just show a single green frame. The content of one of these recordings (trimming out the png data) looks like this: 4.size,1.0,4.1280,3.720;4.size,2.-1,2.11,2.16;3.img,1.3,2.12,2.-1,9.image/png,1.0,1.0;4.blob,1.3,232.[TRIM].end,1.3;6.cursor,1.0,1.0,2.-1,1.0,1.0,2.11,2.16; Another file shows something like this: 4.size,1.0,4.1280,3.720;4.size,2.-1,2.11,2.16;3.img,1.3,2.12,2.-1,9.image/png,1.0,1.0;4.blob,1.3,232.[TRIM].error,45.Authentication failure (invalid credentials?),3.769;3.end,1.1; I must say though that I still haven't found any indication of an authentication failure. What could I try? Regards, Vieri --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
