LCFG::Authorize - perl interface to the LCFG authorization system
This documentation refers to LCFG::Authorize version 1.0.11
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
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.
Solaris9, Fedora3, Fedora5, Fedora6, Scientific5
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.