Guacamole wake-on-lan and port

2020-12-02 Thread Vieri
Hi,

My Guacamole-Client/Tomcat installation is running on a gateway, and the target 
machines (RDP, VNC, etc.) are in a subnet behind a firewall. This firewall 
"forwards" the wake-on-lan packets to that LAN through the use of socat. I run 
it like this on the firewall because I have different netmasks there:

socat -u -T1 UDP-LISTEN:7,fork UDP-DATAGRAM:10.215.145.255:9,broadcast
socat -u -T1 UDP-LISTEN:8,fork UDP-DATAGRAM:10.215.247.255:9,broadcast
socat -u -T1 UDP-LISTEN:9,fork UDP-DATAGRAM:10.215.248.255:9,broadcast
socat -u -T1 UDP-LISTEN:10,fork UDP-DATAGRAM:10.215.111.255:9,broadcast

Before the wake-on-lan feature was added to Guacamole-Client I used to run a 
custom script which would in turn use a popular program called 'wakeonlan' from 
http://gsd.di.uminho.pt/jpo/software/wakeonlan/. This command has a -port 
parameter which allows to specify where to send the magic packet. So I run 
things like:

wakeonlan -p $port -i $broadcast $mac

where $port is any of 7,8,9,10 in my case.

Now, I'd like to use Guacamole's built-in support for WOL instead. However, 
according to https://guacamole.apache.org/doc/gug/configuring-guacamole.html 
there doesn't seem to be a way to specify this port. I guess it always uses the 
default port 9.

Would it be possible to add this feature?

Regards,

Vieri

-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Re: copy past from our system to RDP issue

2020-12-02 Thread Allen Chen
FYI. I have guacamole-1.1.0 installed. Clickboard works in Chrome, but 
not in Firefox. I don't change any settings on both browsers.


Allen

On 12/2/2020 6:15 AM, Arpit Agarwal wrote:

Hello,

I am using chrome always.

Thanks & Regards,
Arpit Agarwal
Chat ID's:
GTalk  :a...@mpatra.com 
Skype :iarpit22
http://www.arpitagarwal.in 
Office: +91 120 4561602
India Cell   : +91 99719 0
USA Cell : +1-732-705-7727

The information contained in this transmittal is privileged and 
confidential. The information is intended only for the use of the 
individual or entity named above. If the reader of this message is not 
the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is 
strictly prohibited.  If you have received this communication in 
error, please notify us immediately by telephone or e-mail, and delete 
this message from your server.

PPlease don't print this e-mail unless you really need to. Be Green.











On 02-Dec-2020, at 4:25 PM, Adrian Owen > wrote:


Hi,
Hope this helps.
IE
1)Guacamole URL to IE->Settings->Security->Local 
Intranet->Sites->Advanced
2)IE->Settings->Security->Internet->Custom Level-> IE Scripting 
property “Allow Programmatic clipboard access” to “Enable”

Chrome Firefox
Check Clipboard permission manager.
Adrian
*From:*Arpit Agarwal [mailto:a...@mpatra.com ]
*Sent:*02 December 2020 10:21
*To:*user@guacamole.apache.org 
*Subject:*Re: copy past from our system to RDP issue
Hello Mike,
Thanks for the details. I tried all and it is not on https also but 
still not able to use normal clipboard from local system to rdp. All 
the time has to paste the text first via ctrl+shift+alt clipboard 
windows and then into rdp.
Kindly help me to solve this issue as i know it is not an issue but 
my system is not working with it.


Thanks & Regards,
Arpit Agarwal
Chat ID's:
GTalk  :a...@mpatra.com 
Skype :iarpit22
http://www.arpitagarwal.in 
Office: +91 120 4561602
India Cell   : +91 99719 0
USA Cell : +1-732-705-7727

The information contained in this transmittal is privileged and 
confidential.  The information is intended only for the use of the 
individual or entity named above. If the reader of this message is 
not the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is 
strictly prohibited.  If you have received this communication in 
error, please notify us immediately by telephone or e-mail, and 
delete this message from your server.

PPlease don't print this e-mail unless you really need to. Be Green.



On 02-Dec-2020, at 10:14 AM, Mike Jumper
mailto:mike.jum...@glyptodon.com>> wrote:
On Tue, Dec 1, 2020 at 2:28 AM Arpit Agarwal mailto:a...@mpatra.com>> wrote:

Hello Mike,
Thanks for the information. I am using chrome as browser and
windows 2016 server in RDP but still not able to copy from
local and paste into rdp. Please help me to get this done if
there is some steps i need to follow please tell me what need
to do.

