|
|
Choosing A Webhost: |
[ANNOUNCE] Perl CPAN module LWP::Authen::Negotiate 0.05: msg#00010lang.perl.modules.lwp
[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 supporting 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
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Remote file size (Content-Length) in LWP::Protocol::ftp, SATOU Kazuhito |
|---|---|
| Next by Date: | Re: WWW::Mechanize cannot find form., dairenn |
| Previous by Thread: | Remote file size (Content-Length) in LWP::Protocol::ftp, SATOU Kazuhito |
| Next by Thread: | Subclassing HTML::Parser to support $p->include(), Andy Armstrong |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |