Crypt::SSLeay Usage

2012-10-24 Thread Goon Chew
Hi, I am not a PERL expert and am looking for some Crypt::SSLeay usage support, hopefully someone can help me out. We have a perl trigger script that has been working fine by Rational Change using http. This script may be called either when a Change Request (CR) is transitioned or selected attrib

Windows authentication without a password

2012-10-24 Thread samuel.ferencik
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: # Perl code my $ua = LWP::UserAgent->new(keep_alive => 1); $ua->credentials(URI->new($url)->host_port, '

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? I don't see where your script has anything to do with authenticating on windows -- you appear to be authenticating against a web server, which ma

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

Re: Crypt::SSLeay Usage

2012-10-24 Thread David Pottage
On 23/10/12 05:02, Goon Chew wrote: Hi, I am not a PERL expert and am looking for some Crypt::SSLeay usage support, hopefully someone can help me out. We have a perl trigger script that has been working fine by Rational Change using http. This script may be called either when a Change Request (