tags:

views:

231

answers:

1

I have Perl 5.10. How can I connect to the server using the single sign-on method? I have to send a service ticket to the server and save the credentials returned by the server.

Is Win32::IntAuth is useful for this? How can I use the Win32::IntAuth module in script? I have installed the Win32::IntAuth module in Perl v5.10.

Please suggest some solution and test script for this problem.

A: 

I have a related question: How can Win32::IntAuth be used with NTLM to exchange authentication information such that the user logged into Windows is authenticated. The current Authen::NTLM module requires a userid and password. I'm comfortable modifying (my copy) of both Authen::NTLM and Win32::IntAuth as necessary to accomplish this.

Thanks, Stephen Keilholz

Stephen Keilholz
Hello Stephen, welcome to Stack Overflow. You asked a question in the answer field, but this site does not work this way. To give your problem the appropriate attention, please [open a new question](http://stackoverflow.com/questions/ask). You should delete [your initial posting](http://stackoverflow.com/questions/423369#3400367) later. Take the time to familiarise yourself with [how SO works](http://stackoverflow.com/faq).
daxim