It should Just Work. The only cases I am aware of where this
would not be the case are:
* HTTPS is not being used (Chrome will refuse to provide
clipboard access to a web application that isn't served securely)
* The user has already refused clipboard access when Chrome asked
whether they wish to grant it (you can change that response and
then have things work as expected)
Michael Jumper
CEO, Lead Developer
Glyptodon Inc .







Re: Send notification @ to administrators

2020-12-02 Thread krogac
Thanks Nick! I'll be waiting for code.



--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Re: Send notification @ to administrators

2020-12-02 Thread sciUser
You will need a few items for this, its not as simple as you think it maybe.
We have a product called Provisioner v2.0 which handles all the connection
request first then passing it to Guacamole, this allows us to control user
accounts and all the functions Guacamole natively comes with.  
In our Provisioner we know when someone connects and disconnects from a
session.  

You can build an application (3rd party) that process the connection first,
then passes it to Guacamole; you will be able to control the events, and
those event emailed to you using a local smtp (postfix) system. 

Hope this puts you on the correct path.

Thank You



-
A Cybersecurity Enablement Company 
We don't just run you through the motions, Our labs teach you how to think! 
Known good Guacamole  installations

--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Re: Send notification @ to administrators

2020-12-02 Thread Nick Couchman
On Wed, Dec 2, 2020 at 6:04 AM krogac  wrote:

> I studied the manual and did not find an option there how to add sending
> smtp
> notifications
>
>
The manual doesn't contain any specific examples of how to send SMTP
notifications, just the basics of how to implement an Event Listener that
takes actions based on certain events. You would need to implement an Event
Listener extension, including the bits that send SMTP notifications. I've
got one in the works right now that I'm trying to get finished up - if I
get it done I'll post the link to the code, here.

-Nick


Re: copy past from our system to RDP issue

2020-12-02 Thread Nick Couchman
On Wed, Dec 2, 2020 at 5:21 AM Arpit Agarwal  wrote:

> Hello Mike,
>
> Thanks for the details. I tried all and it is not on https also but still
> not able to use normal clipboard from local system to rdp. All the time has
> to paste the text first via ctrl+shift+alt clipboard windows and then into
> rdp.
>
> Kindly help me to solve this issue as i know it is not an issue but my
> system is not working with it.
>
>
You said: "I tried all and it is not on https.."

This is your issue. As Mike mentioned, the Chrome API *ONLY* works with
HTTPS access. This has nothing to do with policies on the server or the RDP
server, nothing to do with Guacamole - this is a *Google Chrome*
feature/limitation, and HTTPS is *REQUIRED* in order to support transparent
Copy/Paste support with the Clipboard API. It does not matter that you can
use the hidden Ctrl-Shift-Alt menu to paste - this is expected to work
fine. The issue is not between Guacamole and RDP, the issue is that
allowing transparent Copy/Paste is something that the Google Chrome
development team considers to be security-relevant (due to privacy
concerns, I would imagine), and requires both HTTPS access to the site
(e.g. Guacamole) and explicit permission on the part of the user.

If you want transparent copy/paste support to work in Chrome, set up
Guacamole with HTTPS (which is something you should do, anyway).

-Nick


Re: copy past from our system to RDP issue

2020-12-02 Thread Arpit Agarwal
I found something on google and tried that also but again not working. KINDLY 
HELP

https://jira.glyptodon.com/browse/GUAC-1308
]# cat /etc/guacamole/guacamole.properties
MySQL properties
mysql-hostname: localhost
mysql-port: 3306
mysql-database: guacdb
mysql-username: guacuser
mysql-password: guacpass
clipboard
enable-clipboard-integration: true


Thanks & Regards,   
Arpit Agarwal
Chat ID's:
GTalk  :a...@mpatra.com
Skype :iarpit22
http://www.arpitagarwal.in 
Office: +91 120 4561602
India Cell   : +91 99719 0
USA Cell : +1-732-705-7727

The information contained in this transmittal is privileged and confidential.  
The information is intended only for the use of the individual or entity named 
above. If the reader of this message is not the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this 
communication is strictly prohibited.  If you have received this communication 
in error, please notify us immediately by telephone or e-mail, and delete this 
message from your server.
 P Please don't print this e-mail unless you really need to. Be Green.











> On 02-Dec-2020, at 5:12 PM, Arpit Agarwal  wrote:
> 
> Yes I am able to do it via standard RDP provided by Microsoft
> 
> Thanks & Regards,   
> Arpit Agarwal
> Chat ID's:
> GTalk  :a...@mpatra.com 
> Skype :iarpit22
> http://www.arpitagarwal.in 
> Office: +91 120 4561602
> India Cell   : +91 99719 0
> USA Cell : +1-732-705-7727
> 
> The information contained in this transmittal is privileged and confidential. 
>  The information is intended only for the use of the individual or entity 
> named above. If the reader of this message is not the intended recipient, you 
> are hereby notified that any dissemination, distribution or copying of this 
> communication is strictly prohibited.  If you have received this 
> communication in error, please notify us immediately by telephone or e-mail, 
> and delete this message from your server.
>  P Please don't print this e-mail unless you really need to. Be Green.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>> On 02-Dec-2020, at 5:08 PM, Adrian Owen > > wrote:
>> 
>> Try IE, see if issue repeats.
>>  
>> From: Arpit Agarwal [mailto:a...@mpatra.com ] 
>> Sent: 02 December 2020 11:16
>> To: user@guacamole.apache.org 
>> Subject: Re: copy past from our system to RDP issue
>>  
>> Hello,
>>  
>> I am using chrome always.
>> 
>> Thanks & Regards,   
>> Arpit Agarwal
>> Chat ID's:
>> GTalk  :a...@mpatra.com 
>> Skype :iarpit22
>> http://www.arpitagarwal.in 
>> Office: +91 120 4561602
>> India Cell   : +91 99719 0
>> USA Cell : +1-732-705-7727
>> 
>> The information contained in this transmittal is privileged and 
>> confidential.  The information is intended only for the use of the 
>> individual or entity named above. If the reader of this message is not the 
>> intended recipient, you are hereby notified that any dissemination, 
>> distribution or copying of this communication is strictly prohibited.  If 
>> you have received this communication in error, please notify us immediately 
>> by telephone or e-mail, and delete this message from your server.
>>  P Please don't print this e-mail unless you really need to. Be Green.
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>> 
>> 
>> 
>> On 02-Dec-2020, at 4:25 PM, Adrian Owen > > wrote:
>>  
>> Hi,
>>  
>> Hope this helps.
>>  
>> IE
>> 1)  Guacamole URL to IE->Settings->Security->Local 
>> Intranet->Sites->Advanced
>> 2)  IE->Settings->Security->Internet->Custom Level-> IE Scripting 
>> property “Allow Programmatic clipboard access” to “Enable”
>>  
>> Chrome Firefox
>> Check Clipboard permission manager.
>>  
>> Adrian
>>  
>> From: Arpit Agarwal [mailto:a...@mpatra.com ] 
>> Sent: 02 December 2020 10:21
>> To: user@guacamole.apache.org 
>> Subject: Re: copy past from our system to RDP issue
>>  
>> Hello Mike,
>>  
>> Thanks for the details. I tried all and it is not on https also but still 
>> not able to use normal clipboard from local system to rdp. All the time has 
>> to paste the text first via ctrl+shift+alt clipboard windows and then into 
>> rdp.
>>  
>> Kindly help me to solve this issue as i know it is not an issue but my 
>> system is not working with it.
>> 
>> Thanks & Regards,   
>> Arpit Agarwal
>> Chat ID's:
>> GTalk  :a...@mpatra.com 
>> Skype :iarpit22
>> http://www.arpitagarwal.in 
>> Office: +91 120 4561602
>> India Cell   : 

