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

···

--
Posted via http://www.ruby-forum.com/.

Quoting Henrik Kristiansen <henrik.kristiansen@gmail.com>:

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/

···

--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)

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

Pau Garcia i Quiles wrote:

···

Quoting Henrik Kristiansen <henrik.kristiansen@gmail.com>:

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/

--
Posted via http://www.ruby-forum.com/\.