Norbert Gruener > AFS-2.4.0 > afsperlobj

Download:
AFS-2.4.0.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: AFS-2.4.1

NAME ^

afsperlobj - Objects used by the AFS module

SYNOPIS ^

  use AFS;

  AFS::ACL
  AFS::KA_AUTHSERVER
  AFS::KTC_TOKEN
  AFS::KTC_PRINCIPAL
  AFS::KTC_ENCRYPTIONKEY
  AFS::PTS_SERVER

DESCRIPTION ^

This document describes the objects used by the AFS module.

AFS::ACL ^

AFS::KA_AUTHSERVER ^

AFS::KTC_TOKEN ^

AFS::KTC_PRINCIPAL ^

   AFS::KTC_PRINCIPAL::new("$user.$instance@$cell");
   AFS::KTC_PRINCIPAL::new($user,$instance,$cell);
   $princ = newprincipal(...); # same as above
   $princ = ktc_principal(...); # same as above

AFS::KTC_ENCRYPTIONKEY ^

   $DESKEY = ka_StringToKey($str, $cell=0);
   $DESKEY = ka_des_string_to_key($str);
   $DESKEY = ka_ReadPassword($prompt, $verify=0, $cell=0);

AFS::PTS_SERVER ^

SEE ALSO ^

  afsperlacl
  afsperlka 
  afsperlktc
  afsperlpts