Guacamole VNC to MACOS

2020-12-02 Thread Romain Chatillon
Dear,

I'm trying to connect on MACOS with VNC & Guacamole.
On the MAC, I'm using the default "screen sharing vnc server", listening on
port 5900
With some classic VNC client (realVNC binary) I can connect.
With Guacamole, I can't. And even with "trace" logs on GuacD I can't see
much:

guacd[8]: INFO: Creating new client for protocol "vnc"
guacd[8]: INFO: Connection ID is "$1dbbb8c3-3fed-4eb7-9c0d-9caca1cf7fbd"
guacd[4074]: DEBUG: Processing instruction: size
guacd[4074]: DEBUG: Processing instruction: audio
guacd[4074]: DEBUG: Processing instruction: video
guacd[4074]: DEBUG: Processing instruction: image
guacd[4074]: DEBUG: Processing instruction: timezone
guacd[4074]: DEBUG: Parameter "username" omitted. Using default value of "".
guacd[4074]: DEBUG: Parameter "password" omitted. Using default value of "".
guacd[4074]: INFO: Cursor rendering: local
guacd[4074]: DEBUG: Parameter "swap-red-blue" omitted. Using default value
of 0.
guacd[4074]: DEBUG: Parameter "read-only" omitted. Using default value of 0.
guacd[4074]: DEBUG: Parameter "dest-port" omitted. Using default value of 0.
guacd[4074]: DEBUG: Parameter "encodings" omitted. Using default value of
"zrle ultra copyrect hextile zlib corre rre raw".
guacd[4074]: DEBUG: Parameter "autoretry" omitted. Using default value of 0.
guacd[4074]: DEBUG: Parameter "reverse-connect" omitted. Using default
value of 0.
guacd[4074]: DEBUG: Parameter "listen-timeout" omitted. Using default value
of 5000.
guacd[4074]: DEBUG: Parameter "enable-audio" omitted. Using default value
of 0.
guacd[4074]: DEBUG: Parameter "enable-sftp" omitted. Using default value of
0.
guacd[4074]: DEBUG: Parameter "sftp-hostname" omitted. Using default value
of "192.168.57.12".
guacd[4074]: DEBUG: Parameter "sftp-port" omitted. Using default value of
"22".
guacd[4074]: DEBUG: Parameter "sftp-username" omitted. Using default value
of "".
guacd[4074]: DEBUG: Parameter "sftp-password" omitted. Using default value
of "".
guacd[4074]: DEBUG: Parameter "sftp-passphrase" omitted. Using default
value of "".
guacd[4074]: DEBUG: Parameter "sftp-root-directory" omitted. Using default
value of "/".
guacd[4074]: DEBUG: Parameter "sftp-server-alive-interval" omitted. Using
default value of 0.
guacd[4074]: DEBUG: Parameter "sftp-disable-download" omitted. Using
default value of 0.
guacd[4074]: DEBUG: Parameter "sftp-disable-upload" omitted. Using default
value of 0.
guacd[4074]: DEBUG: Parameter "recording-name" omitted. Using default value
of "recording".
guacd[4074]: DEBUG: Parameter "recording-exclude-output" omitted. Using
default value of 0.
guacd[4074]: DEBUG: Parameter "recording-exclude-mouse" omitted. Using
default value of 0.
guacd[4074]: DEBUG: Parameter "recording-include-keys" omitted. Using
default value of 0.
guacd[4074]: DEBUG: Parameter "create-recording-path" omitted. Using
default value of 0.
guacd[4074]: DEBUG: Parameter "disable-copy" omitted. Using default value
of 0.
guacd[4074]: DEBUG: Parameter "disable-paste" omitted. Using default value
of 0.
guacd[4074]: DEBUG: Parameter "wol-send-packet" omitted. Using default
value of 0.
guacd[4074]: INFO: User "@1d791e62-db66-4f67-bfaf-3658239c37eb" joined
connection "$1dbbb8c3-3fed-4eb7-9c0d-9caca1cf7fbd" (1 users now present)
guacd[4074]: DEBUG: Client is using protocol version "VERSION_1_1_0"
guacd[4074]: ERROR: Unable to connect to VNC server.
guacd[4074]: INFO: User "@1d791e62-db66-4f67-bfaf-3658239c37eb"
disconnected (0 users remain)
guacd[4074]: INFO: Last user of connection
"$1dbbb8c3-3fed-4eb7-9c0d-9caca1cf7fbd" disconnected
guacd[4074]: DEBUG: Requesting termination of client...
guacd[4074]: DEBUG: Client terminated successfully.
guacd[8]: INFO: Connection "$1dbbb8c3-3fed-4eb7-9c0d-9caca1cf7fbd" removed.


