Question

I am helping to run a reporting services installation that is protected and gains its permission structure with Windows usernames and passwords. Our password policy dictates that passwords change once a month. Three of the five users of this installation only log in to the report manager site with their windows logins using their browsers.

At present every month I have to remote desktop into the box and change the passwords with my administrator's account and then tell the users what their new passwords are myself. They inevitably end up writing the new passwords down and this is far from the ideal scenario.

Microsoft claim that the "Change Password" dialog should be able to change the Windows login for any windows box which can be reached. The problem I have is that these boxes can only be reached by remote desktop or via the internet. I have tried entering the report server URL as a domain and the external IP of the serving box as a domain but the password dialog does not recognise these as valid domains.

Is there any way that I can provide users with a method for changing their password via their local windows boxes?

Was it helpful?

Solution 2

Hmmm, for the sake of closure I'm going to add this answer and mark it as the correct answer as the question appears to be dead. If anyone has a further suggestion I believe I can re mark the correct answer at a later date. For now... case closed without resolution.

OTHER TIPS

Assuming the website is hosted on the server the users log into, you could run a NET USER {Usernamehere} {Password} to replace the password.

You could probably do it over the network but this would get more complicated.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top