You see this error on SSP UI when trying to login as LDAP user "The username/password combination is incorrect or the account specified has been locked."
SSP 5.0.0
aduser@example.com with mail aduser@example.com and another LDAP user with userPrincpialName aduser10@example.com with mail aduser@example.com is present in LDAP server. If user aduser tries to login to SSP with aduser@example.com, the login fails.k get pods -n nsxi-platform | grep authelia
k logs <authelia-pod-name from previous step> -n nsxi-platform -c authelia-ldap
time="2025-05-12T18:51:33Z" level=error msg="Unsuccessful 1FA authentication attempt by user 'aduser@example.com'" error="cannot find user DN of user 'aduser@example.com'. Cause: LDAP Result Code 4 \"Size Limit Exceeded\": "
k get pods -n nsxi-platform | grep cluster-api
k logs <cluster-api-pod-name from previous step> -n nsxi-platform -c cluster-api
2025-05-12T18:12:30.670360028+00:00 stdout F DN: CN=aduser,OU=Administrative,OU=Users,OU=Accounts,DC=example,DC=com2025-05-12T18:12:30.670360028+00:00 stdout F cn: [aduser]2025-05-12T18:12:30.670360028+00:00 stdout F sAMAccountName: [aduser]2025-05-12T18:12:30.670360028+00:00 stdout F userPrincipalName: [aduser@example.com]2025-05-12T18:12:30.670360028+00:00 stdout F mail: [aduser@EXAMPLE.COM]
2025-05-12T18:53:17.245213967+00:00 stdout F DN: CN=aduser10,OU=Contractor,OU=Users,OU=Accounts,DC=example,DC=com2025-05-12T18:53:17.245677429+00:00 stdout F cn: [aduser10]2025-05-12T18:53:17.245708108+00:00 stdout F sAMAccountName: [aduser10]2025-05-12T18:53:17.245720111+00:00 stdout F userPrincipalName: [aduser10@example.com]2025-05-12T18:53:17.245730651+00:00 stdout F mail: [aduser@EXAMPLE.COM]
Workaround
aduser@broadcom.com from aduser@broadcom.com to unique mail address in LDAP server.OR
Note : This issue is fixed in SSP 5.1