NAME

VMS::User - Add, remove, list, and change VMS users

SYNOPSIS

use VMS::User;

@users = VMS::User::user_list();

$uairef = VMS::User::user_info($UserName);
print "Default dir is ",$uairef->{DEFDIR}, "\n";

DESCRIPTION

The VMS::User module provides access to the SYSUAF. Read-only at the moment, but that'll change with later versions of this module.

AUTHOR

Dan Sugalski <sugalskd@ous.edu>

BUGS

None known, but it is beta code...

LIMITATIONS

The user_list() function spawns a subprocess that invokes AUTHORIZE and parses the output of SHOW/BRIEF *. This means that you need read access to SYSUAF and execute privs on AUTHORIZE to use it.

SEE ALSO

perl(1).