Re: cconfig.setParameter not setting parameter on specific Paramaters

2017-11-27 Thread Mike Jumper
On Sun, Nov 26, 2017 at 7:31 AM, messido wrote: > ... > > Here's my code after completely squeezing my brain trying to figure it > out.. > > Your code seems to have been filtered before it went out on the mailing list, I presume by Nabble. It wasn't actually included in the email. Could you post

RE: Configuring LDAP

2017-11-27 Thread harry.devine
I just got back into the office and tried what you suggested. Whenever I don’t have quotes around the ldap-search-bind-dn value, the login button doesn’t seem to respond. In the Network tab in Chrome’s Developer Tools, the /guacamole/api/tokens call always shows “(pending)” as the status inste

INFO REQUIRED : Support of Shell Mode in Guacamole

2017-11-27 Thread Amarjeet Singh
Hi Team, I was trying to run a program using shell command instead of Remote app. It seems that Guacamole doesn't support the shell command. Below are the parameters of freeRDP which is used to open any progam in shell mode. */shell* *Alternate shell* */shell-dir* *Shell working directory*

Re: cconfig.setParameter not setting parameter on specific Paramaters

2017-11-27 Thread messido
https://paste.ofcode.org/cRLYBeSzPLYWDBAHpuQ85 Heres a link to the java code.. Let me know if you need anymore code.. :) -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

INFO REQUIRED : Is Guacamole supoprt Bitmap Caching

2017-11-27 Thread Amarjeet Singh
Hi Team, I haven't seen any parameter regarding bitmap caching in Guacamole. Is it supported in Guacamole ? Thanks and Regards, Amarjeet Singh

Re: INFO REQUIRED : Support of Shell Mode in Guacamole

2017-11-27 Thread Nick Couchman
On Mon, Nov 27, 2017 at 8:25 AM, Amarjeet Singh wrote: > Hi Team, > > > I was trying to run a program using shell command instead of Remote app. > > It seems that Guacamole doesn't support the shell command. > > > Below are the parameters of freeRDP which is used to open any progam in > shell mo

Re: Configuring LDAP

