Re: Shared connection

2019-11-27 Thread Mike Jumper
On Wed, Nov 27, 2019 at 11:02 PM Umesh Bhatt wrote: > Hi, > > > > I am using custom authentication provider without DB. Now I want to share > the created connection with others, can it be done? > Yes. Even the database implementation is an authentication provider which leverages the same API.

Shared connection

2019-11-27 Thread Umesh Bhatt
Hi, I am using custom authentication provider without DB. Now I want to share the created connection with others, can it be done? Regards, Umesh

Re: CAS user attributes and logout issues

2019-11-27 Thread Nick Couchman
On Wed, Nov 27, 2019 at 1:27 PM xia wrote: > Ok, I may have answered my own questions on this by finding the Jira site > (I > apologize for posting before looking more carefully...) and noting that > there are PRs that cover some/most of this. It appears that the only > handling of CAS

Re: RDP Shadow option

2019-11-27 Thread Nick Couchman
On Wed, Nov 27, 2019 at 7:56 AM Umesh Bhatt wrote: > Hi Nick, > > > > I was thinking share a connection will allow user to share the desktop > with other users (read-only) to see what they are doing. Is it not the way > Share a connection work? > > > Yes, this is how Share a Connection works;

Re: CAS user attributes and logout issues

2019-11-27 Thread xia
Ok, I may have answered my own questions on this by finding the Jira site (I apologize for posting before looking more carefully...) and noting that there are PRs that cover some/most of this. It appears that the only handling of CAS attributes is to convert them to tokens, so no handling of

AW: Max activation time for TOTP authentication with LDAP+mysql

2019-11-27 Thread Alex Kaiser
I found a solution for deactivating not completed TOTP activations Use the valid_from field in the database for the first valid logon date Execute the following queries against the database (mysql) within a cron job. In my case I used a max activation time of 7 days UPDATE guacamole_user SET

RE: LDAP issue

2019-11-27 Thread Pablo Uribe Bastero
Hi again, I have uploaded the guacamole client and the extension and everything is working fine. Thanks a lot. Thanks again, Pablo De: Pablo Uribe Bastero Enviado el: lunes, 25 de noviembre de 2019 17:46 Para: user@guacamole.apache.org Asunto: RE: LDAP issue Hi Nick, Thanks for the answer.

Bulk Authorisation - LDAP or MySQL

2019-11-27 Thread Tushar Jain
Hi, I have more than a million users in LDAP to whom i have to give access to the same set of connections/connection groups. What would be the easiest and the fastest way to do so. Will writing a small program to upload directly from Excel to Guacamole Mysql be a good idea? Thanks, Tushar Jain

CAPS Lock Key!!!

2019-11-27 Thread Tushar Jain
Hi, There are a few posts in the forum related to non-functioning of CAPS Lock key. Have tried a majority of options, but am still stuck. Below is the summary of what i have tried and the observations: 1. By default, when we connect to Windows 2016/10/7 machine from guacamole over rdp, CAPS Lock

RE: RDP Shadow option

2019-11-27 Thread Umesh Bhatt
Hi Nick, I was thinking share a connection will allow user to share the desktop with other users (read-only) to see what they are doing. Is it not the way Share a connection work? Regards, Umesh From: Paul Azad Sent: Wednesday, November 27, 2019 8:43 AM To: user@guacamole.apache.org Subject:

LDAP Schema and SSH Private Key

2019-11-27 Thread Jeff Johnston
Greetings, The documentation for setting up Guacamole via Docker images is fantastic, but there is one configuration element that I can't get working properly: storing the SSH private-key in an LDAP database. The other connections and parameters entries in my LDAP server work are recognized