sous-chefs/iis

App Pool Process Model Cleanup

eelkram opened this issue · 1 comments

Cookbook version

All

Chef-client version

14

Platform Details

Server 2016

Steps to Reproduce:

Create an IIS App Pool with an Identity type of SpecificUser and then update the App Pool to any other type.

Expected Result:

The user name and password should be removed from the configuration when switching the App Pool from a SpecificUser to a different Identity type. When the same task is performed in the IIS Management Console the user and password is cleared.

Actual Result:

The App Pool Identity type is updated but the username and password is retained from the previous setting. This can be confusing when querying for the App Pool settings as it will continue to show the App Pool as being configured to use that username / password. It also leaves those credentials on the system.

PR merged in to address the issue