Application Development and Automation 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: 
Read only

Resetting Active Directory Password

Former Member
0 Likes
810

Hi,

I am developing an application to manage the Active directory user accounts from SAP.

I am seeing the possible ways Admin to reset the AD password of other users.

I m using LDAP_MODIFY function module, and trying to use operation "replace" on attribute "userPassword " to change the password.

But I am getting error "LDAP server cannot execute operation".

Please help.

Thanks

Vimal

Hi,

I am developing an application to manage the Active directory user accounts from SAP.

I am seeing the possible ways Admin to reset the AD password of other users.

I m using LDAP_MODIFY function module, and trying to use operation "replace" on attribute "userPassword " to change the password.

But I am getting error "LDAP server cannot execute operation".

Please help.

Thanks

Vimal

2 REPLIES 2
Read only

DavidLY
Product and Topic Expert
Product and Topic Expert
0 Likes
692

Hello,

Unfortunately from the SAP side cannot know the cause

of the error as the LDAP is reporting this problem (not SAP). In this

case you need to contact your LDAP vendors helpdesk and ask them why the

LDAP cannot execute the operation.

Regards,

David

Read only

RahulKeshav
Active Contributor
0 Likes
692

there might be an authorization error.....or admin already logged in...just a wild guess....