Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread drhy
Re "AD User/Group Objects with the User/Group objects in MySql". Yes. The Group name for a user in MySQL and AD needs to be identical. The user in AD and in MySQL should be a member of both groups. -David -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread drhy
Yes. For example if AD user "userX" is a member of AD Group "guacusers", then in MySQL: create a group "guacusers", create a user "userX", and make "userX" a member of "guacusers". -David -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread PlayerOne
Thank you David! Reposting this below in case you missed it above. "Ok that all went well, I just need to do the Windows MFA/Radius side now. I see your notes in your file, could you elaborate a little more on what needs to be done please? Is this where I need to match AD User/Group Objects

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread drhy
Hi PlayerOne, I've created the replacement pom.xml files. Copy the attached surefirefix.zip file to the root (/) of your CentOS volume cd / unzip surefirefix.zip It should overwrite the affected pom.xml files in /root/guacamole-client-1.0.0/ Run maven per the command in my first post. Let me

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread PlayerOne
Ok that all went well, I just need to do the Windows MFA/Radius side now. I see your notes in your file, could you elaborate a little more on what needs to be done please? Is this where I need to match AD User/Group Objects with the User/Group objects in MySql? -- Sent from:

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread PlayerOne
Hi David, yes it does contain that line. I tried the skiptests but that also failed. I'll start working my way through these files. Thanks for the help. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread drhy
Hi PlayerOne, It looks like the surefire plugin being downloaded has been corrupted on their web site. Must have just happened. You need to bypass testing. Try: mvn install -DskipTests If that doesn't work then go through each pom.xml in the expanded tarball and comment out the use of the

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread PlayerOne
Hi David, Yes I did that's right. I've come across another problem, I hope you can help. I've built a VM twice now on the Maven step thinking I may have done something wrong, just a base CentOS 7 install. I've run the maven commands and both times come up with this error. [INFO]

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread drhy
Hi PlayerOne, Bearing in my how newbie I am, it'll either be me omitting a command. Or it might be that the following line didn't get executed: echo '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre/lib/amd64/jli' >> /etc/ld.so.conf.d/java.conf Look in the file: /etc/ld.so.conf

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread PlayerOne
I managed to fix it, although it did run this command with no errors './configure --with-java-home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/' didn't apply the java-home. I manually updated it in /etc/systemd/system/tomcat.service and now tomcat starts ok. -- Sent from:

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread PlayerOne
David, I'm at the point in your guide where I've just rebooted after permitting java to listen on privileged ports. Tomcat seems to not want to start now, I get this error: root@GUACA01/opt systemctl status tomcat.service ● tomcat.service - Apache Tomcat Web Application Container Loaded:

Re: Guacamole AND FreeRadius ( Probleme with Users data )

2019-02-20 Thread Kamal Ezzaki
> > Yes i tried it and it's work, i change the name of radius module so that > it's loaded first and Guacamole check in radius server first than go back > to jdbc but the problème is how to not go back to jdbc and check only > radius if the user existe than go to jdbc for users data ( permission ,

Re: Guacamole missdrawing UI elements

2019-02-20 Thread Nick Couchman
On Mon, Feb 18, 2019 at 6:34 AM AlexC_ wrote: > Hi! > > I've been running into problems making Guacamole draw properly UI elements > on certain programs. Right after refreshing the page everything looks fine, > but when any given UI element leaves the screen or is hidden it stops > drawing

Re: Add an extra button to the Authentication Page

2019-02-20 Thread Nick Couchman
On Mon, Feb 18, 2019 at 8:48 AM Dennis Hoffmann wrote: > Hi, > > i want to add an extra button to the Custom Authentication Page. > If a user clicks on that button i want to catch this event in my extension > and execute some code. > Should I add this button to my HTML-templatefile? If the

Re: Guacamole AND FreeRadius ( Probleme with Users data )

2019-02-20 Thread Nick Couchman
On Wed, Feb 20, 2019 at 12:03 PM Kamal Ezzaki wrote: > This is My guacamole.properietes file > # MySQL properties > #mysql-hostname: localhost > #mysql-port: 3306 > #mysql-database: guacamole_db > #mysql-username: guacamole_user > #mysql-password: passroot > # Radius properties >

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread Nick Couchman
On Wed, Feb 20, 2019 at 3:44 PM drhy wrote: > Hi, > If you look at the script you'll see that it changes the name of the > Authentication Providers slightly. The Providers are loaded and executed by > Guacamole in alphanumeric sequence, so renaming is needed to ensure Radius > is loaded before

Re: guacamole radius

2019-02-20 Thread Nick Couchman
> > > Thanks. > After a careful re-read of your postings and the JIRA I now realize that if > both the username and MySQL Group name exist in Active Directory (which > Radius is authenticating against) and the password is correct, then the > user > will be presented with the Guacamole Connections

Re: Custom User Attributes

2019-02-20 Thread Nick Couchman
On Wed, Feb 20, 2019 at 3:20 AM Dennis wrote: > Thanks for your fast reply. > That way I can only attach this attribute temporarily to the user object, > right?(maybe i misunderstood the concept of decorate) > It should be possible to edit this attribute(stored in the DB) via the > guacamole

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread PlayerOne
Thank you David, I did actually catch that in the other thread, but thank you again for keeping things neat and tidy by updating your posts here. It's unbelievably annoying coming across those kind of dead end threads! -- Sent from:

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread PlayerOne
I'm currently installing this on CentOS 7, the latest download available. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread drhy
Hi, If you look at the script you'll see that it changes the name of the Authentication Providers slightly. The Providers are loaded and executed by Guacamole in alphanumeric sequence, so renaming is needed to ensure Radius is loaded before MySQL. -David -- Sent from:

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread Kamal Ezzaki
it's not an issue i think it's just something i must do with the configuration because my guacamole check first the database than go to radius , but i want guacamole to check users in radius, if the user existe than he complete with the database , if not PRINT incorrect

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread Kamal Ezzaki
Centos 7 For Guacamole Freeradius Ubuntu 18

Guacamole AND FreeRadius ( Probleme with Users data )

2019-02-20 Thread Kamal Ezzaki
Hello I have a problème after i installed guacamole and freeradius for authentification, i can't figure out how to store users data like connections and permissions . guacamole work fine with freeradius, the authentification passes but there is no connections no data stored . Can Someone Help me

Re: guacamole radius

2019-02-20 Thread drhy
Hi Nick Thanks. After a careful re-read of your postings and the JIRA I now realize that if both the username and MySQL Group name exist in Active Directory (which Radius is authenticating against) and the password is correct, then the user will be presented with the Guacamole Connections

Re: Guacamole 1.0.0 with Radius and MySQL: Step-by-step for Linux newbies

2019-02-20 Thread drhy
Two attempts about a fortnight apart. In the first attempt I just assumed that Groups would work - I had all Users and all Connection belonging to just one Group. It appeared to be the easiest to administer. But all I saw after Radius authentication of a user was an empty Connection list - it

Re: Custom User Attributes

2019-02-20 Thread Dennis
Thanks for your fast reply. That way I can only attach this attribute temporarily to the user object, right?(maybe i misunderstood the concept of decorate) It should be possible to edit this attribute(stored in the DB) via the guacamole backend(edit user, new user) My solution atm: I've