I'm using the docker installation and I expected to see some security
exchange like we can see on this post:
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/guacd-Unable-to-connect-to-VNC-server-td9017.html

Jul 20 08:14:12 guacamole guacd[10548]: 1) Received security type 18
Jul 20 08:14:12 guacamole guacd[10548]: Selected Security Scheme 19
Jul 20 08:14:12 guacamole guacd[10548]: GnuTLS initialized.
Jul 20 08:14:12 guacamole guacd[10548]: Got VeNCrypt version 0.2 from
[...]

Does anyone manage to get VNC to MACOS working ?
I know some people use xRDP on the MAC to bypass their VNC server but I
would like to avoid any installation on MAC (they are owned by the end
users).


Re: copy past from our system to RDP issue

2020-12-02 Thread Arpit Agarwal
Yes I am able to do it via standard RDP provided by Microsoft

Thanks & Regards,   
Arpit Agarwal
Chat ID's:
GTalk  :a...@mpatra.com
Skype :iarpit22
http://www.arpitagarwal.in 
Office: +91 120 4561602
India Cell   : +91 99719 0
USA Cell : +1-732-705-7727

The information contained in this transmittal is privileged and confidential.  
The information is intended only for the use of the individual or entity named 
above. If the reader of this message is not the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this 
communication is strictly prohibited.  If you have received this communication 
in error, please notify us immediately by telephone or e-mail, and delete this 
message from your server.
 P Please don't print this e-mail unless you really need to. Be Green.











