
{ Information needed to audit requests to prevalidate a user.
{
{ FAMILY_NAME_P - a pointer to the name of the family.
{ USER_NAME_P - a pointer to the user name.
{ ACCOUNT_P - a pointer to the account name.
{ PROJECT_P - a pointer to the project name.
{ TERMINAL_NAME_P -  a pointer to the name of terminal for interactive
{   jobs.  If this is not an interactive job, NIL should be specified.

  TYPE
    sft$ai_prevalidate_user = record
      family_name_p: ^ost$family_name,
      user_name_p: ^ost$user_name,
      account_name_p: ^avt$account_name,
      project_name_p: ^avt$project_name,
      terminal_name_p: ^ift$terminal_name,
    recend;

*copyc avt$account_name
*copyc avt$project_name
*copyc ift$terminal_name
*copyc ost$name
*copyc ost$user_identification

