NAME
COE_get_user_data
DESCRIPTION
This program returns information from the User Data table.
USEAGE
COE_get_user_data [options] {-f} {-n | -u }
{-s a|g|l}
OPTIONS
-h Prints a useage line.
-H Prints this man page.
-V Prints the version number.
-f Returns Reserved Field information (defaults to none).
-n Followed by a UserName, indicates lookup by UserName
-s Followed by a single character (l for local, g for global,
a for all), indicates the user scope (defaults to all).
-u Followed by a UserId, indicates lookup by UserId
PARAMETERS
1. UserName - A string containing the new user's login name.
2. UserId - The user's UNIX identfication number.
3. Scope - A character (l for local, g for global, a for all)
representing the scope of the user definition
OUTPUTS
If the -h option is present or if the calling syntax is incorrect,
the procedure prints a "useage" statement. If the -H option is present,
the procedure prints this man page. If the -V option is present,
the procedure prints the version number. Otherwise, the UserId,
UserName, UserDesc, and Scope informations is provided. If the -f option
is set, Reserved Field information is provided as well. Information is
written to standard output in the following format:
UserId:UserName:UserDescription:Scope[:ResField1:...:ResField6]
DIAGNOSTICS
The exit status reflects status or error conditions. Exit status
is zero if processing is successful. Exit status is non-zero if an
error condition occurred during processing. For a description
of the error, see COE_get_error_string.
DATE LAST UPDATED
May 1, 2003