Fault with docker version of 1.0.0 - user settings unavailable

2019-04-22 Thread rob.killilea
Wanted to upgrade to 1.0.0 in order to add TOTP Did a fully clean install, deleted all docker images and containers, dropped database tables and reinitialized from scratch (not first time but after if didn't work I wanted to eliminate any residual issues). Pulled latest images from dockerhub for

Re: OpenID / KeyCloak

2019-04-22 Thread Nick Couchman
On Fri, Apr 19, 2019 at 11:23 AM kmartin wrote: > I tried with a new fresh from source install on dedicated server. (no > container) > > and still have loops .. > I'm in the process of setting up Keycloak to give it a shot and see what kind of results I can produce. > > Do you add user in a

Re: TOTP in différent time

2019-04-22 Thread Kamal Ezzaki
yes it's working fine with différent time zone

Re: TOTP in différent time

2019-04-22 Thread Nick Couchman
I believe it On Mon, Apr 22, 2019 at 7:05 AM Kamal Ezzaki wrote: > hello , > > i have a question , can i use TOTP 2fa for users who have different > timing or is it necessery that's the time should be the same as the server ? > I believe it will work fine. Give it a shot and let us know! ;-)

Re: Guacamole+Radius+Eap-tls

2019-04-22 Thread Nick Couchman
On Sun, Apr 21, 2019 at 7:08 PM drhy wrote: > Hi Nick, > > I've extensively tested the communications between the Windows Server > Network Policy Server and the Guacamole RADIUS module on CentOS using: > CentOS Minimal ISO, release 7.6.1810 (Core) > Java 1.8.0

Re: Guacamole+Radius+Eap-tls

2019-04-22 Thread Nick Couchman
On Mon, Apr 22, 2019 at 5:49 AM drhy wrote: > Hi Kamal, > > I just try all options on the Windows NPS Server :-) Takes a little time > but > is no problem. > > My big problem is I don't know how to pull the changed guacamole radius > files into my maven build. I am very new to Linux so need very

TOTP in différent time

2019-04-22 Thread Kamal Ezzaki
hello , i have a question , can i use TOTP 2fa for users who have different timing or is it necessery that's the time should be the same as the server ? Garanti sans virus. www.avast.com

Re: Guacamole+Radius+Eap-tls

2019-04-22 Thread Kamal Ezzaki
# copie the file in joined files into guacamole-client-1.0.0/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/ cp -f RadiusConnectionService.java guacamole-client-1.0.0/extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/ mvn clean package

Re: Guacamole+Radius+Eap-tls

2019-04-22 Thread drhy
Hi Kamal, I just try all options on the Windows NPS Server :-) Takes a little time but is no problem. My big problem is I don't know how to pull the changed guacamole radius files into my maven build. I am very new to Linux so need very detailed, line by line, instructions. If you can provide

Re: Guacamole+Radius+Eap-tls

2019-04-22 Thread Kamal Ezzaki
hi drhy, for MS-CHAPv1, MSCHapv2 they already fix this bug(MD4 problem) https://issues.apache.org/jira/browse/GUACAMOLE-774 via the following changes: https://github.com/apache/guacamole-client/pull/392 using EAP-TLS i have no idea in how to configure WIndows server for EAP-TLS , if you have any