Gantry::Control is the core for user management and administration.
SYNOPSIS
use Gantry::Control;
dec2bin
( $one, $two, $three ) = dec2bin( $bits );
encrypt
$encrypted = encrypt( $unencripted );
get_grnam
$gid = get_grnam( $dbh, $group_name );
get_grgid
$group_name = get_grgid( $dbh, $gid );
get_pwnam
( $user_id, $active, $passwd, $first, $last, $email ) =
get_pwnam( $dbh, $user_name );
get_pwuid
( $user_name, $active, $passwd, $first, $last, $email ) =
get_pwuid( $dbh, $user_id );
get_usergrp
$grp = get_usrgrp( $dbh, $uid );
This module is a library of useful access functions that would be used in other handlers, it also details the other modules that belong to the Control tree.
Product's homepage
Requirements:
· Perl