Extension REST endpoint not working

2019-12-07 Thread Ben Davis
I'm attempting to add a REST endpoint to my extension. As a starting point, I wanted to see if I could get a simple GET request working, but I'm running into trouble. I copied the quickconnect extension as reference point. My UserContext class implements the getResource() method: @Override

Re: How can I get the connection associate with TunnelEvent?

2019-12-07 Thread Ben Davis
My original goal was to shut down the remote system after a certain amount of inactivity. However, I found another way to do this with a remote-side script that uses netstat to look for connections to the VNC port. It just runs every minute, and shuts the host down if no connections were detected

Re: Can't see LDAP users in the admin dashboard

2019-12-07 Thread Nick Couchman
On Wed, Dec 4, 2019 at 5:24 AM alipawsey wrote: > It's version 1.0.0 which is the latest. > > > Any error messages at login time in catalina.out that indicate why it cannot search/find users? Also, I think 1.0.0 may have a couple of bugs or quirks that cause this behavior - hopefully fixed in

Re: How can I get the connection associate with TunnelEvent?

2019-12-07 Thread Nick Couchman
On Thu, Dec 5, 2019 at 10:13 PM Ben Davis wrote: > In my extension, I'd like to get the host associated with a tunnel when > it's closed, however the *TunnelCloseEvent* object doesn't seem to have > any data associated with it that can give me the connection itself. I tried > looking at the docs