Re: HTTP header auth with groups

2019-04-03 Thread Nick Couchman
On Wed, Apr 3, 2019 at 8:45 AM Will Payne wrote: > > I'm assuming groups should work with users authenticated via HTTP > headers? > > If I put a user in a group and allow that group access to a connection, > the user cannot see the connection. > > Is this a bug? > Not really a bug, no, but it

HTTP header auth with groups

2019-04-03 Thread Will Payne
I'm assuming groups should work with users authenticated via HTTP headers? If I put a user in a group and allow that group access to a connection, the user cannot see the connection. Is this a bug? I also noticed that if a user is granted access to a connection both in their user

Re: Http Header Auth

2018-07-30 Thread Nick Couchman
On Mon, Jul 30, 2018 at 3:19 PM Bime, Kerman K. (GSFC-606.2)[InuTeq, LLC] < kerman.k.b...@nasa.gov> wrote: > To whom it may concern, > > > > Could you provide more information on configuring guacamole.properties for > HTTP Header Authentication. The manual/documentation essentially just says > to

Http Header Auth

2018-07-30 Thread Bime, Kerman K. (GSFC-606.2)[InuTeq, LLC]
To whom it may concern, Could you provide more information on configuring guacamole.properties for HTTP Header Authentication. The manual/documentation essentially just says to drop the jar file in GUAC_Home/extensions. I understand that this needs to be layered on top of a db like MySql

Re: HTTP header auth + MySQL

2018-03-22 Thread Nick Couchman
On Wed, Mar 21, 2018 at 5:12 PM, John Hanks wrote: > I managed to get a different env variable set to the uid without the > kerberos realm with > > RewriteEngine on > RewriteCond %{LA-U:REMOTE_USER} ^(.+)@.*$ [NC] > RewriteRule ^.*$ - [E=SUNET_ID:%1] > > and the

Re: HTTP header auth + MySQL

2018-03-21 Thread John Hanks
org> wrote: > On Tue, Mar 20, 2018 at 6:39 PM, John Hanks <griz...@gmail.com> wrote: > >> Hi, >> >> I have guacamole working with an Apache reverse proxy which does kerberos >> authentication and guacamole using HTTP header auth and mysql (mariaDB on >>