I've configured ldap on my checkMK and now my count users is correct and showing 9 users, but while trying to login with my credentials it's showing username or password is incorrect, please help

ldap_checkmk

How to change the login method from htpassword to ldap

Hi @supadhy

Here are the official instructions to configure LDAP/AD authentication:
User management with LDAP/Active Directory

Perhaps if you follow it, you can overcome this error.

HTH,
Thomas

You don’t need to change the login method, local accounts and AD accounts can live together.
What do you use as User-ID attribute

Groups are also a good way to manage users.

I have a DL/SG group in LDAP that I just drop and remove people in to gain access to the server.

Bind DN (For account/members lookup: CN=cmk_bind…
Bind Password: ***

I use LDAPs
TCP 636
Use SSL Yes

BaseDN: Main LDAP Domain
Search Scope: Search whole subtree
Search Filter: (&(objectCategory=Person)(sAMAccountName=*)(|(memberOf=CN… Your LDAP groups
Keep special characters
Group BaseDN: OU=…
Search whole subtree
Search Filter: (objectclass=group)
Attribute: member

I sync Alias, Auth, Contact group, Email address, Roles (Then map roles to AD groups, currently 3)

Other: sync interval 10m

Hello,

What do you have on group configuration in the AD rule?