Re: Radius Provider returns Group - like LDAP

2019-05-06 Thread drhy
I forgot to mention that we need to use the Radius Provider because it is the only way available to us to trigger the Azure MFA, which is a required component of our Windows SSO environment. I suspect that many other Azure MFA sites are in the same boat. -David -- Sent from: http://apache-guac

Re: Radius Provider returns Group - like LDAP

2019-05-06 Thread drhy
Thanks. Two new JIRA Improvements created: Radius Provider returns Group - like LDAP Provider CAS Provider returns Group - like LDAP Provider -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: Radius Provider returns Group - like LDAP

2019-05-06 Thread Nick Couchman
On Mon, May 6, 2019 at 20:51 drhy wrote: > Definitely only a wish to add to the list. This should probably go into our JIRA instance as an improvement or feature request. > > It would reduce admin for those of us who use Radius for authentication > against a Directory (in our case Microsoft A

Radius Provider returns Group - like LDAP

2019-05-06 Thread drhy
Definitely only a wish to add to the list. It would reduce admin for those of us who use Radius for authentication against a Directory (in our case Microsoft Active Directory) with a database provider that will be using Groups to mange connections, if Groups could be used somehow. One possibility

Re: Nginx Content_Security_Policy?

2019-05-06 Thread Zer0Cool
As per vnick's suggestion I used the dev tools in the browser and was able to at least get some information. I have adjusted the CSP line to the following: add_header Content-Security-Policy "default-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'sef' data:;

General guacamole-server guacd questions

2019-05-06 Thread Michael Barkdoll
Hello, I notice guacd uses 100% of one of my cores when I use the Docker container implementation in my docker swarm when examining it with a basic top command. I'm curious about the following: 1. Is this normal? I can't seem to get video to play with full screen or high color depth 24/3

Re: Connection Error: Balancing Connection Group

2019-05-06 Thread Michael Barkdoll
Are other users experiencing this same issue? Should I open a bug report? Michael Barkdoll On Fri, May 3, 2019 at 4:32 PM Michael Barkdoll wrote: > Here is one more scenario that I thought was interesting: > > machines: m1, m2, m3 > vms: s1, s2 (in balancing connection group) > > m1 => user t

Re: Nginx Content_Security_Policy?

2019-05-06 Thread Zer0Cool
Thanks for the input guys. Any idea where to start researching this? I still have yet to find any reliable info on CSP and Guac. As you both mention, I am sure its blocking aspects required by Guac and it comes down to figuring out if there is a CSP that allows everything required for guac to opera