mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
caffeinate: added note about kerberos auth module
This commit is contained in:
parent
a98d38ce29
commit
0d48766d94
1 changed files with 4 additions and 0 deletions
|
@ -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';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue