sous-chefs/iis

Cross-domain user account iis_pool

Closed this issue ยท 0 comments

๐Ÿ—ฃ๏ธ Foreword

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

๐Ÿ‘ป 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.

๐Ÿฅž Cookbook version

7.5.2

๐Ÿ‘ฉโ€๐Ÿณ Chef-Infra Version

16.9.32

๐ŸŽฉ 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

๐Ÿš“ Expected behavior

Username and password set on Application Pool and started.

โž• Additional context