cancel
Showing results for 
Search instead for 
Did you mean: 

SAP IDM login error to AD through uLDAPGetEntry()

plaban_sahoo
Participant
0 Kudos
264

Hi All,

i am facing a issue after the service account's password was changed at AD. the new password works fine when LDAP call is made through ToLdapDirectory pass. But when the same credentials are used in the uLDAPGetEntry() there is error with Ldap error code 49.

can you please suggest on this

Note: i have maintained the new password in LDAP repository and Global constant in IDM console.

Regards

Plaban

Accepted Solutions (0)

Answers (1)

Answers (1)

normann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Plaban,

are you using SSL? And if so, in which of the 2 scenarios? I remember some case where I was forced to change my script to use SSL for uLDAPGetEntry due to some changes on AD site.

Regards

Norman

plaban_sahoo
Participant
0 Kudos

Thanks for your reply

We are not using SSL.But my error was resolved by excluding some special characters, which the script cannot decrypt/pass-through.

Regards

Plaban