Re: Windows authentication without a password

2012-10-25 Thread Adam Sjøgren
On Wed, 24 Oct 2012 15:52:33 -0500, Lawrence wrote: And the obvious answer is: No - if there were a way to authenticate without a password, there'd be no point in HAVING passwords. If it is enabled on the webserver, and say your company network, you can authenticate using Kerberos (getting a

Re: Windows authentication without a password

2012-10-24 Thread Lawrence Statton
On 10/24/2012 09:21 AM, samuel.feren...@barclays.com wrote: Hi, Is it possible to authenticate the user on Windows without entering the password? Our script uses LWP and is talking to a webserver that requires authentication. The code is as follows: Here's an example of a trivial subclass