Re: New Active Directory users not showing in user list

2021-08-25 Thread Mike Jumper
A user does not need to exist within the database to be able to log in, nor will they be automatically added to the database upon login. The entry you see in the database is _not_ the user being created, nor is it the user being partially created. It's the system recording that a login for a user

Re: New Active Directory users not showing in user list

2021-08-25 Thread Nick Couchman
On Wed, Aug 25, 2021 at 4:54 PM Jim Rx wrote: > Nick, > > Thanks for that explanation. You may see from other messages in the thread > that the user I was testing with was showing up in the > guacamole_user_history table with a user_id of NULL. > > Without auto-create turned on, I'm confused as t

Re: New Active Directory users not showing in user list

2021-08-25 Thread Jim Rx
Nick,   Thanks for that explanation. You may see from other messages in the thread that the user I was testing with was showing up in the guacamole_user_history table with a user_id of NULL.   Without auto-create turned on, I'm confused as to how the accounts that do exist were created. I'm goi

Re: New Active Directory users not showing in user list

2021-08-25 Thread Jim Rx
  Craig,   I just looked at the guacamole_entity table and the user I'm logged in with is not present in the table. However -- I also looked at the guacamole_user_history table, and the user IS listed with a NULL in the user_id field. So it appears that the user is not being inserted into SQL.

Re: New Active Directory users not showing in user list

2021-08-25 Thread Craig Sawyer
Good call! I forgot about that option, I have it turned on and assumed. My bad! On Wed, Aug 25, 2021 at 1:36 PM Nick Couchman wrote: > > On Wed, Aug 25, 2021 at 4:22 PM Craig Sawyer wrote: >> >> Huh, If they are logged into Guacamole, then they by definition have >> a guac account, so I'm conf

Re: New Active Directory users not showing in user list

2021-08-25 Thread Nick Couchman
On Wed, Aug 25, 2021 at 4:22 PM Craig Sawyer wrote: > Huh, If they are logged into Guacamole, then they by definition have > a guac account, so I'm confused as to why they aren't showing up in > the list. Perhaps someone else here will have some ideas. > > There may be some confusion here as to

Re: New Active Directory users not showing in user list

2021-08-25 Thread Craig Sawyer
Huh, If they are logged into Guacamole, then they by definition have a guac account, so I'm confused as to why they aren't showing up in the list. Perhaps someone else here will have some ideas. The only thing that comes to mind at the moment is maybe MySQL is being mean and not showing the new

Re: New Active Directory users not showing in user list

2021-08-25 Thread Jim Rx
Yes - I'm doing this right now while a user who doesn't appear is logged in, and they are not present in the list.   Sent: Wednesday, August 25, 2021 at 3:05 PM From: "Craig Sawyer" To: user@guacamole.apache.org Subject: Re: New Active Directory users not showing in user list Did you refresh the

Re: New Active Directory users not showing in user list

2021-08-25 Thread Craig Sawyer
Did you refresh the web UI? (shift+click the reload button) it's not 100% live. -Craig On Wed, Aug 25, 2021 at 1:04 PM Jim Rx wrote: > > Craig, > > Thanks for the clarification. After testing, they are able to log in... > but... their name does not appear in users in the webui, so no connection

Re: New Active Directory users not showing in user list

2021-08-25 Thread Jim Rx
Craig,   Thanks for the clarification. After testing, they are able to log in... but... their name does not appear in users in the webui, so no connections can be assigned to their account.   Thanks,   Jim     Sent: Wednesday, August 25, 2021 at 2:59 PM From: "Craig Sawyer" To: user@guacam

Re: New Active Directory users not showing in user list

2021-08-25 Thread Craig Sawyer
They won't show up until after they login. LDAP requests from Guac are only triggered when an auth request happens. The corresponding guac account will then be created on the fly as it were. There is no "sync" between AD <-> Guac, except at login time. If they are unable to login, but everyone

New Active Directory users not showing in user list

2021-08-25 Thread Jim Rx
Hello,   I saw a thread on LDAP issues just a couple of days ago, but it didn't seem to match my situation.   I built Guacamole 1.3.0 from source on a debian 10, using mysql for connection properties and active directory (Server 2019) for authentication. We noticed that some AD users were not l

Re: THE NETWORK CONNECTION IS UNSTABLE

2021-08-25 Thread Nick Couchman
On Wed, Aug 25, 2021 at 12:56 AM wrote: > From many days we have facing *THE* *NETWORK CONNECTION IS UNSTABLE* > regarding issue , As per checking this massage is showing even there is no > any drops on the client side also in the trace root . We have daily showing > this type of massage in the c

Re: Pseudo VDI: VNC pool

2021-08-25 Thread Nick Couchman
On Tue, Aug 24, 2021 at 11:03 PM Ciro Iriarte wrote: > Hello!, > > Well, with VNC I was planning to use a 1:1 mapping between users and VMs > (around 20), but with XRDP it seems I can reduce the VM count and have 4 > machines with 5 users. That would reduce the OS maintenance overhead like > patc

Re: Pseudo VDI: VNC pool

2021-08-25 Thread Nick Couchman
On Wed, Aug 25, 2021 at 1:58 AM Stefan M. Radman wrote: > Hi Nick > > xrdp supports dynamic resizing since 0.9.16 > > https://github.com/neutrinolabs/xrdp/releases > Release notes for xrdp v0.9.16 (2021/04/30) > New features > • On-the-fly resolution change now supported for Xvnc and Xorg > (#448