> On 02-Dec-2020, at 5:08 PM, Adrian Owen  wrote:
> 
> Try IE, see if issue repeats.
>  
> From: Arpit Agarwal [mailto:a...@mpatra.com] 
> Sent: 02 December 2020 11:16
> To: user@guacamole.apache.org
> Subject: Re: copy past from our system to RDP issue
>  
> Hello,
>  
> I am using chrome always.
> 
> Thanks & Regards,   
> Arpit Agarwal
> Chat ID's:
> GTalk  :a...@mpatra.com 
> Skype :iarpit22
> http://www.arpitagarwal.in 
> Office: +91 120 4561602
> India Cell   : +91 99719 0
> USA Cell : +1-732-705-7727
> 
> The information contained in this transmittal is privileged and confidential. 
>  The information is intended only for the use of the individual or entity 
> named above. If the reader of this message is not the intended recipient, you 
> are hereby notified that any dissemination, distribution or copying of this 
> communication is strictly prohibited.  If you have received this 
> communication in error, please notify us immediately by telephone or e-mail, 
> and delete this message from your server.
>  P Please don't print this e-mail unless you really need to. Be Green.
>  
>  
>  
>  
>  
>  
>  
>  
>  
> 
> 
> 
> On 02-Dec-2020, at 4:25 PM, Adrian Owen  > wrote:
>  
> Hi,
>  
> Hope this helps.
>  
> IE
> 1)  Guacamole URL to IE->Settings->Security->Local 
> Intranet->Sites->Advanced
> 2)  IE->Settings->Security->Internet->Custom Level-> IE Scripting 
> property “Allow Programmatic clipboard access” to “Enable”
>  
> Chrome Firefox
> Check Clipboard permission manager.
>  
> Adrian
>  
> From: Arpit Agarwal [mailto:a...@mpatra.com ] 
> Sent: 02 December 2020 10:21
> To: user@guacamole.apache.org 
> Subject: Re: copy past from our system to RDP issue
>  
> Hello Mike,
>  
> Thanks for the details. I tried all and it is not on https also but still not 
> able to use normal clipboard from local system to rdp. All the time has to 
> paste the text first via ctrl+shift+alt clipboard windows and then into rdp.
>  
> Kindly help me to solve this issue as i know it is not an issue but my system 
> is not working with it.
> 
> Thanks & Regards,   
> Arpit Agarwal
> Chat ID's:
> GTalk  :a...@mpatra.com 
> Skype :iarpit22
> http://www.arpitagarwal.in 
> Office: +91 120 4561602
> India Cell   : +91 99719 0
> USA Cell : +1-732-705-7727
> 
> The information contained in this transmittal is privileged and confidential. 
>  The information is intended only for the use of the individual or entity 
> named above. If the reader of this message is not the intended recipient, you 
> are hereby notified that any dissemination, distribution or copying of this 
> communication is strictly prohibited.  If you have received this 
> communication in error, please notify us immediately by telephone or e-mail, 
> and delete this message from your server.
>  P Please don't print this e-mail unless you really need to. Be Green.
>  
>  
>  
>  
>  
>  
>  
>  
>  
> 
> 
> 
> 
> On 02-Dec-2020, at 10:14 AM, Mike Jumper  > wrote:
>  
> On Tue, Dec 1, 2020 at 2:28 AM Arpit Agarwal  > wrote:
> Hello Mike,
>  
> Thanks for the information. I am using chrome as browser and windows 2016 
> server in RDP but still not able to copy from local and paste into rdp. 
> Please help me to get this done if there is some steps i need to follow 
> please tell me what need to do.
>  
> It should Just Work. The only cases I am aware of where this would not be the 
> case are:
>  
> * HTTPS is not being used (Chrome will refuse to provide clipboard access to 
> a web application that isn't served securely)
> * The user has already refused clipboard access when Chrome asked whether 
> they wish to grant it (you can change that 

Re: copy past from our system to RDP issue

2020-12-02 Thread Stefan Bogdan Cimpeanu
Are you able to copy/paste with a standard RDP connection, without Guacamole?
I am still thinking this is a policy issue on the target VM.

Bogdan

> On 2 Dec 2020, at 13:39, Arpit Agarwal  wrote:
> 
> I am using mac and have not IE in it :( 
> 
> Thanks & Regards,   
> Arpit Agarwal
> Chat ID's:
> GTalk  :a...@mpatra.com 
> Skype :iarpit22
> http://www.arpitagarwal.in 
> Office: +91 120 4561602
> India Cell   : +91 99719 0
> USA Cell : +1-732-705-7727
> 
> The information contained in this transmittal is privileged and confidential. 
>  The information is intended only for the use of the individual or entity 
> named above. If the reader of this message is not the intended recipient, you 
> are hereby notified that any dissemination, distribution or copying of this 
> communication is strictly prohibited.  If you have received this 
> communication in error, please notify us immediately by telephone or e-mail, 
> and delete this message from your server.
>  P Please don't print this e-mail unless you really need to. Be Green.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>> On 02-Dec-2020, at 5:08 PM, Adrian Owen > > wrote:
>> 
>> Try IE, see if issue repeats.
>>  
>> From: Arpit Agarwal [mailto:a...@mpatra.com ] 
>> Sent: 02 December 2020 11:16
>> To: user@guacamole.apache.org 
>> Subject: Re: copy past from our system to RDP issue
>>  
>> Hello,
>>  
>> I am using chrome always.
>> 
>> Thanks & Regards,   
>> Arpit Agarwal
>> Chat ID's:
>> GTalk  :a...@mpatra.com 
>> Skype :iarpit22
>> http://www.arpitagarwal.in 
>> Office: +91 120 4561602
>> India Cell   : +91 99719 0
>> USA Cell : +1-732-705-7727
>> 
>> The information contained in this transmittal is privileged and 
>> confidential.  The information is intended only for the use of the 
>> individual or entity named above. If the reader of this message is not the 
>> intended recipient, you are hereby notified that any dissemination, 
>> distribution or copying of this communication is strictly prohibited.  If 
>> you have received this communication in error, please notify us immediately 
>> by telephone or e-mail, and delete this message from your server.
>>  P Please don't print this e-mail unless you really need to. Be Green.
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>> 
>> 
>> 
>> On 02-Dec-2020, at 4:25 PM, Adrian Owen > > wrote:
>>  
>> Hi,
>>  
>> Hope this helps.
>>  
>> IE
>> 1)  Guacamole URL to IE->Settings->Security->Local 
>> Intranet->Sites->Advanced
>> 2)  IE->Settings->Security->Internet->Custom Level-> IE Scripting 
>> property “Allow Programmatic clipboard access” to “Enable”
>>  
>> Chrome Firefox
>> Check Clipboard permission manager.
>>  
>> Adrian
>>  
>> From: Arpit Agarwal [mailto:a...@mpatra.com ] 
>> Sent: 02 December 2020 10:21
>> To: user@guacamole.apache.org 
>> Subject: Re: copy past from our system to RDP issue
>>  
>> Hello Mike,
>>  
>> Thanks for the details. I tried all and it is not on https also but still 
>> not able to use normal clipboard from local system to rdp. All the time has 
>> to paste the text first via ctrl+shift+alt clipboard windows and then into 
>> rdp.
>>  
>> Kindly help me to solve this issue as i know it is not an issue but my 
>> system is not working with it.
>> 
>> Thanks & Regards,   
>> Arpit Agarwal
>> Chat ID's:
>> GTalk  :a...@mpatra.com 
>> Skype :iarpit22
>> http://www.arpitagarwal.in 
>> Office: +91 120 4561602
>> India Cell   : +91 99719 0
>> USA Cell : +1-732-705-7727
>> 
>> The information contained in this transmittal is privileged and 
>> confidential.  The information is intended only for the use of the 
>> individual or entity named above. If the reader of this message is not the 
>> intended recipient, you are hereby notified that any dissemination, 
>> distribution or copying of this communication is strictly prohibited.  If 
>> you have received this communication in error, please notify us immediately 
>> by telephone or e-mail, and delete this message from your server.
>>  P Please don't print this e-mail unless you really need to. Be Green.
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>>  
>> 
>> 
>> 
>> 
>> On 02-Dec-2020, at 10:14 AM, Mike Jumper > > wrote:
>>  
>> On Tue, Dec 1, 2020 at 2:28 AM Arpit Agarwal > > wrote:
>> Hello Mike,
>>  
>> Thanks for the information. I am using chrome as browser and windows 2016 
>> server in RDP but still not able to copy from local and 

Re: copy past from our system to RDP issue

2020-12-02 Thread Arpit Agarwal
I am using mac and have not IE in it :( 

Thanks & Regards,   
Arpit Agarwal
Chat ID's:
GTalk  :a...@mpatra.com
Skype :iarpit22
http://www.arpitagarwal.in 
Office: +91 120 4561602
India Cell   : +91 99719 0
USA Cell : +1-732-705-7727

The information contained in this transmittal is privileged and confidential.  
The information is intended only for the use of the individual or entity named 
above. If the reader of this message is not the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this 
communication is strictly prohibited.  If you have received this communication 
in error, please notify us immediately by telephone or e-mail, and delete this 
message from your server.
 P Please don't print this e-mail unless you really need to. Be Green.











> On 02-Dec-2020, at 5:08 PM, Adrian Owen  wrote:
> 
> Try IE, see if issue repeats.
>  
> From: Arpit Agarwal [mailto:a...@mpatra.com] 
> Sent: 02 December 2020 11:16
> To: user@guacamole.apache.org
> Subject: Re: copy past from our system to RDP issue
>  
> Hello,
>  
> I am using chrome always.
> 
> Thanks & Regards,   
> Arpit Agarwal
> Chat ID's:
> GTalk  :a...@mpatra.com 
> Skype :iarpit22
> http://www.arpitagarwal.in 
> Office: +91 120 4561602
> India Cell   : +91 99719 0
> USA Cell : +1-732-705-7727
> 
> The information contained in this transmittal is privileged and confidential. 
>  The information is intended only for the use of the individual or entity 
> named above. If the reader of this message is not the intended recipient, you 
> are hereby notified that any dissemination, distribution or copying of this 
> communication is strictly prohibited.  If you have received this 
> communication in error, please notify us immediately by telephone or e-mail, 
> and delete this message from your server.
>  P Please don't print this e-mail unless you really need to. Be Green.
>  
>  
>  
>  
>  
>  
>  
>  
>  
> 
> 
> 
> On 02-Dec-2020, at 4:25 PM, Adrian Owen  > wrote:
>  
> Hi,
>  
> Hope this helps.
>  
> IE
> 1)  Guacamole URL to IE->Settings->Security->Local 
> Intranet->Sites->Advanced
> 2)  IE->Settings->Security->Internet->Custom Level-> IE Scripting 
> property “Allow Programmatic clipboard access” to “Enable”
>  
> Chrome Firefox
> Check Clipboard permission manager.
>  
> Adrian
>  
> From: Arpit Agarwal [mailto:a...@mpatra.com ] 
> Sent: 02 December 2020 10:21
> To: user@guacamole.apache.org 
> Subject: Re: copy past from our system to RDP issue
>  
> Hello Mike,
>  
> Thanks for the details. I tried all and it is not on https also but still not 
> able to use normal clipboard from local system to rdp. All the time has to 
> paste the text first via ctrl+shift+alt clipboard windows and then into rdp.
>  
> Kindly help me to solve this issue as i know it is not an issue but my system 
> is not working with it.
> 
> Thanks & Regards,   
> Arpit Agarwal
> Chat ID's:
> GTalk  :a...@mpatra.com 
> Skype :iarpit22
> http://www.arpitagarwal.in 
> Office: +91 120 4561602
> India Cell   : +91 99719 0
> USA Cell : +1-732-705-7727
> 
> The information contained in this transmittal is privileged and confidential. 
>  The information is intended only for the use of the individual or entity 
> named above. If the reader of this message is not the intended recipient, you 
> are hereby notified that any dissemination, distribution or copying of this 
> communication is strictly prohibited.  If you have received this 
> communication in error, please notify us immediately by telephone or e-mail, 
> and delete this message from your server.
>  P Please don't print this e-mail unless you really need to. Be Green.
>  
>  
>  
>  
>  
>  
>  
>  
>  
> 
> 
> 
> 
> On 02-Dec-2020, at 10:14 AM, Mike Jumper  > wrote:
>  
> On Tue, Dec 1, 2020 at 2:28 AM Arpit Agarwal  > wrote:
> Hello Mike,
>  
> Thanks for the information. I am using chrome as browser and windows 2016 
> server in RDP but still not able to copy from local and paste into rdp. 
> Please help me to get this done if there is some steps i need to follow 
> please tell me what need to do.
>  
> It should Just Work. The only cases I am aware of where this would not be the 
> case are:
>  
> * HTTPS is not being used (Chrome will refuse to provide clipboard access to 
> a web application that isn't served securely)
> * The user has already refused clipboard access when Chrome asked whether 
> they wish to grant it (you can change that response and then have 

RE: copy past from our system to RDP issue

2020-12-02 Thread Adrian Owen
Try IE, see if issue repeats.

From: Arpit Agarwal [mailto:a...@mpatra.com]
Sent: 02 December 2020 11:16
To: user@guacamole.apache.org
Subject: Re: copy past from our system to RDP issue

Hello,

I am using chrome always.

Thanks & Regards,
Arpit Agarwal
Chat ID's:
GTalk  :a...@mpatra.com
Skype :iarpit22
http://www.arpitagarwal.in
Office: +91 120 4561602
India Cell   : +91 99719 0
USA Cell : +1-732-705-7727

The information contained in this transmittal is privileged and confidential.  
The information is intended only for the use of the individual or entity named 
above. If the reader of this message is not the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this 
communication is strictly prohibited.  If you have received this communication 
in error, please notify us immediately by telephone or e-mail, and delete this 
message from your server.
 P Please don't print this e-mail unless you really need to. Be Green.











On 02-Dec-2020, at 4:25 PM, Adrian Owen 
mailto:adrian.o...@eesm.com>> wrote:

Hi,

Hope this helps.

IE
1)  Guacamole URL to IE->Settings->Security->Local Intranet->Sites->Advanced
2)  IE->Settings->Security->Internet->Custom Level-> IE Scripting property 
“Allow Programmatic clipboard access” to “Enable”

