Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

LDAP data source- AD user accounts are getting disabled frequently

Former Member
0 Kudos

Hi All,

AD user accounts are getting disabled very frequently , and our security consultant enables them , then people are able to login to portal.

trying to find why these users are getting disabled.

below is the log.

CUSTOMLOGIN_EXCP_CRP_00005g_(E008)

[EXCEPTION]

javax.naming.AuthenticationException: LDAP: error code 49 - 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 533, vece

Could you please suggest on how to proceed.

Regards

Chsr

Edited by: chsr on Oct 27, 2011 1:49 PM

3 REPLIES 3

mvoros
Active Contributor
0 Kudos

Hi,

that log message does not help to identify why accounts are disabled. Data 533 is returned when account is disabled. Hence that log message says that authentication failed because account is disabled. You need to look for other message to determine why accounts are getting blocked.

Cheers

Former Member
0 Kudos

Hi Martin,

Thank you very much for your response,

Could you please let me know what logs i can check to determine why these users are getting disabled.

Regards

Chsr

mvoros
Active Contributor
0 Kudos

Hi,

I would try AD log first but i am not Microsoft expert so I can't hel youhere. I would try to confirm that user gets locked by SAP.

Good luck