LDAP Auth Error - "did not match stored password"

I have configured LDAP auth to MS AD.
I have also set up ad group mappings.

When i attempt to login i get the following error which isn't very helpful when trying to find the root cause to the failed auth.

{:errors
{:password
#metabase.util.i18n.UserLocalizedString{:format-string "did not match stored password",
:args ,
:pluralization-opts {}}}}

This is a new deployment as per below details.
{
"browser-info": {
"language": "en-GB",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"metabase-info": {
"databases": [
"h2"
],
"run-mode": "prod",
"plan-alias": "",
"version": {
"date": "2024-10-22",
"tag": "v0.50.31",
"hash": "f754eda"
},
"settings": {
"report-timezone": "Australia/Sydney"
},
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "16.3"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.7.3"
}
}
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.24+8",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.24",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.24+8",
"os.name": "Linux",
"os.version": "4.18.0-477.21.1.el8_8.x86_64",
"user.language": "en",
"user.timezone": "GMT"
}
}

Can you please point me in the right direction in how to get our LDAP auth working.

we have seen these problems in the past: is there any way you can increase the verbosity of the LDAP namespaces in the log4j2 config? we added some better logging some time ago Add LDAP logging by noahmoss · Pull Request #40036 · metabase/metabase · GitHub