2017-11-27 Thread Jonathan Hankins
Harry, if you are using ldap-port:636, you probably need to specify: ldap-encryption-method: ssl I believe the default is "none" . Assuming you are able to temporarily configure your LDAP server to allow unencrypted binds(if it isn't already), you may want to test with ldap-port: 389 and ldap-en

RE: Configuring LDAP

2017-11-27 Thread harry.devine
OK, I just tried it again with both 389/none and 636/ssl for those parameters, and both times I get the following errors: Nov 27 09:30:31 access server: 09:30:31.838 [http-bio-8080-exec-9] ERROR o.a.g.a.l.AuthenticationProviderService - Unable to bind using search DN "cn=Directory Manager,dc=ex

RE: Configuring LDAP

2017-11-27 Thread harry.devine
Update: using port 389 and none for encryption, and I had to change the search DN to be just cn=Directory Manager. Now I get the following error: Nov 27 09:42:01 access server: 09:42:01.909 [http-bio-8080-exec-6] WARN o.a.g.a.l.AuthenticationProviderService - Multiple DNs possible for user "h

Re: Configuring LDAP

2017-11-27 Thread Jonathan Hankins
Harry, Can you try ldapsearch from the command line against your LDAP server with the same parameters you're using with guacamole and see if your bind still fails? On Mon, Nov 27, 2017, 9:32 AM wrote: > OK, I just tried it again with both 389/none and 636/ssl for those > parameters, and both ti

Re: Configuring LDAP

2017-11-27 Thread Nick Couchman
On Mon, Nov 27, 2017 at 9:46 AM, wrote: > Update: using port 389 and none for encryption, and I had to change the > search DN to be just cn=Directory Manager. Now I get the following error: > > > > Nov 27 09:42:01 access server: 09:42:01.909 [http-bio-8080-exec-6] WARN > o.a.g.a.l.Authentication

RE: Configuring LDAP

2017-11-27 Thread harry.devine
OK, so I tried that, including modifying ldap-username-attribute to be cn=users,cn=accounts,dc=example,dc=com, and now I get a 403 error in the Developer Tools, and the following error in /var/log/messages: Nov 27 10:00:34 access server: 10:00:34.766 [http-bio-8080-exec-8] WARN o.a.g.r.auth.Au

Re: Configuring LDAP

2017-11-27 Thread Nick Couchman
On Mon, Nov 27, 2017 at 10:02 AM, wrote: > OK, so I tried that, including modifying ldap-username-attribute to be > cn=users,cn=accounts,dc=example,dc=com, and now I get a 403 error in the > Developer Tools, and the following error in /var/log/messages: > > > > Nov 27 10:00:34 access server: 10:0

Re: INFO REQUIRED : Is Guacamole supoprt Bitmap Caching

2017-11-27 Thread Mike Jumper
On Mon, Nov 27, 2017 at 6:02 AM, Amarjeet Singh wrote: > Hi Team, > > I haven't seen any parameter regarding bitmap caching in Guacamole. > > Is it supported in Guacamole ? > > Yes. There is no parameter for controlling whether bitmap caching is used, but it is supported. As long as the RDP serve

Re: INFO REQUIRED : Support of Shell Mode in Guacamole

2017-11-27 Thread Mike Jumper
On Mon, Nov 27, 2017 at 5:25 AM, Amarjeet Singh wrote: > Hi Team, > > > I was trying to run a program using shell command instead of Remote app. > > It seems that Guacamole doesn't support the shell command. > > It does. > Below are the parameters of freeRDP which is used to open any progam in

Re: INFO REQUIRED : Support of Shell Mode in Guacamole

2017-11-27 Thread Nick Couchman
On Mon, Nov 27, 2017 at 11:41 AM, Mike Jumper wrote: > On Mon, Nov 27, 2017 at 5:25 AM, Amarjeet Singh > wrote: > >> Hi Team, >> >> >> I was trying to run a program using shell command instead of Remote app. >> >> It seems that Guacamole doesn't support the shell command. >> >> > It does. > > >>

Re: Configuring LDAP

2017-11-27 Thread Jonathan Hankins
Harry, you said you tried "modifying ldap-username-attribute to be cn=users,cn=accounts,dc=example,dc=com" - just wanted to confirm. Ldap-username-attribute should be an LDAP attribute name like cn. Could you post your complete (redacted) guacamole.properties as you have it currently? Also, I saw

RE: Configuring LDAP

2017-11-27 Thread harry.devine
Here’s my current /etc/guacamole/guacamole.properties file: #MySQL properties mysql-hostname: localhost mysql-port:3306 mysql-database: guacdb mysql-username: guacuser mysql-password: guacadmin mysql-default-max-connections-per-user: 0 mysql-default-max-group-connections-per-user:0 #LDAP properti

Re: External keyboard with iPad

2017-11-27 Thread Mike Jumper
On Sat, Nov 25, 2017 at 10:48 PM, Greg Trasuk wrote: > Hi Mike: > > Thanks for the reply. Here’s the result from the keypress tester: > > keydown e.keyCode=0 e.which=0 e.keyIdentifier=Unidentified > e.key=UIKeyInputEscape e.altKey=false e.ctrlKey=false > e.altGraphKey=false e.met

Re: External keyboard with iPad

2017-11-27 Thread Jeff Herring
Might be a bit old: https://developer.apple.com/documentation/uikit/uikeycommand/input_strings_for_special_keys -- Jeffry V. Herring Seacoast Laboratory Data Systems, Inc. From: Mike Jumper Reply-To: Date: Monday, November 27, 2017 at 1:56 PM To: Subject: Re: External keyboar

Re: INFO REQUIRED : Support of Shell Mode in Guacamole

2017-11-27 Thread Amarjeet Singh
@Mike I already tried with initial-program but it is showing black screen . Is there anything that I am missing ? Any other parameters ? Regards, Amarjeet Singh On Nov 27, 2017 10:20 PM, "Nick Couchman" wrote: > > > On Mon, Nov 27, 2017 at 11:41 AM, Mike Jumper > wrote: > >> On Mon, Nov 27,

Re: INFO REQUIRED : Support of Shell Mode in Guacamole

2017-11-27 Thread Mike Jumper
On Nov 27, 2017 17:20, "Amarjeet Singh" wrote: @Mike I already tried with initial-program but it is showing black screen . Is there anything that I am missing ? Check the logs from guacd. Any other parameters ? No, however you may need to enable the ability to set the shell within the grou

Re: cconfig.setParameter not setting parameter on specific Paramaters

2017-11-27 Thread messido
Have you encountered such problems before? Please any type of reply would be helpful. Thanks.. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/