
afsperlobj - Objects used by the AFS module

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

This document describes the objects used by the AFS module.




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

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


afsperlacl afsperlka afsperlktc afsperlpts