LCFG::Authorize - perl interface to the LCFG authorization system
This documentation refers to LCFG::Authorize version 1.0.13
use LCFG::Authorize;
my $authority = LCFG::Authorize->new();
$ok = $authority->check( $user, @capabilities );
Create a new instance of the interface.
Check whether the user has any of the capabilities listed in @capabilities
aname2lname($principal)
Convert a users authentication name to a local (Unix) username.
There are no known bugs in this software. Please report any problems to the author (see below for details), patches are very welcome.
Scientific5, Fedora12
Paul Anderson <dcspaul@inf.ed.ac.uk>, Simon Wilkinson <sxw@inf.ed.ac.uk>
This code is copyright of the University of Edinburgh, it can be distributed under the terms of the GPL license version 2 or greater.