LCFG::Authorize - perl interface to the LCFG authorization system
use LCFG::Authorize;
$ok=LCFG::Authorize::check($user,@capabilities)
... or ...
$auth=new LCFG::Authorize;
$ok=$auth->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.
Solaris9, Fedora3, Fedora5, Fedora6, Scientific5
Paul Anderson <dcspaul@inf.ed.ac.uk>, Simon Wilkinson <sxw@inf.ed.ac.uk>