Re: Error when query LDAPuser DN

2017-10-19 Thread Paul Cantle
Hi, If you're using AD and wasn’t to query from the root, then use this ldap-port: 3268 That should sort it. Rgds paul On 19/10/2017, 20:24, "adrianz" wrote: Hello, I have LDAP authentication enabled and the following setting: ldap-user-base-dn:

Re: ldap-user-search-filter

2017-08-09 Thread Paul Cantle
Hi, On the original note, I understand you just want to restrict guacamole to members of a certain group and while Nick’s filter should work fine, I’m not sure there’s a need to overcomplicate it so much. I use a filter in a similar fashion and only specify the group. Like so:

Re: LDAP within docker "Error while query user DNs."

2017-03-09 Thread Paul Cantle
Try using port 3268 if you're your browsing from the root of an AD _ From: Ferron Nijland - Switch IT Solutions > Sent: Thursday, March 9, 2017 15:23 Subject: LDAP within docker "Error while query user DNs." To:

Re: Timeout SSH session

2017-02-09 Thread Paul Cantle
Have a look here to adjust the server side settings https://docs.oseems.com/general/application/ssh/disable-timeout Maybe that will help On Fri, Feb 10, 2017 at 6:51 AM +, "Mike Jumper" > wrote: Could it be the SSH server

Re: Not able coonect to some Linix servers from Guacamole console

2017-02-09 Thread Paul Cantle
is in place and moreover this is freshly installed Guacamole server . On Thu, Feb 9, 2017 at 9:41 PM, Paul Cantle <p...@cantle.me<mailto:p...@cantle.me>> wrote: This looks similar to your issue: https://sourceforge.net/p/guacamole/discussion/1110834/thread/e2f76895/​ Might help ID the

Re: Not able coonect to some Linix servers from Guacamole console

2017-02-09 Thread Paul Cantle
ervers only on Guacamole console whereas am able to login to all Linux flavors (centos, ubuntu , redhat ) using guacamole console . Also libguac-client-ssh.so files is in place and moreover this is freshly installed Guacamole server . On Thu, Feb 9, 2017 at 9:41 PM, Paul Cantle <p...@cant

Re: LDAP auth and Screen sharing

2017-02-09 Thread Paul Cantle
?Hi, I can't really be 100% on point 1 because I haven't used the screen share function, but I expect it will work fine. The concept of "creating a corresponding record for each LDAP in MySQL" isn't quite correct though. When you configure the LDAP settings in the quacmole.properties file,

Re: getting active sessions in terminal

2017-02-02 Thread Paul Cantle
Also, I believe you’re saying that if someone just clicks the Balancing Group, only the ID for that group is specified in the logs, rather than the connection ID from that group. I agree this would make it difficult to determine which active users are connected where. After the event is

Re: Show logged in users

2017-01-28 Thread Paul Cantle
Hi all This shell script will output the “logged in” usernames. Configure the variables according to your setup: These are correct for my system running CentOS7.3 / Tomcat 7 Anything useful goes into /var/log/messages in my case Hope it’s useful to someone. Paul

Re: is it possible to use ldap-user-base-dn as like "ldap-user-base-dn: dc=example,dc=net" in Guacamole ?

2017-01-23 Thread Paul Cantle
Hi, In modern versions of AD, to search from the root DN, you need to use port 3268 so you can use the global catalogue Try that instead of port 389 Rgds paul From: Anburaj Palraj Reply-To: "user@guacamole.incubator.apache.org"

MySQL User disabling enhancement

2016-09-15 Thread Paul Cantle
Hi All, I originally raised this query here - https://sourceforge.net/p/guacamole/discussion/1110834/thread/2f715af2/ but then read that those forums aren’t really used for help these days. I will add in my question here to save clicking the link. Hoping someone can offer some help. Thanks