UAFHELP.HLB  —  LIST  Qualifiers

1    /BRIEF

    Specifies that a brief report be written to SYSUAF.LIS. The
    /BRIEF qualifier is the default qualifier. SYSUAF.LIS is placed
    in the default directory.

2    /FULL

    Specifies that a full report be written to SYSUAF.LIS, including
    identifiers held by the user. SYSUAF.LIS is placed in the
    SYS$SYSTEM directory.

    The LIST command creates a listing file of reports for selected
    UAF records. Print the listing file, SYSUAF.LIS, with the DCL
    command PRINT.

    Specification of a user name results in a single-user report.
    Specification of the asterisk wildcard character following
    the LIST command results in reports for all users in ascending
    sequence by user name. Specification of a UIC results in reports
    for all users with that UIC. (HP recommends that you assign each
    user a unique UIC, but if users share a UIC, the report will
    show all users with that UIC.) You can use the asterisk wildcard
    character to specify the UIC.

    The following table shows how to specify a UIC with the LIST
    command and use the asterisk wildcard character with the UIC
    specification to produce various types of reports:

    Command            Description

    LIST [14,6]        Lists a full report for the user (or users)
                       with member number 6 in group 14.

    LIST [14,*]        Lists a brief report for all users in group
    /BRIEF             14, in ascending sequence by member number.

    LIST [*,6] /BRIEF  Lists a brief report for all users with a
                       member number of 6.

    LIST [*,*] /BRIEF  Lists a brief report for all users, in
                       ascending sequence by UIC.

    Although you must provide separate UICs for each user, the LIST
    command reports users with the same UIC in the order in which
    they were added to the SYSUAF. Full reports list the details of
    the limits, privileges, login flags, and command interpreter.
    Brief reports do not include the limits, login flags, or command
    interpreter, nor do they summarize the privileges. AUTHORIZE
    never displays the password for an account.

    See the SHOW command for examples of brief and full reports.
Close Help