Click here to get back home

[ANNOUNCE] Perl CPAN module LWP::Authen::Negotiate 0.05

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
[ANNOUNCE] Perl CPAN module LWP::Authen::Negotiate 0.05 Achim Grolms 02-17-2006
Get Chitika Premium
Posted by Achim Grolms on February 17, 2006, 11:56 am
Please log in for more thread options


[ANNOUNCE] Perl CPAN module LWP::Authen::Negotiate 0.05

Perl CPAN module LWP::Authen::Negotiate
GSSAPI based Authentication Plugin for LWP.


just install LWP::Authen::Negotiate, LWP uses it as authentication plugin.
Use your LWP::UserAgent Scripts as usual. Authentication is done
transparent based on your GSSAPI installation (MIT Kerberos or Heimdal)
WWW-Negotiate Webservers are
IIS or Apache with mod_auth_kerb for example.


usage example:


#! /usr/bin/perl -w
use strict;
require LWP::UserAgent;
# uncomment if you want see what is going wrong messages
#
#use LWP::Debug qw(+);
my $ua = LWP::UserAgent->new;
my $response = $ua->get('http://testwurst.grolmsnet.lan:8090/geheim/');
if ($response->is_success) {
print $response->content; # or whatever
}
else {
die $response->status_line;
}

The actual version is available at CPAN
<http://search.cpan.org/search?query=LWP-Authen-Negotiate&mode=all>

Many thanks to Leif Johansson who co-authored the module.

I hope it is useful!

Achim Grolms

Similar ThreadsPosted
ANNOUNCE: New module Sys::PortIO 0.1 uploaded to CPAN March 5, 2005, 11:34 am
ANNOUNCE Net::eBay perl module August 31, 2005, 1:39 pm
ANNOUNCE Net::eBay perl module August 31, 2005, 2:15 pm
ANNOUNCE - Perl module Google::Adwords v0.4 October 12, 2006, 9:23 am
ANNOUNCE - Perl module Google::Adwords v0.4 October 13, 2006, 9:45 am
ANN: Apache-Authen-Program 0.93 September 22, 2004, 2:37 am
Authen::Captcha toggle question May 16, 2005, 4:29 pm
Authen::Captcha toggle question March 21, 2005, 5:34 am
WWW::Authen::Simple table lookup June 8, 2005, 1:20 am
Problem with Authen::Captcha has frozen my development December 10, 2005, 11:30 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap