Skip to content

NTLM Integration Test Plan

coldnebo edited this page Dec 29, 2012 · 16 revisions

The following writeup describes how to setup an NTLM enabled connection via Windows Server in order to test HTTPI/Savon over NTLM connections.

SETUP

Windows Server 2012 VM Setup

  • First, download the Windows Server 2012 Evaluation VHD from Microsoft. (You'll need to login with a free Microsoft LIVE account and fill out some marketing information.)

  • Next, extract the VHD (if in windows, you can run the exe to do this, otherwise, use Rar to extract. You may use any vm capable of running VHD, I used VirtualBox.)

  • Create a new VM and point it at the extracted VHD. Set networking to bridged adapter (so that you can test the guest server from your host system.)

  • Once you boot the VM and set the admin password, you can log in. Server Manager will automatically startup.

  • [OPTIONAL] Click Local Server and change the Computer name to "ntlmtest" and restart. (this is optional, if you want to use the existing default name for the guest server you can.)

Installing IIS 8

  • Follow the instructions to install IIS8.

  • [IMPORTANT] When you get to the page "Role Services", Look under "Web Server: Security" and check "Windows Authentication" (this is NTLM). Install IIS.

  • You should be able to go to the server and see the default page now: http://ntlmtest

Clone this wiki locally