Loading
Salesforce から送信されるメールは、承認済ドメインからのみとなります続きを読む

Identity Providers - LDAP Authentication, User search not working - Anypoint Private Cloud Edition

公開日: Oct 14, 2025
説明

The user encountered two issues with LDAP authentication in Anypoint Access Management. Initially Configured LDAP in Anypoint Platform Private Cloud & Saved the configuration changes by following below documentation. 

https://docs.mulesoft.com/access-management/conf-ldap-private-cloud-task

 

First Issue: User search failed in the Anypoint UI under Identity Providers. The error message is:

ERROR: 80090308: LdapErr: DSID-0C090457 comment AcceptSecurityContext error data 52e v3839

 

Second Issue: There was a connectivity error with the following message:

ERROR: 80090308: LdapErr: DSID-0C090457 comment AcceptSecurityContext error data 775 v3839

解決策

1. The error code "error data 52e v3839" indicates invalid credentials during Active Directory or LDAP authentication. In decimal, 52e is 1326, which corresponds to "Logon failure: unknown user name or bad password".

2. Ensure the Username and Password credentials are correct.

3. The error "error data 775 v3839" indicates the user is locked at LDAP. The lockout time is 134043932719007654 (Friday, September 27, 2025 14:31:11 UTC). Use the command below to check:

LDAPTLS_REQCERT=never ldapsearch -H ldaps://<ldap-hostname>:636 -D "CN=abced123,OU=Users,OU=Domain Users,DC=UATAD,DC=ABC" -w Test@ldapuser -b "CN=Users,DC=UATAD,DC=ABC" "(&(objectClass=user) (sAMAccountName=V1020123))" | grep -i lock
lockoutTime: 134043932719007654

4. Check with your LDAP directory vendor/team for locked accounts and unlock them if necessary.

ナレッジ記事番号

005225397

 
読み込み中
Salesforce Help | Article