2

I have a new Bugzilla installation, and trying to connect it to my LDAP server.

Can't seem to make it work.

What is the correct value of this field: LDAPbinddn should be?

  • I am able to bind with LDAP browser with the user:

    company\administrator

    password

enter image description here

so I tried the value as:

cn=administrator;cn=Company_Users;dc=company:password

I get the error:

Failed to bind to the LDAP server. The error message was: 80090308

enter image description here

Thanks

Saariko
  • 397

1 Answers1

2

With the help of 2 guides Openfire and Error description I understood my mistake.

The correct LDAP string should have been:

cn=Administrator,cn=users,dc=Company:password
Saariko
  • 397