Re: [NOTICE] We've graduated

2017-11-28 Thread Nick Couchman
On Tue, Nov 28, 2017 at 12:35 PM, Mike Jumper <mike.jum...@guac-dev.org> wrote: > On Tue, Nov 28, 2017 at 7:43 AM, Nick Couchman <vn...@apache.org> wrote: > >> > >> > > >> > Beware that I am now about to rename the "staging/0.9.14-incubat

Re: [NOTICE] We've graduated

2017-11-28 Thread Nick Couchman
> > > > > Beware that I am now about to rename the "staging/0.9.14-incubating" > > branches to "staging/0.9.14". Due to past issues with branch > > creation/deletion not updating correctly on the GitHub mirrors, I expect > I > > may have to open a ticket with Infra to force resync. If you're doing

Re: [NOTICE] We've graduated

2017-11-30 Thread Nick Couchman
> > 2) Anyone with outstanding pull requests against > "staging/0.9.14-incubating" branches probably just had their PR > automatically closed once the branch was deleted. If GitHub allows you to > edit the PR to change the merge base to "staging/0.9.14" and reopen, please > do so. If not, you'll

Re: [DISCUSS] Java Version 1.6 Support

2017-12-13 Thread Nick Couchman
> > That said, newer versions of Tomcat do indeed require at least Java 7, with > the latest releases requiring Java 8. It could be argued that we should > follow suit. > ...without forgetting other potential servlet containers that we might want to maintain support for, like JBoss, Websphere,

Re: Extension session resource

2018-05-09 Thread Nick Couchman
On Wed, May 9, 2018 at 9:40 AM, Mark Nolan wrote: > I'm new to guacamole. > > Hopefully I have understood this correctly. > > I want to create an extension that exposes a RESTful resource. Eventually, > the resource will connect to the Google Cloud Platform API to allow some >

Re: I had upload file to sftp form my local computer ,how can I download the file to the remoter computer in the guacamole?

2018-05-15 Thread Nick Couchman
On Tue, May 15, 2018 at 2:59 AM, Takpong Boontung wrote: > I had upload file to sftp form my local computer ,how can I download the > file to the remoter > > computer in the guacamole? > > You'll need to access the system running the SFTP server from inside the remote

Re: Question about isLoaded in homeController.js

2018-05-15 Thread Nick Couchman
On Tue, May 15, 2018 at 2:42 PM, Mark Nolan wrote: > That sets rootConnectionGroups. The only reference to the singular form is > in isLoaded ( > https://github.com/apache/guacamole-client/blob/ > 9d09f0bb0a6bed3b355572644faf374d5ca14f8b/guacamole/src/main/ >

Re: Keeping Guacamole docker image up to date

2018-06-11 Thread Nick Couchman
On Mon, Jun 11, 2018 at 11:55 AM Tezarin wrote: > Hi all, > > Any thoughts on how I can ensure my guacamole image is always up to date? > So, one of the driving forces behind using containers is that they are easy to keep up to date. You should be able to do a "docker pull" to update to the

Re: Decoration and Connection Parameters

2018-06-08 Thread Nick Couchman
> > - If so, can someone provide some pointers on how to properly accomplish > > this? > > > > > My understanding of WOL is that the IP address of the machine itself does > not correspond to the address used for the magic packet (the MAC address): > >

Re: Forward Guacamole logs to Splunk

2018-06-07 Thread Nick Couchman
On Thu, Jun 7, 2018 at 2:20 PM, Tezarin wrote: > Hi all, > I have Guacamole running inside a docker container. We use Splunk for > managing the logs on all of our applications. Is there any way I could > forward the guacamole logs to Splunk? > As of right now, the only way I know to manage the

Re: Question about isLoaded in homeController.js

2018-06-07 Thread Nick Couchman
nly reference to the singular form is > in isLoaded ( > https://github.com/apache/guacamole-client/blob/ > 9d09f0bb0a6bed3b355572644faf374d5ca14f8b/guacamole/src/main/ > webapp/app/home/controllers/homeController.js#L73 > ) > > M. > . > > > On 15 May 2018 at 19:38, Nick C

Re: Keeping Guacamole docker image up to date

2018-06-17 Thread Nick Couchman
M. > . > > > On 17 June 2018 at 01:13, Nick Couchman wrote: > > > On Fri, Jun 15, 2018 at 11:36 AM Tezarin > > wrote: > > > > > > > > Hi, > > > > > > What would be a good practice for having these docker pull commands? > Can >

Re: Keeping Guacamole docker image up to date

2018-06-11 Thread Nick Couchman
On Mon, Jun 11, 2018 at 12:53 PM Tezarin wrote: > Thanks Nick. I have always been using the docker pull command to make > sure my images are up to date, never had a problem until I ran docker pull > mysql and the new version (8 something) was not compatible with the > guacamole container. It

Decoration and Connection Parameters

2018-06-07 Thread Nick Couchman
Okay, question here about using the decoration feature of the extensions and accessing parameters. I'm trying to write an extension that does both the status checks and Wake-on-LAN on the hosts in each of the connections. The connections are stored in the JDBC module, and I'm then implementing a

Help with GUACAMOLE-566: Add RESTExceptionWrapper to Extensions

2018-05-28 Thread Nick Couchman
Hey, everyone, I could use some help figuring out how to work this one out. GUACAMOLE-566 deals with adding the RESTExceptionWrapper to loaded extensions such that the extension-specific REST endpoints will deliver similar Guacamole error messages rather than just causing a generic Tomcat Error

Re: Help with GUACAMOLE-566: Add RESTExceptionWrapper to Extensions

2018-05-28 Thread Nick Couchman
> > There may be another way, however. Jersey provides for mapping exceptions > to responses: > > https://stackoverflow.com/questions/15185299/jax-rs- > jersey-exceptionmappers-user-defined-exception > > Perhaps we could define such a mapping for GuacamoleException? > > Okay, I'm game. Took a

Re: 1.0.0 Release?

2018-05-26 Thread Nick Couchman
> > > >> I'll recheck open JIRA issues and PRs in a bit, but the above are what >> come >> to mind. >> >> > Hey, everyone, Circling back on this 1.0.0 release, I'm going to propose that we fix the release to include the issues currently noted in JIRA:

Re: Help with GUACAMOLE-566: Add RESTExceptionWrapper to Extensions

2018-05-29 Thread Nick Couchman
On Tue, May 29, 2018 at 3:19 PM, Mike Jumper wrote: > On Tue, May 29, 2018 at 11:59 AM, Nick Couchman wrote: > > > > > > > > > > > > > > > Perhaps the mapper needs to be bound, just like the webapp's REST > > services? > > > > &g

Re: Help with GUACAMOLE-566: Add RESTExceptionWrapper to Extensions

2018-05-29 Thread Nick Couchman
> > IIRC, there are minimum JVM version requirements for Jersey 2.x that >> > historically prevented us from going that route, but if we're going to >> require Java 7 across the board, this is doable. >> > > Okay, I'll see what I can figure out with that. Hopefully it won't be > necessary to make

Re: Help with GUACAMOLE-566: Add RESTExceptionWrapper to Extensions

2018-05-29 Thread Nick Couchman
> > > > > > Perhaps the mapper needs to be bound, just like the webapp's REST services? > > https://stackoverflow.com/questions/11987097/how-do-i- > use-a-jersey-exceptionmapper-with-google-guice > Yep, that seems to be the ticket to getting it to work. So, next question, should this be

Re: Help with GUACAMOLE-566: Add RESTExceptionWrapper to Extensions

2018-05-29 Thread Nick Couchman
On Tue, May 29, 2018 at 2:59 PM, Nick Couchman wrote: > > >> > >> Perhaps the mapper needs to be bound, just like the webapp's REST >> services? >> >> https://stackoverflow.com/questions/11987097/how-do-i- >> use-a-jersey-exceptionmapp

Re: Guacamole drag and drop - SCP

2018-05-30 Thread Nick Couchman
On Wed, May 30, 2018 at 11:04 AM, Tezarin wrote: > Hi all, > I have the Guacamole container running and everything works well. I would > like my users to have the ability to SCP the files into their VMs via the > Guacamole browser. But when I drag and drop into the connection, I get this >

Re: Setting up Guacamole inside Docker containers

2018-05-30 Thread Nick Couchman
On Wed, May 2, 2018 at 11:22 AM, Tezarin wrote: > Hi, > Do you guys have a scrip that can do some group search and implementation? > > # enumerate the (already existing) LDAP group "VPN Users"## get all user > "samaccountname" (e.g. joe.smith, etc.)# enumerate all the (already > existing) LDAP

Re: Help with GUACAMOLE-566: Add RESTExceptionWrapper to Extensions

2018-05-29 Thread Nick Couchman
On Mon, May 28, 2018 at 11:19 PM, Mark Nolan wrote: > Don't you see those warnings anyway? I can't check right now, but I'm > fairly certain I've seen them in the log regardless. > > Yeah, Mark, you're right, those show up in a clean build without this, so that's obviously not the issue. I

Re: 1.0.0 Release?

2018-05-30 Thread Nick Couchman
On Sun, May 27, 2018 at 3:24 PM, Nick Couchman wrote: > > >> > Thoughts? Any we want to eliminate from the list? Any that should be >> > added? >> > >> >> I'd like to include GUACAMOLE-567, which is the "detecting and >> advising of

Re: Guacamole drag and drop - SCP

2018-06-06 Thread Nick Couchman
On Wed, Jun 6, 2018 at 11:08 AM, Tezarin wrote: > Good morning, > > I was able to put a check mark in the SFTP checkbox of my SSH connection > and the file transfer worked transparently as you mentioned. Can you please > advise how we can enable the SFTP for the Windows boxes via the admin >

Re: Allowing LDAP attributes to be used as tokens: Internal Server Error

2018-06-07 Thread Nick Couchman
On Wed, Jun 6, 2018 at 5:02 PM, Frees, Jared wrote: > Hello, > > > This is my first post on this mailing list so please correct me if I am > doing anything the wrong way. > > > I am trying to update the guacamole code to allow arbitrary LDAP > attributes to be used as tokens. This is described

Re: 1.0.0 Release?

2018-05-27 Thread Nick Couchman
> > > > > Thoughts? Any we want to eliminate from the list? Any that should be > > added? > > > > I'd like to include GUACAMOLE-567, which is the "detecting and > advising of network connectivity issues" feature I mentioned earlier > in the thread. I've been sitting on a development branch with

Re: Guacamole log management

2018-06-30 Thread Nick Couchman
On Fri, Jun 29, 2018 at 10:17 AM Tezarin wrote: > Hi, > I would like the Guacamole logs to get forwarded to the Splunk server > and I added the log forwarding parameters I found on Splunk docs and > ran docker inspect -f '{{.HostConfig.LogConfig.Type}}' containerID > and the output was:

Re: JIRA issue for documentation?

2018-01-16 Thread Nick Couchman
On Tue, Jan 16, 2018 at 3:33 PM, carl harris wrote: > The recently merged GUACAMOLE-464 adds a user-facing feature that needs to > be documented in the manual. > > Can/should I use the same JIRA issue for a pull request and related > commits on the guacamole-manual project

Re: [VOTE] Release Apache Guacamole 0.9.14 (RC1)

2018-01-14 Thread Nick Couchman
On Sun, Jan 14, 2018 at 17:07 Mike Jumper wrote: > Hello all, > > The first release candidate for Apache Guacamole 0.9.14 has been uploaded > and is ready for VOTE. The draft release notes (along with links to > artifacts, signatures/checksums, and updated

Re: [DISCUSS] Moving away from "user-mapping.xml"

2018-02-02 Thread Nick Couchman
On Fri, Feb 2, 2018 at 01:42 Mike Jumper wrote: > Hello all, > > I'm beginning to think we should look to moving away from using the old > "user-mapping.xml" mechanism, and migrate toward some non-XML (JSON? YAML? > both?) format with more modern guac features. Sounds

Re: Guacamole SAML extension

2018-02-11 Thread Nick Couchman
On Sun, Feb 11, 2018 at 3:56 PM, Cyxo Pykob wrote: > What IDE are you using?I am trying to build the project with IntelliJ > IDEA (community edition). Maven goals.But I think integration testing would > be better if you can publish and debug it on Tomcat. > ThanksJames

Re: Guacamole SAML extension

2018-02-11 Thread Nick Couchman
On Sun, Feb 11, 2018 at 1:05 PM, Cyxo Pykob wrote: > I was looking for Guacamole SAML extension. > I saw a post by Colin McGuigan that he is already working on it. > Apache Guacamole - General/User Mailing List - Handling a SAML POST > response > > I had an e-mail

Re: Guacamole SAML extension

2018-02-11 Thread Nick Couchman
On Sun, Feb 11, 2018 at 3:28 PM, Cyxo Pykob wrote: > Thanks Nick, > > I will try to work on it too. I am new to OAuth and SAML. Not sure about > success of the outcome, but I want to try. > I am new to both of those flows, too, so I've been trying to have to learn how those

Re: Help: SAML Extension Won't Load

2018-02-05 Thread Nick Couchman
On Mon, Feb 5, 2018 at 3:32 PM, Mike Jumper wrote: > I think you're running into the same issue that we had in the beginning > with RADIUS where one of the transitive dependencies was signed, ultimately > producing a .jar file which could not be loaded correctly when

Re: Understanding shared profile key generation

2018-07-28 Thread Nick Couchman
On Wed, Jul 18, 2018 at 1:16 AM Mathieu Mailhos wrote: > Hello, > > I am currently diving into the client source code (both Angular and Java > apps). > My ultimate goal is to build a dashboard with a view of all existing > connections using shared profiles. > > To do that, I see two sub tasks to

Re: Docker Guacamole - Destination files get removed

2018-08-28 Thread Nick Couchman
On Tue, Aug 28, 2018 at 1:43 PM Tezarin wrote: > Hi, > I have several files in a directory on the host machine which I am trying > to copy to the Docker container. > The problem is that the files do get copied to the destination but all the > existing files inside the destination directory get

Re: Docker Guacamole - Destination files get removed

2018-08-28 Thread Nick Couchman
On Tue, Aug 28, 2018 at 3:39 PM Tezarin wrote: > Thank you Nick, > The part where it is copying the server.xml and tomcat keystore works, > that was why I am puzzled... Do you happen to have any examples I can take > a look at? > Right, because those are not going into the webapps/guacamole

Re: SSL in guacamole

2018-07-16 Thread Nick Couchman
On Mon, Jul 16, 2018 at 9:52 AM rahul kumar wrote: > Hi team, > > I am using guacamole in a Ubuntu 16.04 vm and the version of guacamole is > 0.9.14. now I am applying ssl here but it's not working as I am using .pen > key and created a .jks file and doing the connector 8443 changes in >

Re: Docker Guacamole - Destination files get removed

2018-08-29 Thread Nick Couchman
On Wed, Aug 29, 2018 at 8:59 AM Tezarin wrote: > Thank you for your reply. The issue is most definitely with my dockerfile > though, If I copy the files from host to container manually, it works fine: > docker cp lib/crowd-auth-filter-1.0.0.jar >

Re: Guacamole file upload extension configuration

2018-07-05 Thread Nick Couchman
On Thu, Jul 5, 2018 at 1:17 PM Ivaylo Tsankoff wrote: > Hey guys, > > We are trying to integrate guacamole file upload in our project. Currently > we are facing problems with uploading files without extensions like > (bashrc, profile, or binaries). Can you tell where I can find the supported >

Re: [DISCUSS] Migration to some sane versioning methodology

2018-01-23 Thread Nick Couchman
On Tue, Jan 23, 2018 at 3:35 PM, Mike Jumper wrote: > Hello all, > > Guacamole has been in never-ending 0.9.x mode for a while, with a few huge > releases still receiving no more than a patch number bump. I think we > should look to migrating to a version numbering

Re: User group schema (sanity check)

2018-04-04 Thread Nick Couchman
On Tue, Apr 3, 2018 at 1:45 PM, Mike Jumper wrote: > Hi all, > > I'm currently mid-refactor [1] as I propagate the schema changes for user > groups [2] through the database auth. Before I get too far with this, I > wanted to run the current changes by everyone to make

Re: guacd thrown SSL accept failed error

2018-04-04 Thread Nick Couchman
What about the settings in guacamole.properties for the Guacamole Client: guacd-ssl: true See: http://guacamole.apache.org/doc/gug/configuring-guacamole.html#initial-setup -Nick On Wed, Apr 4, 2018 at 10:14 AM, Gurucharan, Ashwini < ashwini.gurucha...@microfocus.com> wrote: > Hello, > > I

Re: User group schema (sanity check)

2018-04-12 Thread Nick Couchman
> > > > Looking closer at LDAP's current handling of groups, I think the necessary > changes may actually be pretty minimal. I'm in favor of including this in > scope. > > Sounds good t ome. > I'll be opening up the first of several PRs shortly with the base API > changes. The overall set of

Guacamole Extensions: Authentication Providers and the Others

2018-04-13 Thread Nick Couchman
I mentioned this in passing on a different thread, but wanted to make sure my understanding of how Guacamole extensions works is correct, and, if it is, discuss a potential change. As I understand it, today, for a Guacamole Extension that includes Java, server-side code, to be loaded and run by

Re: Moving Guacamole Authentication to Reverse Proxy

2018-04-17 Thread Nick Couchman
On Tue, Apr 17, 2018 at 2:25 PM, Kaushik Srinivasan wrote: > Hi All, > > I tried testing saml-auth developed in https://github.com/ > necouchman/guacamole-client/tree/723b15dcae4ea72593d9c5adc0be37 > ab1b010047/extensions/guacamole-auth-saml. > > The authentication module is

Re: 1.0.0 Release?

2018-03-27 Thread Nick Couchman
On Tue, Mar 27, 2018 at 3:43 AM, Mike Jumper <mike.jum...@guac-dev.org> wrote: > On Sat, Mar 24, 2018 at 1:03 PM, Nick Couchman <vn...@apache.org> wrote: > > > So, who's interested in inaugurating the newly-proposed release process > by > > setting the

Re: 1.0.0 Release?

2018-03-28 Thread Nick Couchman
On Tue, Mar 27, 2018 at 09:40 Or Cohen <o...@strigo.io> wrote: > On Tue, Mar 27, 2018 at 4:29 PM, Nick Couchman <nick.e.couch...@gmail.com> > wrote: > > > On Tue, Mar 27, 2018 at 3:43 AM, Mike Jumper <mike.jum...@guac-dev.org> > > wrote: > > > &g

Re: guacd protocol-specific configuration

2018-03-29 Thread Nick Couchman
On Thu, Mar 29, 2018 at 3:19 AM, Mike Jumper <mike.jum...@guac-dev.org> wrote: > On Sun, Mar 25, 2018 at 1:26 PM, Nick Couchman <nick.e.couch...@gmail.com> > wrote: > > > I was looking at some possible ways to implement changes needed for > > GUACAMOLE-527, deal

guacd protocol-specific configuration

2018-03-25 Thread Nick Couchman
I was looking at some possible ways to implement changes needed for GUACAMOLE-527, dealing with SSH known hosts, and one of the possible routes would be to add a parameter to the guacd configuration file to specify the path to a known_hosts file that could then be pulled in for the SSH protocol.

Re: Extension... showing VM status?

2018-03-25 Thread Nick Couchman
Mike has already replied, addressing the way you went about expressing your frustration; I'd like to address several of the claims you've made about this project. On Sun, Mar 25, 2018 at 7:56 PM, Vlad CopyLove wrote: > From

Re: User mapping from another source (user-mapping.xml)

2018-10-19 Thread Nick Couchman
On Fri, Oct 19, 2018 at 10:03 AM Mike Jumper wrote: > On Fri, Oct 19, 2018, 06:43 Michael Watne > wrote: > > > Hello, > > so I need help with something. Currently, I have Apache Guacamole 0.9.14. > > As you are aware, users are allowed access through the user-mapping.xml > > file. I am

Re: 1.0.0 Release?

2018-11-16 Thread Nick Couchman
So, are we ready to cut 1.0.0-RC1? -Nick On Sat, Jun 2, 2018 at 15:27 Mike Jumper wrote: > On Sat, Jun 2, 2018 at 12:17 PM, Mike Jumper > wrote: > > On Sat, Jun 2, 2018 at 8:07 AM, Nick Couchman wrote: > >>> > >>> No objections, so we'll call

Re: [apache] Guacamole - Language PL - translation - 06.11.2018

2018-11-06 Thread Nick Couchman
Krzystof, Thank you for doing this. We'd love to have this contributed to the project - could you update the code and open a pull request with these changes? Regards, Nick On Tue, Nov 6, 2018 at 9:46 AM Krzysztof R. wrote: > Hello, > > I use Apache Guacamole and I translate APP to Polish

Re: guacamole.properties does not get updatd

2018-10-03 Thread Nick Couchman
On Wed, Oct 3, 2018 at 11:52 AM Tezarin wrote: > Thanks Nick, I appreciate your reply. > I have Guacamole running inside a Docker container. > Regards > > Yes, it still has a version. In all likelihood you're using a version that does not support those parameters, and they are not getting

Re: guacamole.properties does not get updatd

2018-10-02 Thread Nick Couchman
On Tue, Oct 2, 2018 at 2:14 PM Tezarin wrote: > Hi all, > I have added two new variables to my docker-compose file (the two disallow > ones): > environment: - MYSQL_DATABASE=guacamole > - MYSQL_USER=guacamole - MYSQL_PASSWORD=somepassword - >

Re: 1.0.0 Release?

2018-11-16 Thread Nick Couchman
On Fri, Nov 16, 2018 at 10:21 AM Mike Jumper wrote: > Yep. I'm going to do a quick once-over to make sure nothing is glaring but > yes. Next step is to draft the release notes, upload docs and artifacts, > and call a vote on the RC. > > Very nice. I do need to try to investigate the issue

Re: 1.0.0 Release?

2018-12-31 Thread Nick Couchman
On Mon, Dec 31, 2018 at 11:59 AM Nick Couchman wrote: > >> Pretty good, I'd say. I'll type up draft release notes, etc. >> >> - Mike >> > > Mike, > Any progress on the release notes? I started working on some myself, if > you haven't started on them I

Re: 1.0.0 Release?

2018-12-31 Thread Nick Couchman
> > > Pretty good, I'd say. I'll type up draft release notes, etc. > > - Mike > Mike, Any progress on the release notes? I started working on some myself, if you haven't started on them I can finish up a cut and send those over? Also, I have this one outstanding issue with the RADIUS module and

Re: 1.0.0 Release?

2019-01-01 Thread Nick Couchman
I'm about half done (ish). Some is written while the rest is > outlined/stubbed. Here's what I have so far: > > https://github.com/mike-jumper/guacamole-website/tree/draft-1.0.0-RC1 > > If you'd like to assist, please do. I can pull commits off your fork, etc. > so that the ultimate pull request

Re: [VOTE] Release Apache Guacamole 1.0.0 (RC1)

2019-01-05 Thread Nick Couchman
On Sat, Jan 5, 2019 at 1:03 AM Mike Jumper wrote: > Hello all, > > The first release candidate for Apache Guacamole 1.0.0 has been uploaded > and is ready for VOTE. The draft release notes (along with links to > artifacts, signatures/checksums, and updated documentation) can be found > here: > >

Re: [DISCUSS] Beyond 1.0.0

2019-01-17 Thread Nick Couchman
On Fri, Jan 11, 2019 at 9:56 PM Mike Jumper wrote: > On Fri, Jan 11, 2019 at 6:39 AM Nick Couchman wrote: > > > On Fri, Jan 11, 2019 at 8:11 AM carl harris > wrote: > > ... > > > > > > Many products have skirted this question by dropping the semantic

[DISCUSS] GUACAMOLE-684: Insufficient vs. Invalid Credentials

2019-01-17 Thread Nick Couchman
We decided not to shoe-horn this change into version 1.0.0, but in GUACAMOLE-684 I propose making a change such that the GuacamoleInsufficientCredentialsException takes precedence over GuacamoleInvalidCredentialsException. You can see the proposed changes in this PR:

Re: [DISCUSS] Beyond 1.0.0

2019-01-18 Thread Nick Couchman
On Fri, Jan 18, 2019 at 2:37 PM Mike Jumper wrote: > On Thu, Jan 17, 2019, 13:02 Nick Couchman > > On Fri, Jan 11, 2019 at 9:56 PM Mike Jumper wrote: > > > > > > > > Another option might be to provide some sort of API compatibility layer > > >

Re: [DISCUSS] Beyond 1.0.0

2019-01-22 Thread Nick Couchman
On Tue, Jan 22, 2019 at 19:45 Mike Jumper : > > > > > > Very nice. So shall we try for a 1.1.0 release, next (soon)? Maybe > squash > > a few more bugs that have surfaced from 1.0.0? > > > > Sounds good to me. > > > > And do we want to continue this versioning scheme, or continue to toss > >

Re: [DISCUSS] Beyond 1.0.0

2019-01-22 Thread Nick Couchman
On Tue, Jan 22, 2019 at 19:10 Mike Jumper wrote: > On Tue, Jan 22, 2019 at 6:50 AM Nick Couchman wrote: > > > Very cool. Was 524 the only change that would push us to a major version > > (2.0.0)? I can't remember off the top of my head if anything else > > introdu

Re: [DISCUSS] Beyond 1.0.0

2019-01-22 Thread Nick Couchman
On Mon, Jan 21, 2019 at 8:55 PM Mike Jumper wrote: > > > > I think we can allow the old connect() to be overridden and still work as > > intended by leveraging thread-local storage. We could use a thread-local > > variable to effectively pass the tokens received by the new connect() > such > >

Help with Single Sign Out/Single Log Out

2018-12-15 Thread Nick Couchman
Hey, everyone, I'm looking at implementing the Single Sign Out/Single Log Out in the CAS, OpenID, and Header modules, and need a little guidance in the best way to accomplish this. For each of these modules, it seems like the way to accomplish the SLO functionality is to redirect the user to a

Re: Help with Single Sign Out/Single Log Out

2018-12-16 Thread Nick Couchman
> > I think this can be accomplished with what is already present. It depends > on what must happen during logout, though. Depending on the needs of the > IDP, there are two sides to single logout that may come into play: > > 1) Notifying the IDP that the user has logged out. If the IDP or use

Re: Password management extension

2018-12-14 Thread Nick Couchman
On Fri, Dec 14, 2018 at 2:41 AM geo varghese wrote: > Hi Team, > > Thanks for making such a wonderful software. > > Is there any extension currently available for following customized feature > > 1) When a user clicks on a rdp server, before redirecting to server, it > will show a password

Re: Change the loglevel to DEBUG

2018-12-01 Thread Nick Couchman
On Thu, Nov 29, 2018 at 3:12 PM Tezarin wrote: > Hi Nick, > Thank you for your reply. I found the configuration file for the guacamole > container and followed the instruction you gave me to change it. But inside > the guacd container, there was not such a file as guacd.conf. Please advise > if

Re: RADIUS Module Issue

2018-12-01 Thread Nick Couchman
> > In the JDBC -> RADIUS case where it's not working as expected, what > exceptions are thrown during the authentication process? It might help > to step through the auth process with a debugger to see what throws > what and when. > > I've pasted the contents of the log file from the

Re: HTTP header authentication logout page

2018-12-01 Thread Nick Couchman
On Wed, Nov 28, 2018 at 2:36 AM Laurent LEVIER wrote: > However, there is still an problem that is : Guacamole/Logout. > The default action is to DELE Guacamole tokens, which is not applicable > with > auth header authentification. > Would it be possible to simply have another parameter

Re: 1.0.0 Release?

2018-12-02 Thread Nick Couchman
> > >> Very nice. I do need to try to investigate the issue reported with the > RADIUS extension this week - going to try to do some testing on that this > weekend and see if there's anything that needs to be corrected there prior > to the release. > > Just FYI - I'm chasing a couple of

Help with CAS Module Regression

2018-12-02 Thread Nick Couchman
Okay, banging my head against the wall here trying to figure out what's going on with the CAS module. At this point the redirect doesn't work at all - the CAS module just sits on the screen with the non-translated message: {{ 'LOGIN.INFO_CAS_REDIRECT_PENDING' | translate }} and never redirects.

Re: Help with CAS Module Regression

2018-12-03 Thread Nick Couchman
On Mon, Dec 3, 2018 at 10:49 AM Mike Jumper wrote: > Did this error occur in 0.9.14? > > If this is breaking things, and did not occur when CAS support was > initially released, I'd suggest a git bisect to narrow down when it > started. > > I believe everything worked fine in 0.9.14, and that

Re: Help with CAS Module Regression

2018-12-03 Thread Nick Couchman
On Mon, Dec 3, 2018 at 3:57 PM Nick Couchman wrote: > On Mon, Dec 3, 2018 at 10:51 AM Nick Couchman wrote: > >> On Mon, Dec 3, 2018 at 10:49 AM Mike Jumper wrote: >> >>> Did this error occur in 0.9.14? >>> >>> If this is breaking things, and did

Re: Help with CAS Module Regression

2018-12-03 Thread Nick Couchman
On Mon, Dec 3, 2018 at 10:51 AM Nick Couchman wrote: > On Mon, Dec 3, 2018 at 10:49 AM Mike Jumper wrote: > >> Did this error occur in 0.9.14? >> >> If this is breaking things, and did not occur when CAS support was >> initially released, I'd suggest a

Re: 1.0.0 Release?

2018-12-06 Thread Nick Couchman
On Sun, Dec 2, 2018 at 4:18 PM Nick Couchman wrote: > >>> Very nice. I do need to try to investigate the issue reported with the >> RADIUS extension this week - going to try to do some testing on that this >> weekend and see if there's anything that needs to

Re: RADIUS Module Issue

2018-11-21 Thread Nick Couchman
On Wed, Nov 21, 2018 at 3:52 AM Mike Jumper wrote: > On Tue, Nov 20, 2018 at 10:46 AM Nick Couchman > wrote: > > > Hey, everyone, > > Ran back into an issue with the RADIUS module that I thought was > resolved a > > while back, but seems to have re-appeare

RADIUS Module Issue

2018-11-20 Thread Nick Couchman
Hey, everyone, Ran back into an issue with the RADIUS module that I thought was resolved a while back, but seems to have re-appeared. In my current testing, I'm using both RADIUS and JDBC PostgreSQL for authentication. Guacamole loads and evaluates authentication against each of the extensions

Re: Guacamole extensión MongoDB

2018-11-27 Thread Nick Couchman
On Mon, Nov 26, 2018 at 5:59 PM Daniel Quirant Rico < daniel.quirant.r...@gmail.com> wrote: > Hello, > > I have been absent for a while and I am going to resume this project. > I would like to know if any progress has been made in this regard and > I need to document beforehand. > The Jira were

Re: Change the loglevel to DEBUG

2018-11-28 Thread Nick Couchman
On Wed, Nov 28, 2018 at 2:18 PM Tezarin wrote: > Just to add, I am having the logs forwarded to Splunk: > > logging: driver: splunk > > But would like the loglevel to chaneg from INFO to DEBUG. I've done the > following: > 2) vi /etc/docker/daemon.json > 3) Add these lines: > {"debug":

Re: guacamole

2018-11-26 Thread Nick Couchman
On Mon, Nov 26, 2018 at 1:56 AM dingbei...@changingit.cn < dingbei...@changingit.cn> wrote: > > 你好,我是一名java开发人员,现在需要使用guacamole进行开发,需求是远程连接到服务器,发送组合键命令,进行文件传输。请问一下有没有一个完整的java开发的示例?能不能发我一份,谢谢 > > The functionality you're looking for is implemented in Guacamole. It supports remote desktop

Re: [DISCUSS] Migration of git repositories to gitbox (Was: Re: [NOTICE] Mandatory migration of git repositories to gitbox.apache.org)

2019-01-10 Thread Nick Couchman
On Thu, Jan 10, 2019 at 14:59 Mike Jumper wrote: > Greetings all, > > All projects under the ASF using git are eventually being migrated to > gitbox. Now that 1.0.0 is out of the way, there seems little reason/benefit > to put this off. It will happen automatically on February 7th, but we can >

Re: [DISCUSS] Creating additional lists for announcements and JIRA

2019-01-07 Thread Nick Couchman
On Mon, Jan 7, 2019 at 17:38 Mike Jumper > > > > I'll also use this opportunity to ping on the topic of resurrecting the > > Guacamole Twitter account - any further thoughts/discussion on this? > > > > I think the main issue with Twitter is that there can be only one set of > credentials. AFAIK,

Re: [DISCUSS] Creating additional lists for announcements and JIRA

2019-01-07 Thread Nick Couchman
On Mon, Jan 7, 2019 at 4:33 PM Mike Jumper wrote: > It occurs to me that it might be beneficial to have a low-traffic announce@ > list for Guacamole which would receive only things like release > announcements or security advisories. > Sounds good to me. I'm hoping this year will see an

Re: [VOTE] Release Apache Guacamole 1.0.0 (RC1)

2019-01-08 Thread Nick Couchman
On Tue, Jan 8, 2019 at 9:50 AM fou fe wrote: > > all the way there is no indication in manual for support protocol > Kubernetes and need of library libwebsockets-dev for it. > > Kubernetes support has been added to Guacamole Server (guacd), in the master git branch. It will not be in version

Re: [DISCUSS] Migration of git repositories to gitbox (Was: Re: [NOTICE] Mandatory migration of git repositories to gitbox.apache.org)

2019-01-10 Thread Nick Couchman
On Thu, Jan 10, 2019 at 15:41 Mike Jumper wrote: > On Thu, Jan 10, 2019, 12:36 Nick Couchman > > On Thu, Jan 10, 2019 at 14:59 Mike Jumper wrote: > > > > > Greetings all, > > > > > > All projects under the ASF using git are eventually being migra

[DISCUSS] Beyond 1.0.0

2019-01-11 Thread Nick Couchman
At the risk of raining on the parade of having just released one of the biggest sets of changes in Guacamole's history, I'd like to kick off the discussion on where we go from here. We have our new versioning scheme, inaugurated here in the 1.0.0 release, which should allow us to release more

Re: [DISCUSS] Beyond 1.0.0

2019-01-11 Thread Nick Couchman
On Fri, Jan 11, 2019 at 8:11 AM carl harris wrote: > Just a thought, but perhaps we should start by considering how the > evolution of the product should be reflected in the versioning. > Agreed. > > Are we committed to semantic versioning? For API, semantic versioning > generally has very

Chat with #guacamole on Slack

2019-01-12 Thread Nick Couchman
Hey, everyone, A while back I set up the Guacamole discussion room on HipChat. HipChat is going away and ASF has chosen to migrate to Slack, so I've begun the process of getting the Guacamole channel configured in Slack. You'll find the #guacamole channel on https://the-asf.slack.com. If you

Chat with #guacamole on Slack

2019-01-12 Thread Nick Couchman
Hey, everyone, A while back I set up the Guacamole discussion room on HipChat. HipChat is going away and ASF has chosen to migrate to Slack, so I've begun the process of getting the Guacamole channel configured in Slack. You'll find the #guacamole channel on https://the-asf.slack.com. If you

Re: Guacamole-Keycloak OpenID Adaptation

2019-02-25 Thread Nick Couchman
> > Thanks for your answer. You were right it is not a POST request but a GET > request that is coming from keycloak redirect, and it is bundled with the > token that contains the necessary informations. > > After seeing some Guacamole logs i am verifying that guacamole cant read > the token that

Re: Guacamole and CIS Benchmark Centos Images

2019-02-27 Thread Nick Couchman
On Mon, Feb 25, 2019 at 11:43 AM Ellis Fisher < ellis.fisher...@official.mod.uk> wrote: > Hi, > > > I am trying to utilise Guacamole with Centos Images that have been CIS > Benchmarks. I am coming across an issue with SSH more specifically MAC > Algorithms. > > This is most likely an issue with

Re: Guacamole-Keycloak OpenID Adaptation

2019-03-01 Thread Nick Couchman
On Tue, Feb 26, 2019 at 10:37 PM Ryan Underwood wrote: > Finally, if you're caught in a redirect loop, Chrome wasn't helpful for me > as the ERR page it displays clears the network view in dev tools. Firefox > doesn't suffer from that problem. > > I've run into this before, as well, with Chrome

Re: Docker Guacamole doesn't integrate LDAP with Postgresql

2019-03-04 Thread Nick Couchman
On Mon, Mar 4, 2019 at 3:27 PM Çağdaş Baş wrote: > Hi everyone, > > I'm using guacamole and guacd 1.0 on a docker image and having some trouble > with LDAP integration. The summary is, LDAP users can login to the system, > but does not up in the user list. Also, I have totp extension and LDAP >

Re: Guacamole Prompting, Round 4,963,211

2019-03-13 Thread Nick Couchman
> > > > Looks reasonable. Naming convention within libguac for the various > instruction sending functions is guac_protocol_send_OPCODE(), though, so > this would need to be guac_protocol_send_required(). > I've updated the naming conventions on these... > > Perhaps the instruction should

  1   2   3   >