Yes, Active Directory (LDAP) integration for the Wazuh dashboard login is fully supported and works well for authentication and access control.
Start with the basics: Set up your LDAP server like Active Directory with user and group sections, a bind account for queries, and the server's full name. Use or create folders for users and groups, and note their key identifiers.
If you lack the main security certificate, get it with a simple OpenSSL command connecting to your server on port 636. Save it in the Wazuh indexer's security folder and assign proper ownership.
Update the config file in the indexer's security area to add LDAP details for login and permissions, like server address, bind info, and user search rules (use username fields for AD).
Apply the updates using the securityadmin script on the indexer to load the new settings.
For permissions, update the roles file to link your AD groups, such as "Administrator," to Wazuh roles like full access. Run the script again to activate these links.
If needed, add more role ties in the dashboard's security menu via the web interface, then restart the dashboard service.
Test by logging in with an AD account from your group. If it works, you're set; otherwise, check the logs for hints. See the Wazuh LDAP guide for full steps. For more details, please refer to the attached document. Ref: https://documentation.wazuh.com/current/user-manual/user-administration/ldap.html Let me know if you encounter any issues while following the documentation, we can assist you further.