Re: Later Compile Error

2019-02-24 Thread Robert Dinse
It says it failed to due to previous errors but there are about 100 lines of error messages so not sure what is relevant. The ROOT starts okay. -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Eskimo North Linux Friendly Internet Access, Shell Accounts,

Re: Later Compile Error

2019-02-24 Thread Robert Dinse
Now I've moved this to /var/lib/tomcat8/webapps but it is not creating a guacamole directory. Server status lists it as an app but if I go to that app it says directory not found. -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Eskimo North Linux Friendly

Re: Later Compile Error

2019-02-24 Thread Robert Dinse
On Sun, 24 Feb 2019, Mike Jumper wrote: The .tar.gz is the source archive. It's built as part of the build. You don't need to keep building it. The .war is in a different directory. See my previous email. Ah just latched onto the target, found it! Thank you!

Re: Maven

2019-02-24 Thread Mike Jumper
On Sun, Feb 24, 2019, 23:06 Robert Dinse wrote: > > Not being a Java person (I've never built anything in Java before), > when it says to type: > > "mvn package" > > Is that literal or is package supposed to be the name of a package? > It's literal. The command is "mvn

Re: Later Compile Error

2019-02-24 Thread Mike Jumper
The .tar.gz is the source archive. It's built as part of the build. You don't need to keep building it. The .war is in a different directory. See my previous email. On Sun, Feb 24, 2019, 23:01 Robert Dinse wrote: > > I've got some sort of weird infinite loop going on. In >

Maven

2019-02-24 Thread Robert Dinse
Not being a Java person (I've never built anything in Java before), when it says to type: "mvn package" Is that literal or is package supposed to be the name of a package? -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Eskimo North Linux

Re: Later Compile Error

2019-02-24 Thread Robert Dinse
I've got some sort of weird infinite loop going on. In guacamole-client/target I had: archive-tmp guacamole-client-1.1.0.tar.gz rat.txt If I unzip and extract that tar, it looks like the same directory hiearchy inside the first, and if I do "mvn package", then it creates a

Re: Later Compile Error

2019-02-24 Thread Mike Jumper
http://guacamole.apache.org/doc/gug/installing-guacamole.html#building-guacamole-client "... If you have built guacamole-client from source, the required .war file will be within the guacamole/target/ directory and will contain an additional version suffix. ..." On Sun, Feb 24, 2019, 22:27

Re: Later Compile Error

2019-02-24 Thread Robert Dinse
Well server all compiled, client built, now to deploy and configure... -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting. Knowledgeable human assistance, not telephone trees or script

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

2019-02-24 Thread drhy
Hi PlayerOne and vnick, I think I also read that MySQL creates a salted password when a new user is created - but I wasn't sure. But when guacadmin was administrating that new user, for example by adding a Group or adding Connections, The web GUI would report "Passwords not identical" for the

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

2019-02-24 Thread Nick Couchman
On Sun, Feb 24, 2019 at 9:07 PM drhy wrote: > Hi PlayerOne, > > I'm using guacadmin to enter a zero-length password for a standard > (non-admin) user, me. > I enter a single space, then backspace, in each of the two password fields, > then Save. > > In this scenario I can be authenticated via

Re: Necessity for remove a field from Edit User window

2019-02-24 Thread Mike Jumper
On Sun, Feb 24, 2019 at 2:40 PM Gabriel Huerta Araujo < huert...@globalhitss.com> wrote: > By the way how do you make that these fields(their labels in particular) > can be translated according to chosen language if they are contained into > guacamole_user table and I do not see any reference to

Re: Necessity for remove a field from Edit User window

2019-02-24 Thread Mike Jumper
On Sun, Feb 24, 2019 at 2:39 PM Gabriel Huerta Araujo < huert...@globalhitss.com> wrote: > Hi Mike > > > > There exists a necessity where for some application accounts do not ask > for a new password. > > Sorry, I still don't follow. If you don't need to expire a user's password, why not just not

Re: Later Compile Error

2019-02-24 Thread Mike Jumper
On Sun, Feb 24, 2019 at 6:13 PM Robert Dinse wrote: > > Can anyone give me a hint as to how to get around this compile error: > >CC guacenc-log.o > jpeg.c: In function ‘guacenc_jpeg_decoder’: > jpeg.c:94:5: error: implicit declaration of function ‘jpeg_mem_src’; did > you mean

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

2019-02-24 Thread PlayerOne
drhy wrote > I enter a single space, then backspace, in each of the two password > fields, > then Save. I did exactly what you described, with the same user I tried earlier, but this time it logged me in with a blank password. Great for testing, but definitely not desired! I thought I read

RDP Settings/Requirements for Windows Server 2016 and above

2019-02-24 Thread PlayerOne
Can anyone share their settings for RDP on Windows Server 2016 please? I've tried all the options available NLA/TLS/RDP etc but none work for me so far. Thanks -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Later Compile Error

2019-02-24 Thread Robert Dinse
Can anyone give me a hint as to how to get around this compile error: CC guacenc-log.o jpeg.c: In function ‘guacenc_jpeg_decoder’: jpeg.c:94:5: error: implicit declaration of function ‘jpeg_mem_src’; did you mean ‘jpeg_stdio_src’?

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

2019-02-24 Thread drhy
Hi PlayerOne, I'm using guacadmin to enter a zero-length password for a standard (non-admin) user, me. I enter a single space, then backspace, in each of the two password fields, then Save. In this scenario I can be authenticated via Radius and AD using my AD password. If I ensure the password

Re: Request - Please wait message after entering credentials (Radius Auth Azure MFA)

2019-02-24 Thread drhy
As PlayerOne says, not sure if this is the place for requests, but I endorse his suggestion. Our Azure MFA users, who all live a long way from an Azure data center, aren't sure if they have to click the "Login" button again. Some click it a number of times then soon after get a deluge of Azure

Request - Please wait message after entering credentials (Radius Auth Azure MFA)

2019-02-24 Thread PlayerOne
I'm not sure if this is the right place to post this but please do let me know if not. This request is more of a 'nice to have' than anything else. Just something I noticed myself and a couple of users have mentioned but after we enter our login credentials and hit enter the screen just sits and

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

2019-02-24 Thread PlayerOne
Hi David, Could I just confirm what you mean by that please? I just tried this with a new user i added via the gui with a blank password. Tried logging in as that user with blank password and I get invalid login when I try to do so. -- Sent from:

Re: Compile Error

2019-02-24 Thread Robert Dinse
I updated my gcc which was out of date, now 8.2.0-7ubuntu1, now the compile makes it past the rdp code and fails here: jpeg.c: In function ‘guacenc_jpeg_decoder’: jpeg.c:94:5: error: implicit declaration of function ‘jpeg_mem_src’; did you mean ‘jpeg_stdio_src’?

Re: Compile Error

2019-02-24 Thread Robert Dinse
Incidentally, I'm trying to use gcc 8.0.1 to compile, obviously somehow someone has managed to get this to compile in the past. Is the gcc version I'm using an issue? -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Eskimo North Linux Friendly Internet

Re: Compile Error

2019-02-24 Thread Robert Dinse
Ok, I can see just making that one change is insufficient as there are 17 commits involved in adding those guac_ modified functions that add a null terminator. I'm not fluent enough in git to know how to pull all of those. When will 1.1.0 be available? I've also tried to compile various

Re: Compile Error

2019-02-24 Thread Mike Jumper
What I provided earlier was an excerpt from the pull request. It is not a full patch. Look instead at the pull request that Nick linked to. https://github.com/apache/guacamole-server/pull/209 - Mike On Sun, Feb 24, 2019 at 4:53 PM Robert Dinse wrote: > > Ok, I removed the patch from the

Re: Compile Error

2019-02-24 Thread Mike Jumper
Ah, OK. I think I see the source of the confusion. Ignore the patch attached by the reporter to the JIRA issue. Look instead at the in-progress pull request that Nick linked to. https://github.com/apache/guacamole-server/pull/209 - Mike On Sun, Feb 24, 2019 at 4:48 PM Robert Dinse wrote: > >

Re: Compile Error

2019-02-24 Thread Robert Dinse
Ok, I removed the patch from the website and put in yours now I get a different error: make[3]: Entering directory '/usr/src/guacamole-server/src/protocols/rdp' CC guac_svc/guacsvc_client_la-svc_service.lo guac_svc/svc_service.c: In function ‘VirtualChannelEntry’:

Re: Compile Error

2019-02-24 Thread Robert Dinse
This is the patch I saw when I went to the URL provided: — svc_service.c 2018-09-28 02:25:30.0 +0100 +++ svc_service.c 2018-10-01 11:32:34.839596780 +0100 @@ -55,6 +55,8 @@ /* Init channel def */ strncpy(svc_plugin->plugin.channel_def.name, svc->name, GUAC_RDP_SVC_MAX_LENGTH); +

Re: Compile Error

2019-02-24 Thread Robert Dinse
Hmm, different patch then the one I saw when I went to the URL provided. At any rate; have a different problem now. -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting. Knowledgeable

Re: Compile Error

2019-02-24 Thread Mike Jumper
The patch was not after the line; it entirely replaced it. Relevant portion of patch: @@ -53,7 +54,7 @@ int VirtualChannelEntry(PCHANNEL_ENTRY_POINTS pEntryPoints) { guac_rdp_svc* svc = (guac_rdp_svc*) entry_points_ex->pExtendedData; /* Init channel def */ -

Re: Compile Error

2019-02-24 Thread Robert Dinse
I got the same error, possible or not. The patch was AFTER the line that errored so don't see how it would have fixed the error anyway. -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Eskimo North Linux Friendly Internet Access, Shell Accounts, and

Re: Compile Error

2019-02-24 Thread Mike Jumper
It's not possible for the same error to be present with the patched code. The line in question no longer exists with the patch, having been replaced with a call to guac_strlcpy(). If you're still seeing an error on that line regarding strncpy(), you're not building the patch that Nick mentioned.

Re: Compile Error

2019-02-24 Thread Robert Dinse
In addition to the patch provided, I added a +1 to the strncpy length and that got rid of that compile. The last byte will be overwritten by the NULL added by the patch so it won't hurt anything. Now I've got another compile error having to do with a incorrect definition that I'm

Re: Compile Error

2019-02-24 Thread Robert Dinse
That patch isn't going to fix it, at leat not under Ubuntu, as I applied it and still got the same compile error. -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting. Knowledgeable

RE: Necessity for remove a field from Edit User window

2019-02-24 Thread Gabriel Huerta Araujo
By the way how do you make that these fields(their labels in particular) can be translated according to chosen language if they are contained into guacamole_user table and I do not see any reference to them into manageUser.html file? Regards. De: Gabriel Huerta Araujo

RE: Necessity for remove a field from Edit User window

2019-02-24 Thread Gabriel Huerta Araujo
Hi Mike There exists a necessity where for some application accounts do not ask for a new password. Regards. De: Mike Jumper [mailto:mjum...@apache.org] Enviado el: domingo, 24 de febrero de 2019 04:24 p.m. Para: user@guacamole.apache.org Asunto: Re: Necesity for remove a field from Edit

Re: Necesity for remove a field from Edit User window

2019-02-24 Thread Mike Jumper
On Sun, Feb 24, 2019 at 2:22 PM Gabriel Huerta Araujo < huert...@globalhitss.com> wrote: > I have to remove a field from Edit User window where this screen has an > option Account restrictions where there are below options. > > > > disabled > > expired > > access_window_start > >

Necesity for remove a field from Edit User window

2019-02-24 Thread Gabriel Huerta Araujo
I have to remove a field from Edit User window where this screen has an option Account restrictions where there are below options. disabled expired access_window_start access_window_end valid_from valid_until timezone Some of them are checkbox, by the way filed expired is presented as

Re: guacamole radius

2019-02-24 Thread PlayerOne
vnick wrote > or you'd have to assign permissions directly to "User 1" in the JDBC > module In my testing so far this is exactly what I'm experiencing. Permissions only work if connections are assigned to users. -- Sent from:

Re: guacamole radius

2019-02-24 Thread Nick Couchman
On Sun, Feb 24, 2019 at 12:01 AM drhy wrote: > Hi Nick, > > A further clarification from PlayerOne and myself. > > We have been testing Radius with MySQL and have been able to successfully > configure a Guacamole Group with Connections attached to it. When we then > make Guacamole Users members

Re: Compile Error

2019-02-24 Thread Nick Couchman
On Sun, Feb 24, 2019 at 5:48 AM Robert Dinse wrote: > > Pulled the source from github and attempted to compile on Ubuntu > 18.10 but > got the following error: > > guac_svc/svc_service.c: In function ‘VirtualChannelEntry’: > guac_svc/svc_service.c:56:5: error: ‘strncpy’ output may be

Compile Error

2019-02-24 Thread Robert Dinse
Pulled the source from github and attempted to compile on Ubuntu 18.10 but got the following error: guac_svc/svc_service.c: In function ‘VirtualChannelEntry’: guac_svc/svc_service.c:56:5: error: ‘strncpy’ output may be truncated copying 7 bytes from a string of length 7

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

2019-02-24 Thread drhy
First Post updated - Need to ensure that the Powershell addition of a new user to the MySQL database includes a very long, complex, randomly generated password. Otherwise logon could bypass Radius and by entering just the username and zero length password, logon through MySQL. -David -- Sent