Re: How to get client ip address on guacamole

2019-05-31 Thread Mike Jumper
On Fri, May 31, 2019 at 8:29 PM Manoj Patil wrote: > Ok > Is there any way to pass this ip to xrdp session on linux > No, I don't believe so. For Windows RDP, yes, but I'm not sure about XRDP. For Windows RDP, I think the best option would be the "CLIENTNAME" environment variable, set via Guaca

Re: How to get client ip address on guacamole

2019-05-31 Thread Manoj Patil
Ok Is there any way to pass this ip to xrdp session on linux On Fri, 31 May 2019, 23:39 Mike Jumper On Fri, May 31, 2019 at 10:46 AM Manoj Patil > wrote: > >> Means I am not catch actual client ip address is it right. >> >> If any ideas to catch this client lan ip address and pass through the >>

REST API documentation?

2019-05-31 Thread parth.mishra
I see the Java backend has a REST API but I can't find documentation for it. I see the guacamole-common docs but those are for the Java client itself right? Is there like a swagger/openAPI doc I could reference for the HTTP REST side of things? -- Sent from: http://apache-guacamole-general-user

Re: Adding Connection For LDAP User

2019-05-31 Thread Mike Jumper
You will see LDAP uses in that section, as well, if you log in as an LDAP user that also has admin privileges granted via the database. The links below describe how such an account can be created. Even if you choose not to configure things such that LDAP users will be visible, you can still grant

Re: Adding Connection For LDAP User

2019-05-31 Thread Carter Sema
Thanks for the URL's! I'll look through them. I thought it wasn't possible because I can log in with LDAP credentials, but my user account doesn't populate under the Users section in Guacamole, only guacadmin. On Fri, May 31, 2019 at 5:33 PM Mike Jumper wrote: > On Fri, May 31, 2019 at 2:28 PM

Re: Adding Connection For LDAP User

2019-05-31 Thread Mike Jumper
On Fri, May 31, 2019 at 2:28 PM Carter Sema wrote: > I've been out of this for awhile and haven't kept up. Prior to Version > 1.0, with LDAP connections, the user was still created in Guacamole and you > could manually assign a connection to the user. Is this not possible > anymore? > It is stil

Adding Connection For LDAP User

2019-05-31 Thread Carter Sema
I've been out of this for awhile and haven't kept up. Prior to Version 1.0, with LDAP connections, the user was still created in Guacamole and you could manually assign a connection to the user. Is this not possible anymore? Is there a newer way to assign a connection to the LDAP user without needi

Re: VMware Console Integration

2019-05-31 Thread sciUser
You are correct for VMware using Qemu , youc an connect to the PID and export that our via x11 Thank You - A Cybersecurity Enablement Company We don't just run you through the motions, Our labs teach you how to think! -- Sent from: http://apache-guacamole-general-user-mailing-list.2363

Re: VMware Console Integration

2019-05-31 Thread Mike Jumper
On Fri, May 31, 2019 at 1:23 PM sciUser wrote: > ... > VMware has added a new feature that exports the console and you can connect > to it. > As in the console of the VM is exposed via a standard protocol which Guacamole can then connect to as it would any remote desktop? (I believe this is what

Re: VMware Console Integration

2019-05-31 Thread sciUser
Hello We have been doing this for about 20+ years, but first was with Citrix metaframe then migrated that out with Guacamole when it became more stable. I recommend researching about network and OS security first before offering this to the public. There is a lot of working parts to get somethi

VMware Console Integration

2019-05-31 Thread Carter Sema
I recently went to a training event where the training company used a customized guacamole to provide access to the vmware console's of the VM's we were using. I thought it was super cool since I've been using guacamole for awhile now. I did some googling and i found on VMware's Forums that it migh

Re: How to get client ip address on guacamole

2019-05-31 Thread Mike Jumper
On Fri, May 31, 2019 at 10:46 AM Manoj Patil wrote: > Means I am not catch actual client ip address is it right. > > If any ideas to catch this client lan ip address and pass through the xrdp > session. > As far as your server is concerned, the WAN IP of the firewall *is* the client IP address.

Re: How to get client ip address on guacamole

2019-05-31 Thread Manoj Patil
Means I am not catch actual client ip address is it right. If any ideas to catch this client lan ip address and pass through the xrdp session. On Fri, 31 May 2019, 19:55 Mike Jumper On Thu, May 30, 2019 at 8:52 PM Manoj Patil wrote: > >> Dear Mike, >> >> In my case firewall is not perform NAT.

Re: Chinese "text input" not working

2019-05-31 Thread Mike Jumper
To anyone coming across this thread, Adrian successfully identified and solved his issue, posting the solution to a new thread: https://lists.apache.org/thread.html/fba8239a777bfd07f799da18f3bf6368bbf86e90da3110b7b5211732@%3Cuser.guacamole.apache.org%3E The connection in question had the "server-

Re: Add connections for OpenID users

2019-05-31 Thread Nick Couchman
On Fri, May 31, 2019 at 4:37 AM Yang Yang wrote: > Hello, > > I have get Guacamole 1.0.0 running with Keycloak, and can successfully > login. Could you help to tell how to add connections for Keycloak users and > manage the mapping between users and connections? > You will need to use some other

Re: Looping with Guacamole+Keycloak

2019-05-31 Thread Mike Jumper
On Thu, May 30, 2019 at 7:35 PM Yang Yang wrote: > Hi Mike, > > I just tested the recent change you proposed with > guacOpenIDTransformToken(), and can confirm that it works well in my case, > with “Exclude Session State From Authentication Response” in Keycloak > setting ON or OFF. > > Do you th

Re: How to get client ip address on guacamole

2019-05-31 Thread Mike Jumper
On Thu, May 30, 2019 at 8:52 PM Manoj Patil wrote: > Dear Mike, > > In my case firewall is not perform NAT. means NAT not configured in > firewall. > If: 1) A user with IP address X is connecting behind some sort of firewall device (router?). 2) The firewall itself has a WAN port with its own I

RE: Chinese "text input" not working - RESOLVED

2019-05-31 Thread Adrian Owen
Reason for failure: In connection parameters I had set: server-layout=failsafe https://guacamole.apache.org/doc/gug/configuring-guacamole.html "failsafe" Unknown keyboard - this option sends only Unicode events and should work for any keyboard, though not necessarily all RDP servers or applic

Add connections for OpenID users

2019-05-31 Thread Yang Yang
Hello, I have get Guacamole 1.0.0 running with Keycloak, and can successfully login. Could you help to tell how to add connections for Keycloak users and manage the mapping between users and connections? Thanks, Yang - To unsub