
VMS::User - list VMS user information

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

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

Dan Sugalski <sugalskd@ous.edu> Version 0.02 released by by Peter Prymmer in 2007

None known, but it is beta code...

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.

Copyright 1999 by Dan Sugalski
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

perl(1).