Re: Bulk Authorisation - LDAP or MySQL

2019-11-29 Thread Tushar Jain
Thanks Nick. Just a small extension question - For the production environment, is it better to store connection details of a user in MySQL or LDAP? Thanks Tushar Jain On Fri, Nov 29, 2019 at 10:56 PM Nick Couchman wrote: > On Wed, Nov 27, 2019 at 10:37 AM Tushar Jain < >

Re: RDP Shadow option

2019-11-29 Thread Paul Azad
Hi Nick I came up with the same info yesterday about FreeRDP, and xRDP. I did some more research and found a few other projects doing a RDP -> VNC proxy/converter. So it would mean using RDP from Guacamole to the machine, that would then proxy/convert it to VNC that connects to a local VNC server

Re: CAS user attributes and logout issues

2019-11-29 Thread xia
Hi Nick- Thanks for the reply. Since it needed doing, and I wanted it...I figured I'd take a crack at doing it. I've created a pull request for a proposed and functioning solution to PR GUACAMOLE-793. It works (at least for my use-case)! Needs doc, and probably a few other things (which I

Re: SAML 2.0 support for Apache Guacamole through CAS

2019-11-29 Thread Nick Couchman
On Tue, Nov 12, 2019 at 3:12 PM Daniel Storey < daniel.sto...@rededucation.com> wrote: > I actually ended up using an iRule to generate a set of passwords (using a > hashing algorthim on the IP address of the endpoint) which I store > statically in MySQL and put into the user request to

Re: Bulk Authorisation - LDAP or MySQL

2019-11-29 Thread Nick Couchman
On Wed, Nov 27, 2019 at 10:37 AM Tushar Jain < tushar.j...@hitachi.mgrmnet.com> wrote: > 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

Re: LDAP Schema and SSH Private Key

2019-11-29 Thread Nick Couchman
On Wed, Nov 27, 2019 at 7:37 AM Jeff Johnston wrote: > 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

Re: CAPS Lock Key!!!

2019-11-29 Thread Nick Couchman
On Wed, Nov 27, 2019 at 9:41 AM Tushar Jain wrote: > 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

Re: RDP Shadow option

2019-11-29 Thread Nick Couchman
On Thu, Nov 28, 2019 at 4:24 PM Paul Azad wrote: > Nick > > Your spot on with our use case. Cant expect users to RDP into their own > local PC - which isn't possible anyway. > > Would WebRTC 'protocol be possible to be supported in Guacd? Or any other > Windows available protocol that is more

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

2019-11-29 Thread Nick Couchman
On Wed, Nov 27, 2019 at 12:00 PM Alex Kaiser wrote: > 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