You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Kamal Ezzaki <ka...@gmail.com> on 2019/07/10 08:19:13 UTC

TOTP Problem

Hello,

I have an issue using TOTP authentification, i have already set up my ntp
server, i have the same date and hour in my phone, and in log file i get
this output :
Jul 10 09:10:55 guacamole tomcat9[29776]: 09:10:55.843
[http-nio-8080-exec-4] INFO  o.a.g.r.auth.AuthenticationService - User
"User" successfully authenticated from [192.168.1.1, 10.254.1.1].
Jul 10 09:11:22 guacamole ntpd[29732]: Soliciting pool server 91.189.91.157
Jul 10 09:12:29 guacamole ntpd[29732]: Soliciting pool server 91.189.94.4

Re: TOTP Problem

Posted by Kamal Ezzaki <ka...@gmail.com>.
Thank you for responding, i found the issue, i changed the ntpd.conf
listening adresse with 127.0.0.1 (security paranoia) and the port 123
stopped to listen.

Re: TOTP Problem

Posted by Mike Jumper <mj...@apache.org>.
On Wed, Jul 10, 2019 at 1:19 AM Kamal Ezzaki <ka...@gmail.com> wrote:

> Hello,
>
> I have an issue using TOTP authentification, i have already set up my ntp
> server, i have the same date and hour in my phone, and in log file i get
> this output :
> Jul 10 09:10:55 guacamole tomcat9[29776]: 09:10:55.843
> [http-nio-8080-exec-4] INFO  o.a.g.r.auth.AuthenticationService - User
> "User" successfully authenticated from [192.168.1.1, 10.254.1.1].
> Jul 10 09:11:22 guacamole ntpd[29732]: Soliciting pool server 91.189.91.157
> Jul 10 09:12:29 guacamole ntpd[29732]: Soliciting pool server 91.189.94.4
>

What is the issue?

- Mike