1

I try to set the user password like this:

 user.Invoke("SetPassword", password);

But I get an exception

The server is unwilling to process the request. (Exception from HRESULT: 0x80072035)

0000052D: SvcErr: DSID-031A129B, problem 5003 (WILL_NOT_PERFORM), data 0

Sounds familiar to someone?

1 Answer 1

1

52D is the error code and thanks to the LDAP Wiki page, the problem was the password complexity restriction -> solution: a stronger password.

LDAP Wiki

Sign up to request clarification or add additional context in comments.

2 Comments

link offline. I hope this helps ldap.com/ldap-result-code-reference
Thanks, I've updated the link

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.