Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I am creating a webpart in which I am writing a code to change active directory password of the current context user but I am getting this error:

Password couldn't be changed due to restrictions: Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied. (Exception from HRESULT: 0x80070547)

I am using AccountManagement namespace, used PrincipalContext/UserPrincipal and it gets successfully connected to the Active Directory but when I call its ChangePassword Method it errors out.

The administrator has said that the Active Directory is READ ONLY, let me know how can I change the active directory password with RODC (Read-Only Domain Controller)

Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.