sous-chefs / iis

Development repository for the iis cookbook
https://supermarket.chef.io/cookbooks/iis
Apache License 2.0
82 stars 180 forks source link

Cross-domain user account iis_pool #481

Closed mikef-nl closed 3 years ago

mikef-nl commented 3 years ago

:speaking_head: Foreword

Issue using creating Application Pool running under specific user in trusted domain.

:ghost: Brief Description

When using a username and password for a user in a trusted domain the debug output shows setting the username and password. However, on checking the app pool it is in a Stopped state and the username and password have not been set. Instead the Identity in Advanced Settings show SpecificUser.

:pancakes: Cookbook version

7.5.2

:woman_cook: Chef-Infra Version

16.9.32

:tophat: Platform details

Windows Server 2016 running on AWS EC2.

Steps To Reproduce

Steps to reproduce the behavior:

iis_pool 'NameOfPool' do runtime_version "4.0" pipeline_mode :Classic identity_type :SpecificUser action [:add, :config] username username password password end

:police_car: Expected behavior

Username and password set on Application Pool and started.

:heavy_plus_sign: Additional context