You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Anburaj palraj (JIRA)" <ji...@apache.org> on 2017/01/09 16:52:59 UTC

[jira] [Created] (GUACAMOLE-155) if i use ldap-user-base-dn as like this "ldap-user-base-dn: dc=example,dc=net" getting invalid login error

Anburaj palraj created GUACAMOLE-155:
----------------------------------------

             Summary: if i use  ldap-user-base-dn as like this "ldap-user-base-dn:  dc=example,dc=net"   getting invalid login error
                 Key: GUACAMOLE-155
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-155
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole-auth-ldap
    Affects Versions: 0.9.10-incubating
            Reporter: Anburaj palraj
            Priority: Blocker


Hi ,

Currently i am using 0.9.10-incubating  (Associating LDAP with a database) and my guacamole property file is like below .

===

guacd-hostname: localhost
guacd-port: 4822

####LDAP properties optional for people with MS Active Directory / lDAP environment

ldap-hostname: 192.168.207.48
ldap-port: 389
ldap-user-base-dn: dc=example,dc=net
ldap-search-bind-dn: CN=guacamole,ou=Technology,ou=BLR-KSPs,ou=BLR-KSP-Platina,ou=Platina - BLR,dc=example,dc=net
ldap-search-bind-password: Welcome@123
ldap-username-attribute: sAMAccountName

# MySQL properties
mysql-hostname: localhost
mysql-port: 3306
mysql-database: guacadb
mysql-username: guacauser
mysql-password: guacauser@247

# Additional settings
mysql-default-max-connections-per-user: 0
mysql-default-max-group-connections-per-user: 0
mysql-disallow-duplicate-connections: false

===

Whereas if i use  ldap-user-base-dn as like below  , it is working . 

"ldap-user-base-dn: ou=Platina -BLR,DC=example,DC=net"


 doc says  "If a search DN is provided (via ldap-search-bind-dn), then Guacamole users need only be somewhere within the subtree of the specified user base DN."

so if i use  "ldap-user-base-dn:  dc=example,dc=net" also sould work right ?

Please help me to solve this issue ? 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)