You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Niubbo75 <a....@me.com> on 2019/09/02 09:37:17 UTC

Re: Guacamole 1.1.0 LDAP issue

Hello Nick,
I've try with a fresh Debian 9.9 install and a fresh guacamole 1.1.0 git
clone & install but I still have the same issue.
Would you like to ssh into my VM and give a look?
Let me know.
Best regards,
Alessandro



--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: Guacamole 1.1.0 LDAP issue

Posted by Niubbo75 <a....@me.com>.
Hello Nick!
I've check it right now, I can login using AD users but I do not see them in
guacamole users' page (I have logon with the user I have setup in
guacamole.properties to bind with AD), so I can't assign any connection nor
privileges to AD users until I manually add them to guacamole, in
catalina.out I got this:

16:40:17.232 [http-nio-8080-exec-3] INFO  o.a.g.r.auth.AuthenticationService
- User "pinco.pallino" successfully authenticated from 192.168.1.73.
16:40:17.314 [http-nio-8080-exec-3] INFO 
o.a.g.a.t.u.UserVerificationService - User "pinco.pallino" cannot store
their TOTP key as they lack permission to update their own account. TOTP
will be disabled for this user.
16:40:17.330 [NioProcessor-8] WARN  o.a.d.a.l.m.entry.DefaultAttribute -
ERR_13207_VALUE_ALREADY_EXISTS The value '20190711073643.0Z' already exists
in the attribute (dSCorePropagationData)



--
Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org


Re: Guacamole 1.1.0 LDAP issue

Posted by Nick Couchman <vn...@apache.org>.
On Mon, Sep 2, 2019 at 5:37 AM Niubbo75 <a....@me.com> wrote:

> Hello Nick,
> I've try with a fresh Debian 9.9 install and a fresh guacamole 1.1.0 git
> clone & install but I still have the same issue.
> Would you like to ssh into my VM and give a look?
> Let me know.
> Best regards,
> Alessandro
>
>
Alessandro,
Can you try the latest 1.1.0 git and see if it resolves your issue?
Another fix has been introduced for an identified regression.

https://github.com/apache/guacamole-client/pull/448

-Nick