List userid is inadequate. I want to see all the logonid information and all profile information like OMVS details.
search cancel

List userid is inadequate. I want to see all the logonid information and all profile information like OMVS details.

book

Article ID: 33165

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC PanApt PanAudit

Issue/Introduction

Problem:

When I list a logonid with the ACF command, it doesn't provide all the information associated with that logonid.

I don't get any of the unix system services information associated with an ID.

As this information is part of the function and security of a userid, this information should be included when I list a userid.

Cause:

When I list a logonid with

ACF

LIST logonid

END

it shows the full logonid record details.

 

When I list a logonid with

ACF

LIST logonid PROFILE(OMVS)

END

 

Resolution:

The format of the list command for logonids is as follows...

List {*} {logonid} {Like(lidmask) [If(field,...,field)]} {Uid(uidmask) 

     [If(field,...,field)]} {If(field,...field)}

     [SECTION(name,...,name)] [PROFILE(name,...,name)]

     [TARGET(null|=|?|nodemask1,...,nodemask100)] 

     ARCHIVE INTO(OUTPUT.FILE(member)) 

 

When using the SECTION and PROFILE parameters you can control the data that is returned.

In a logonid record there are several sections including HEADER, PASSWORD, TSO, RESTRICTIONS

CANCEL/SUSPEND and STATISTICS

So, if you want to list the full logonid record and ALL profile records you would issue the command

as 

ACF

LIST userid SECTION(ALL) PROFILE(ALL)

END

 

If you want to only reference certain sections of the logonid record and the OMVS profile record the command would be

ACF

LIST userid SECTION(HEADER PASSWORD TSO) PROFILE(OMVS)

END

 

Additional Information:

Further details can be found in section, Maintaining Logonid Records of the ACF2 documentation.

 

 

 

Environment

Release: ACF2..001AO-15-ACF2
Component:

Resolution

-