Re: Maximized window in Windows Remote Apps

2018-11-20 Thread Nick Couchman
On Tue, Nov 20, 2018 at 12:10 PM Hugo AMG87 wrote: > It's true, the version I really have is the 1.0.2, the 2.0.0 is not > installed. > > Anyway, I am trying to install Freerdp 1.1 and I can't do it. Althought > the build process ends correctly, Guacamole doesn't find it when I run >

Re: Help with ldap-user-search-filter and LDAP Query

2018-11-20 Thread Zer0Cool
I kind of figured it out. At least the base issue. ldap-users-search-filter: (memberOf=CN=Domain Admins,CN=Users,DC=domain,DC=COM) Seems to be the proper syntax for the parameter in the guacamole.properties file. This pulled in just the members of that group. Removing "(&(objectCategory=user"

Re: Help with ldap-user-search-filter and LDAP Query

2018-11-20 Thread Zer0Cool
Hello and Thanks for the input. I think you are right, a group would be the best approach. I am currently testing using: ldap-user-search-filter: "(&(objectCategory=user)(memberOf=CN=Domain Admins,CN=Users,DC=domain,DC=COM))" In dsquery on a Windows 7 client machine the above (without

Re: guacamole radius

2018-11-20 Thread SergeyKh
radius authenticated users can't see their guacamole web workspace (or i don't know how that stuff is called). one login one password. no 2fa. so the steps: 1. built the documentation from the git 2. built guacd + guacamole's war + extensions from the git as it described in the manual 3.

Re: guacamole radius

2018-11-20 Thread Nick Couchman
On Tue, Nov 20, 2018 at 1:49 PM SergeyKh wrote: > Yes. 02 is jdbc mysql > > Okay, and, I think you described it elsewhere, but can you provide me the exact list of steps you go through to reproduce the issue, and the exact behavior you're seeing? It sounds like users cannot see the connection

Re: Maximized window in Windows Remote Apps

2018-11-20 Thread Hugo AMG87
Centos 7 El mar., 20 nov. 2018 19:56, Nick Couchman escribió: > On Tue, Nov 20, 2018 at 12:10 PM Hugo AMG87 wrote: > >> It's true, the version I really have is the 1.0.2, the 2.0.0 is not >> installed. >> >> Anyway, I am trying to install Freerdp 1.1 and I can't do it. Althought >> the build

Re: guacamole radius

2018-11-20 Thread SergeyKh
My radius extension name starts with 01 so i've tryed it alredy вт, 20 нояб. 2018 г., 21:40 Nick Couchman vn...@apache.org: > On Tue, Nov 20, 2018 at 10:13 AM SergeyKh wrote: > >> Ok, thank you very much. If you need some more info or my logs i'm here. >> >> > Can you try something else for me?

Maximized window in Windows Remote Apps

2018-11-20 Thread Hugo AMG87
Hi, I have a problem when I use any remote app under Windows Server 2016. Each time I run Chrome, for example, the application window can´t be maximized. It is like there is an invisible Windows desktop behind it which doesn't cover completely the browser screen while using Guacamole and I have

Re: guacamole radius

2018-11-20 Thread SergeyKh
Ok, thank you very much. If you need some more info or my logs i'm here. вт, 20 нояб. 2018 г., 18:00 Nick Couchman vn...@apache.org: > On Tue, Nov 20, 2018 at 9:19 AM SergeyKh wrote: > >> Hello Nick! >> can you please tell me something about my problem with guacamole and >> your radius

Re: Maximized window in Windows Remote Apps

2018-11-20 Thread Nick Couchman
On Tue, Nov 20, 2018 at 4:34 AM Hugo AMG87 wrote: > Hi, > I have a problem when I use any remote app under Windows Server 2016. > Each time I run Chrome, for example, the application window can´t be > maximized. It is like there is an invisible Windows desktop behind it which > doesn't cover

Re: guacamole radius

2018-11-20 Thread Nick Couchman
On Tue, Nov 20, 2018 at 9:19 AM SergeyKh wrote: > Hello Nick! > can you please tell me something about my problem with guacamole and your > radius extension? am i doing something wrong? so i can't get to the web-app > to choose my connections. it only works with one connection that starts >

Help with ldap-user-search-filter and LDAP Query

2018-11-20 Thread Zer0Cool
I currently have Apache Guacamole setup and working with LDAP (both 0.9.14 from site and 1.0.0. from git) in CentOS and RHEL 7.5/7.6. I can login, see the full list of AD entities, etc. The problem is its literally everything from AD; users, computers, disabled accounts, etc. Ideally, I would

Re: Help with ldap-user-search-filter and LDAP Query

2018-11-20 Thread Nick Couchman
> > Any help would be great I have been racking my brain and cant work this > out. > I am very new to LDAP queries and ignorance on my part is, I am sure, > largely to blame. > > I have tried something like: > (&(objectCategory=person)(|(OU=Admins)(OU=Domain Users)) > > First, you're missing a

Apache Guacamole Installation Script for RHEL/CentOS

2018-11-20 Thread Zer0Cool
I have created an installation script for Apache Guacamole in RHEL/CentOS 7.x and up. I was hoping to get some feedback on it and maybe even some help improving it. The Github repo can be found at https://github.com/Zer0CoolX/guacamole-install-rhel Some key features of the script are: - Allows

Re: Maximized window in Windows Remote Apps

2018-11-20 Thread Nick Couchman
On Tue, Nov 20, 2018 at 11:06 AM Hugo AMG87 wrote: > Hi, > > My FreeRDP version is 2.0.0-rc3. It should works. > > I'm trying to install FreeRDP 2.0.0-rc4. It seems it has worked, but when > I run "/configure --with-init-dir=/etc/init.d" to rebuild Guacamole server, > the output shows that

Re: Maximized window in Windows Remote Apps

2018-11-20 Thread Hugo AMG87
It's true, the version I really have is the 1.0.2, the 2.0.0 is not installed. Anyway, I am trying to install Freerdp 1.1 and I can't do it. Althought the build process ends correctly, Guacamole doesn't find it when I run "./configure". I don't know what to do. Thanks. El mar., 20 nov. 2018 a

Re: Maximized window in Windows Remote Apps

2018-11-20 Thread Hugo AMG87
Hi, My FreeRDP version is 2.0.0-rc3. It should works. I'm trying to install FreeRDP 2.0.0-rc4. It seems it has worked, but when I run "/configure --with-init-dir=/etc/init.d" to rebuild Guacamole server, the output shows that freerdp package is not installed. How I can install it to allows

Re: guacamole radius

2018-11-20 Thread Nick Couchman
On Tue, Nov 20, 2018 at 10:13 AM SergeyKh wrote: > Ok, thank you very much. If you need some more info or my logs i'm here. > > Can you try something else for me? When you install the RADIUS module, can you install it as: guacamole-auth-0radius-1.0.0.jar (put the 0 in front of the radius part