How can I find users that have the same OMVS GID or UID number?
search cancel

How can I find users that have the same OMVS GID or UID number?

book

Article ID: 25895

calendar_today

Updated On:

Products

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

Issue/Introduction

How can I find users that have the same OMVS GID or UID number?

Environment

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

Resolution

The ACF2 SHOW OMVS command can display duplicate UID and GID values that belong to more than one user or group.

The ACF2 SHOW OMVS command allows for the display of z/OS UNIX System Services users and/or groups as well as duplicate UIDs and GIDs that are assigned to multiple users.

The DUPLICATES keyword can be used together with another keyword.

For example:

SHOW OMVS USERS(10)                      will show all users that have UID 10
SHOW OMVS USERS(10-100)                  will show all users that have UID values that are in the range 10 to 100.
SHOW OMVS USERS(1-2000) DUPLICATES       will show only duplicate UID values that are in the range 1 to 2000. 
SHOW OMVS GROUPS(1-2000) DUPLICATES      will show only duplicate GID values that are in the range 1 to 2000. 
SHOW OMVS DUPLICATES                     will show all duplicate UID and GID values 

Additional Information

Details on the TSO, ACF SHOW command can be found in the CA ACF2 for z/OS Administration Guide in Chapter 1: Overview of CA ACF2 section 'USER Profile Records'.