You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Nick Couchman (JIRA)" <ji...@apache.org> on 2017/10/28 03:36:02 UTC

[jira] [Commented] (GUACAMOLE-309) LDAP error details not properly logged

    [ https://issues.apache.org/jira/browse/GUACAMOLE-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16223194#comment-16223194 ] 

Nick Couchman commented on GUACAMOLE-309:
-----------------------------------------

FWIW - the Apache API has significantly more logging in it than the Novell JLDAP API, so LDAP logging should get considerably more verbose once GUACAMOLE-234 is completed.

> LDAP error details not properly logged
> --------------------------------------
>
>                 Key: GUACAMOLE-309
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-309
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole-auth-ldap
>    Affects Versions: 0.9.12-incubating
>         Environment: centos7
>            Reporter: Karl Fiabeschi
>            Priority: Minor
>
> Hi
> when i try to authenticate with my user in windows server 2008 AD i have a strange behavior:
> {code:none}
> May 24 14:23:34 guacatest server: 14:23:34.673 [http-bio-8080-exec-7] INFO  o.a.g.r.auth.AuthenticationService - User "test.fake" successfully authenticated from [xx.xx.xx.x, xxx.xxx.xx.xxx].
> May 24 14:23:34 guacatest server: 14:23:34.876 [http-bio-8080-exec-7] WARN  o.a.g.auth.ldap.user.UserService - Could not query list of all users for attribute "sAMAccountName": Error while querying users.
> May 24 14:23:34 guacatest server: May 24, 2017 2:23:34 PM com.sun.jersey.spi.container.ContainerResponse logException
> May 24 14:23:34 guacatest server: SEVERE: Mapped exception to response: 500 (Internal Server Error) 
> (after java exception)
> {code}
> so i can authenticate but i cant login on my user page.
> my config:
> {code:none}
> #AD
> #LDAP properties
> ldap-hostname: fake.go.com
> ldap-port: 389
> ldap-config-base-dn: dc=fake,dc=go,dc=com
> ldap-user-base-dn: OU=batch,dc=fake,dc=go,dc=com
> ldap-max-search-results: 100
> ldap-search-bind-dn: xxxxxxx@dc=fake,dc=go,dc=com
> ldap-search-bind-password: fakepassword
> ldap-username-attribute: sAMAccountName
> {code}
> i tried with and without ldap-max-search-results
> Full logs:
> https://pastebin.com/VGYQe8hc
> thanks



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)