Windows Authentication

I have developed a ruby application that runs on Linux. The application
has to extract information from a web service which is located on an IIS
that has enabled integrated windows authentication.

Does anyone have any clue, example or How-to that can help me to create
a connection to a server that uses windows authentication?

/Henrik

Quoting Henrik K. [email protected]:

I have developed a ruby application that runs on Linux. The application
has to extract information from a web service which is located on an IIS
that has enabled integrated windows authentication.

Does anyone have any clue, example or How-to that can help me to create
a connection to a server that uses windows authentication?

Do you mean NTLM?
http://rubyforge.org/projects/rubyntlm/

That is exactly what I have been looking for.
Thank you.

Pau Garcia i Quiles wrote:

Quoting Henrik K. [email protected]:

I have developed a ruby application that runs on Linux. The application
has to extract information from a web service which is located on an IIS
that has enabled integrated windows authentication.

Does anyone have any clue, example or How-to that can help me to create
a connection to a server that uses windows authentication?

Do you mean NTLM?
http://rubyforge.org/projects/rubyntlm/