RE: Configuring LDAP

2017-11-21 Thread harry.devine
I set SELinux to permissive and put the LDAP extension back (its under /usr/share/tomcat/.guacamole/extensions), restarted tomcat and guacd, and try to log in using an LDAP user. I click Login and on the Network tab, it shows tokens (/guacamole/api/tokens) as having a “pending” status. Never g

Re: Clipboard support using guacamole-common-js API

2017-11-21 Thread Amarjeet Singh
Hi Mike, I enabled Ctrl + V ( Paste Event ) >> then updated the guacClipboard << $scope.$broadcast('guacClipboard', data); >> . Issue : It was sending Ctrl + V keys to the server and then the clipboard data , therefore server is pasting older data and on the next Ctrl + v , it is pasting th

Re: Clipboard support using guacamole-common-js API

2017-11-21 Thread Amarjeet Singh
@Mike : It is working : I am not facing the above issue as of now. I might be sending the wrong keys. On Tue, Nov 21, 2017 at 7:27 PM, Amarjeet Singh wrote: > Hi Mike, > > I enabled Ctrl + V ( Paste Event ) >> then updated the guacClipboard > << $scope.$broadcast('guacClipboard', data); >

Re: Configuring LDAP

2017-11-21 Thread Nick Couchman
On Tue, Nov 21, 2017 at 8:10 AM, wrote: > I set SELinux to permissive and put the LDAP extension back (its under > /usr/share/tomcat/.guacamole/extensions), restarted tomcat and guacd, and > try to log in using an LDAP user. I click Login and on the Network tab, it > shows tokens (/guacamole/api

Re: Configuring LDAP

2017-11-21 Thread Nick Couchman
On Tue, Nov 21, 2017 at 8:10 AM, wrote: > I set SELinux to permissive and put the LDAP extension back (its under > /usr/share/tomcat/.guacamole/extensions), restarted tomcat and guacd, and > try to log in using an LDAP user. I click Login and on the Network tab, it > shows tokens (/guacamole/api

No logs, failed to login

2017-11-21 Thread dirtbikersteve .
I'm running guacamole under tomcat8. I setup tomcat8 following this tutorial: https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-8-on-ubuntu-16-04 I've built the guacd service and client, and deployed the client to tomcat8. I've set the invornment variable for GUACAMOLE_

Re: No logs, failed to login

2017-11-21 Thread Mike Jumper
On Tue, Nov 21, 2017 at 10:53 AM, dirtbikersteve . wrote: >... > > I've built the guacd service and client, and deployed the client to tomcat8. > I've set the invornment variable for GUACAMOLE_HOME to point to > /etc/guacamole (for both my user steve, and root just in case). > You would be better

Re: No logs, failed to login

2017-11-21 Thread dirtbikersteve .
Wow, i've wasted so much time. Moving all my stuff to /opt/tomcat/.guacamole fixed everything. Also i think the configuration web page: https://guacamole.incubator.apache.org/doc/gug/configuring-guacamole.html should mention that all of these files must be manually created, i was under the impressi

RE: Configuring LDAP

2017-11-21 Thread harry.devine
OK, took me a little bit to weed through some OpenLDAP config issues (it wasn’t installed on the server I have guacamole installed on; didn’t realize that at first), but I got the ldapsearch working. So I re-enabled the LDAP parameters and tried again. The page shows “Invalid Login”, but the f

RE: Configuring LDAP

2017-11-21 Thread Hawkins, Richard
Here is mine.. see if it helps.. the DC is a windows server 2012 r2 server. ldap-hostname: dc01.mydomain.org ldap-port: 3268 ldap-user-base-dn: DC=mydomain, DC=org ldap-search-bind-dn: CN=mysecretlookupuser, CN=Users, DC= mydomain, DC=org ldap-search-bind-password: Mysecret password ldap-

RE: Configuring LDAP

2017-11-21 Thread Hawkins, Richard
Restart tomcat Service tomcat restart.. Tail –f /var/log/messages Authenticated From: harry.dev...@faa.gov [mailto:harry.dev...@faa.gov] Sent: Tuesday, November 21, 2017 2:01 PM To: user@guacamole.apache.org Subject: RE: Configuring LDAP OK, took me a little b

How to hide CD name 'Guacamole RDP G disk'

2017-11-21 Thread loumt
When i open a remote app, the disk 'Guacamole RDP G' will appear . It's Guacamole RDP setting for this phenomenon ? i cant determine ,but this name is so similarity with Guacamole RDP Can i hide this disk with Guacamole Setting or disappear it with code's modification -- Sent from: http://a

Re: Clipboard support using guacamole-common-js API

2017-11-21 Thread Amarjeet Singh
@Mike : I have tested with Chrome, Firefox , Edge and IE. It's working. I will contribute it to review by Guacamole team or if any necessary changes required. On Tue, Nov 21, 2017 at 7:35 PM, Amarjeet Singh wrote: > @Mike : It is working : I am not facing the above issue as of now. I > might b

Re: How to hide CD name 'Guacamole RDP G disk'

2017-11-21 Thread Or Cohen
On Wed, Nov 22, 2017 at 5:09 AM, loumt wrote: > When i open a remote app, the disk 'Guacamole RDP G' will appear . > > It's Guacamole RDP setting for this phenomenon ? i cant determine ,but this > name is so similarity with Guacamole RDP > Yes, that's Guacamole's virtual drive to allow you to tr

Re: Re: How to hide CD name 'Guacamole RDP G disk'

2017-11-21 Thread lo...@sanlogic.com
It's cool! I set enable-drive false and the disk that name Guacamole RDP G disk is disappear! Thank for you help! lo...@sanlogic.com From: Or Cohen Date: 2017-11-22 14:59 To: user Subject: Re: How to hide CD name 'Guacamole RDP G disk' On Wed, Nov 22, 2017 at 5:09 AM, loumt wrote: When i