Uploaded image for project: 'Guacamole'
  1. Guacamole
  2. GUACAMOLE-155

if i use ldap-user-base-dn as like this "ldap-user-base-dn: dc=example,dc=net" getting invalid login error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • 0.9.10-incubating
    • None
    • guacamole-auth-ldap
    • None

    Description

      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 ?

      Attachments

        Activity

          People

            Unassigned Unassigned
            anburhce Anburaj palraj
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: