Help for this page

Select Code to Download


  1. or download this
    LWP::Authen::Negotiate::authenticate: authenticate() version 0.08 call
    +ed
    LWP::Authen::Negotiate::authenticate: target hostname www.perlmonks.or
    +g
    LWP::Authen::Negotiate::authenticate: GSSAPI servicename HTTP@www.chas
    +e.com
    LWP::Authen::Negotiate::authenticate: Unspecified GSS failure.  Minor 
    +code may provide more information
    LWP::Authen::Negotiate::authenticate: Server not found in Kerberos dat
    +abase
    
  2. or download this
    use LWP::UserAgent;
    use LWP::Authen::Negotiate;
    ...
    
    print(`klist`);
    
  3. or download this
    "curl --insecure --verbose --proxy-negotiate --proxy-user : --proxy <p
    +roxy-ip>:<proxy-port> --url http://www.perlmonks.org"