
  TYPE
    pft$password_selector = record
      case password_specified: pft$password_selector_option of
      = pfc$default_password_option =
        { For the system or family administrator, or file owner this defaults
        { to the correct value; for all others, this defaults to osc$null_name.
        ,
      = pfc$specific_password_option =
        password: pft$password,
      casend,
    recend;

*copyc pft$password_selector_option
*copyc pft$password