Chrome Firefox
Check Clipboard permission manager.

Adrian

From: Arpit Agarwal [mailto:a...@mpatra.com]
Sent: 02 December 2020 10:21
To: user@guacamole.apache.org
Subject: Re: copy past from our system to RDP issue

Hello Mike,

Thanks for the details. I tried all and it is not on https also but still not 
able to use normal clipboard from local system to rdp. All the time has to 
paste the text first via ctrl+shift+alt clipboard windows and then into rdp.

Kindly help me to solve this issue as i know it is not an issue but my system 
is not working with it.

Thanks & Regards,
Arpit Agarwal
Chat ID's:
GTalk  :a...@mpatra.com
Skype :iarpit22
http://www.arpitagarwal.in
Office: +91 120 4561602
India Cell   : +91 99719 0
USA Cell : +1-732-705-7727

The information contained in this transmittal is privileged and confidential.  
The information is intended only for the use of the individual or entity named 
above. If the reader of this message is not the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this 
communication is strictly prohibited.  If you have received this communication 
in error, please notify us immediately by telephone or e-mail, and delete this 
message from your server.
 P Please don't print this e-mail unless you really need to. Be Green.












On 02-Dec-2020, at 10:14 AM, Mike Jumper 
mailto:mike.jum...@glyptodon.com>> wrote:

