Report this

What is the reason for this report?

Problem with Integrating Apache Openmeetings with Windows Server AD by LDAP

Posted on April 14, 2021

I would appreciate any collaboration with this project, I have made the entire service work, except integrating with LDAP. Make the settings that it brings by default and it gives me User Error and password when I try to enter through AD



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Heya,

Just came across this answer and decided to write some general guidelines for anyone who comes across this in the future despite the old question.

Typically, ‘User Error and Password’ error occurs due to incorrect user credentials or certain issues with your LDAP configuration. You may want to check on the following steps:

  1. Check your LDAP connection: Ensure that your server can communicate correctly with the LDAP server. You can use ldapsearch or similar LDAP clients for this.
  2. Check your Bind DN and Bind Password: These credentials are used to connect to the LDAP server. Ensure that they are correct.
  3. Verify User DN: Ensure the User DN setting is correct. It’s usually in this format: ou=users,dc=example,dc=com (replace ‘users’, ‘example’ and ‘com’ with your own details).

You can find more details about LDAP integration in our documentation here.

If you’ve verified these and still encounter issues, please provide more specific details about your current configuration and the exact error message you’re encountering to allow for more accurate troubleshooting.

Hope that this helps!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.