Forum Discussion

Derick_Vaughan1's avatar
Derick_Vaughan1
Icon for Nimbostratus rankNimbostratus
Jul 31, 2008

super_http_monitor and ntlm issue

Hello,

 

 

I am currently having an issue implementing a super_http_monitor that uses NTLM authentication to run service checks for some of our internal web applications that require authentication. Everything looks to be in place and working except I am getting bad password responses back from the IIS 6.0 server. I've tried making the password as simple as possible but still no luck. The account is an AD domain account.

 

 

If I switch the authentication type to basic in both the monitor and on the server, everything works fine. So I know the password is entered in correctly.

 

 

I have attached the trace file output from the debug.

 

 

Anyone ever run into this before?

 

 

Any help is appreciated.

 

 

  • Deb_Allen_18's avatar
    Deb_Allen_18
    Historic F5 Account
    It would be very helpful to know more about the monitor itself. Can you plz post the output of 'b monitor list'

     

     

    thx

     

     

    /deb
  • Hi deb,

     

     

    Here is the output:

     

     

    [root@f5dev-mgmt:Active] / b monitor I_monitor-test list

     

    monitor I_monitor-test {

     

    defaults from external

     

    AUTHTYPE "ntlm"

     

    DEBUG "1"

     

    HOST_HEADER "servername.dns.domain.net"

     

    HTTP_VERSION "1.1"

     

    MATCH_REGEX "F5"

     

    PASSWORD "xxxxxx"

     

    run "super_http_monitor"

     

    URI_PATH "/f5monitor/f5monitor.htm"

     

    USERNAME "domain\user"

     

    }