On Tue, Dec 1, 2020 at 2:28 AM Arpit Agarwal 
mailto:a...@mpatra.com>> wrote:
Hello Mike,

Thanks for the information. I am using chrome as browser and windows 2016 
server in RDP but still not able to copy from local and paste into rdp. Please 
help me to get this done if there is some steps i need to follow please tell me 
what need to do.

It should Just Work. The only cases I am aware of where this would not be the 
case are:

* HTTPS is not being used (Chrome will refuse to provide clipboard access to a 
web application that isn't served securely)
* The user has already refused clipboard access when Chrome asked whether they 
wish to grant it (you can change that response and then have things work as 
expected)

Michael Jumper
CEO, Lead Developer
Glyptodon Inc.



Re: copy past from our system to RDP issue

2020-12-02 Thread Arpit Agarwal
Hello,

I am using chrome always.

Thanks & Regards,   
Arpit Agarwal
Chat ID's:
GTalk  :a...@mpatra.com
Skype :iarpit22
http://www.arpitagarwal.in 
Office: +91 120 4561602
India Cell   : +91 99719 0
USA Cell : +1-732-705-7727

The information contained in this transmittal is privileged and confidential.  
The information is intended only for the use of the individual or entity named 
above. If the reader of this message is not the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this 
communication is strictly prohibited.  If you have received this communication 
in error, please notify us immediately by telephone or e-mail, and delete this 
message from your server.
 P Please don't print this e-mail unless you really need to. Be Green.











> On 02-Dec-2020, at 4:25 PM, Adrian Owen  wrote:
> 
> Hi,
>  
> Hope this helps.
>  
> IE
> 1)  Guacamole URL to IE->Settings->Security->Local 
> Intranet->Sites->Advanced
> 2)  IE->Settings->Security->Internet->Custom Level-> IE Scripting 
> property “Allow Programmatic clipboard access” to “Enable”
>  
> Chrome Firefox
> Check Clipboard permission manager.
>  
> Adrian
>  
> From: Arpit Agarwal [mailto:a...@mpatra.com] 
> Sent: 02 December 2020 10:21
> To: user@guacamole.apache.org
> Subject: Re: copy past from our system to RDP issue
>  
> Hello Mike,
>  
> Thanks for the details. I tried all and it is not on https also but still not 
> able to use normal clipboard from local system to rdp. All the time has to 
> paste the text first via ctrl+shift+alt clipboard windows and then into rdp.
>  
> Kindly help me to solve this issue as i know it is not an issue but my system 
> is not working with it.
> 
> Thanks & Regards,   
> Arpit Agarwal
> Chat ID's:
> GTalk  :a...@mpatra.com 
> Skype :iarpit22
> http://www.arpitagarwal.in 
> Office: +91 120 4561602
> India Cell   : +91 99719 0
> USA Cell : +1-732-705-7727
> 
> The information contained in this transmittal is privileged and confidential. 
>  The information is intended only for the use of the individual or entity 
> named above. If the reader of this message is not the intended recipient, you 
> are hereby notified that any dissemination, distribution or copying of this 
> communication is strictly prohibited.  If you have received this 
> communication in error, please notify us immediately by telephone or e-mail, 
> and delete this message from your server.
>  P Please don't print this e-mail unless you really need to. Be Green.
>  
>  
>  
>  
>  
>  
>  
>  
>  
> 
> 
> 
> On 02-Dec-2020, at 10:14 AM, Mike Jumper  > wrote:
>  
> On Tue, Dec 1, 2020 at 2:28 AM Arpit Agarwal  > wrote:
> Hello Mike,
>  
> Thanks for the information. I am using chrome as browser and windows 2016 
> server in RDP but still not able to copy from local and paste into rdp. 
> Please help me to get this done if there is some steps i need to follow 
> please tell me what need to do.
>  
> It should Just Work. The only cases I am aware of where this would not be the 
> case are:
>  
> * HTTPS is not being used (Chrome will refuse to provide clipboard access to 
> a web application that isn't served securely)
> * The user has already refused clipboard access when Chrome asked whether 
> they wish to grant it (you can change that response and then have things work 
> as expected)
>  
> Michael Jumper
> CEO, Lead Developer
> Glyptodon Inc .



Re: Send notification @ to administrators

2020-12-02 Thread krogac
I studied the manual and did not find an option there how to add sending smtp
notifications



--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



RE: copy past from our system to RDP issue

2020-12-02 Thread Adrian Owen
Hi,

Hope this helps.

IE

1)  Guacamole URL to IE->Settings->Security->Local Intranet->Sites->Advanced

