caffeinate: added note about kerberos auth module

This commit is contained in:
Adrian Kreher 2009-10-10 15:03:37 -05:00
parent a98d38ce29
commit 0d48766d94

View file

@ -4,6 +4,10 @@
use strict; use strict;
use warnings; use warnings;
use LWP::Debug ();
# LWP::Authen::Negotiate is the Perl module that makes kerberos authenitcation
# magically work
my $URL = 'https://www-s.acm.uiuc.edu/caffeine'; my $URL = 'https://www-s.acm.uiuc.edu/caffeine';