Main > Programming > Libraries >

AFS::PTS 2.4.0

AFS::PTS 2.4.0

Sponsored Links

AFS::PTS 2.4.0 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.18 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 970
Date added: 2007-03-01
Publisher: Norbert E. Gruener

AFS::PTS 2.4.0 description

AFS::PTS is a Perl class to communicate with the AFS Protection Server.

SYNOPSIS

use AFS::PTS;

my $num_flg = AFS::PTS->convert_numeric_names;
my $bits = AFS::PTS->ascii2ptsaccess("S----");
my $flags = AFS::PTS->ptsaccess2ascii($bits);

my $pts = AFS::PTS->new;

my $id = $pts->createuser(guest);
my $entry = $pts->listentry(guest);
foreach my $key ( sort keys %$entry) {
printf("%20s => %sn", $key, $$entry{$key});
}
$ok = $pts->delete(guest);
undef $pts; # destroy server connection

$pts = AFS::PTS->new;
$entry = $pts->dumpentry(67136, 1, 1);
foreach my $key ( sort keys %$entry) {
printf("%20s => %sn", $key, $$entry{$key});
}

my $over = 1;
my @names = $pts->getcps(nog, 1, $over);
print "OVER = $over n";
print "cps for NOGn";
foreach my $mem (sort @names) {
print " $memn";
}

AFS::PTS->convert_numeric_names(1);
my @ids = (28053, 1, 105, 32000, 32766);
@names = $pts->PR_IDToName(@ids);
foreach my $name (@names) {
print "name = $namen";
}

print "Convert(nog): ", $pts->id(nog), "n";
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::PTS; # import just the PTS names

AFS::PTS 2.4.0 Screenshot

Advertisements

AFS::PTS 2.4.0 Keywords

Bookmark AFS::PTS 2.4.0

Hyperlink code:
Link for forum:

AFS::PTS 2.4.0 Copyright

WareSeeker periodically updates pricing and software information of AFS::PTS 2.4.0 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of AFS::PTS 2.4.0 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
AFS::FS is a Perl module to communicate with an AFS File Server. Free Download
AFS::Utils is a Perl module with shared utility functions for the AFS module bundle. Free Download
AFS::KAS is a Perl class to communicate with the AFS Authentication Server. Free Download
AFS::CM is a Perl module to administer the AFS Cache Manager. Free Download
AFS::ACL is a Perl class to handle the AFS Access Control Lists. Free Download
AFS::Cell is a Perl module to administer AFS Cells. Free Download
OpenAFS is a client-server distributed filesystem. Free Download
AFS::KTC_TOKEN is a Perl class to handle the AFS structure ktc_token. Free Download