2)  IE->Settings->Security->Internet->Custom Level-> IE Scripting property 
"Allow Programmatic clipboard access" to "Enable"

Chrome Firefox
Check Clipboard permission manager.

Adrian

From: Arpit Agarwal [mailto:a...@mpatra.com]
Sent: 02 December 2020 10:21
To: user@guacamole.apache.org
Subject: Re: copy past from our system to RDP issue

Hello Mike,

Thanks for the details. I tried all and it is not on https also but still not 
able to use normal clipboard from local system to rdp. All the time has to 
paste the text first via ctrl+shift+alt clipboard windows and then into rdp.

Kindly help me to solve this issue as i know it is not an issue but my system 
is not working with it.

Thanks & Regards,
Arpit Agarwal
Chat ID's:
GTalk  :a...@mpatra.com
Skype :iarpit22
http://www.arpitagarwal.in
Office: +91 120 4561602
India Cell   : +91 99719 0
USA Cell : +1-732-705-7727

The information contained in this transmittal is privileged and confidential.  
The information is intended only for the use of the individual or entity named 
above. If the reader of this message is not the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this 
communication is strictly prohibited.  If you have received this communication 
in error, please notify us immediately by telephone or e-mail, and delete this 
message from your server.
 P Please don't print this e-mail unless you really need to. Be Green.











On 02-Dec-2020, at 10:14 AM, Mike Jumper 
mailto:mike.jum...@glyptodon.com>> wrote:

On Tue, Dec 1, 2020 at 2:28 AM Arpit Agarwal 
mailto:a...@mpatra.com>> wrote:
Hello Mike,

Thanks for the information. I am using chrome as browser and windows 2016 
server in RDP but still not able to copy from local and paste into rdp. Please 
help me to get this done if there is some steps i need to follow please tell me 
what need to do.

It should Just Work. The only cases I am aware of where this would not be the 
case are:

* HTTPS is not being used (Chrome will refuse to provide clipboard access to a 
web application that isn't served securely)
* The user has already refused clipboard access when Chrome asked whether they 
wish to grant it (you can change that response and then have things work as 
expected)

Michael Jumper
CEO, Lead Developer
Glyptodon Inc.



Re: copy past from our system to RDP issue

2020-12-02 Thread Arpit Agarwal
Hello Mike,

Thanks for the details. I tried all and it is not on https also but still not 
able to use normal clipboard from local system to rdp. All the time has to 
paste the text first via ctrl+shift+alt clipboard windows and then into rdp.

Kindly help me to solve this issue as i know it is not an issue but my system 
is not working with it.

Thanks & Regards,   
Arpit Agarwal
Chat ID's:
GTalk  :a...@mpatra.com
Skype :iarpit22
http://www.arpitagarwal.in 
Office: +91 120 4561602
India Cell   : +91 99719 0
USA Cell : +1-732-705-7727

The information contained in this transmittal is privileged and confidential.  
The information is intended only for the use of the individual or entity named 
above. If the reader of this message is not the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this 
communication is strictly prohibited.  If you have received this communication 
in error, please notify us immediately by telephone or e-mail, and delete this 
message from your server.
 P Please don't print this e-mail unless you really need to. Be Green.











> On 02-Dec-2020, at 10:14 AM, Mike Jumper  wrote:
> 
> On Tue, Dec 1, 2020 at 2:28 AM Arpit Agarwal  > wrote:
> Hello Mike,
> 
> Thanks for the information. I am using chrome as browser and windows 2016 
> server in RDP but still not able to copy from local and paste into rdp. 
> Please help me to get this done if there is some steps i need to follow 
> please tell me what need to do.
> 
> It should Just Work. The only cases I am aware of where this would not be the 
> case are:
> 
> * HTTPS is not being used (Chrome will refuse to provide clipboard access to 
> a web application that isn't served securely)
> * The user has already refused clipboard access when Chrome asked whether 
> they wish to grant it (you can change that response and then have things work 
> as expected)
> 
> Michael Jumper
> CEO, Lead Developer
> Glyptodon Inc . 



Monitoring

2020-12-02 Thread Olivier Sauzet

Hello,

We have just put our guacamole server into production for students & 
teachers, it's working well !


We would like to have usage statistics, via a metrology tool. We 
currently have influxdb & prometeus & grafana ...
Do some have scripts or plugins in order to insert data in the databases 
in order to carry out stats?
I found this project, but I can't adapt it : 
https://gist.github.com/clafoutis42/d99a8e012c0a32396633ccce719d7917


If you have any interesting leads ...

Have a good day,

--

Olivier SAUZET
06.24.71.78.69
IUT de la Rochelle



-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org